Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Karl O. Pinc
On 12/29/2011 01:29:00 PM, Gert Doering wrote: > Now I wouldn't know how to enable ip forwarding on Windows, and I > wouldn't > even think of running an OpenVPN server on Windows, but supposedly it > can > be done. Let someone else chime in and answer that... Perhaps on the openvpn-users list in

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Gert Doering
Hi, On Thu, Dec 29, 2011 at 07:21:41PM +, Tiran Kaskas wrote: > Well, the vpn server runs on windows. Why would you want to do that? But even though - you need to enable routing on the box, if you want it to be a router. > You mean that every packet received from the outside should be forwa

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Tiran Kaskas
Well, the vpn server runs on windows. You mean that every packet received from the outside should be forwarded to the tun? The problem is that i do not see this reply from the outside coming into the vpn server(listenning on the physical link using wireshark). Sent from my Android phone using To

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Karl O. Pinc
On 12/29/2011 08:24:54 AM, Gert Doering wrote: > Linux needs to know that it is to be a router: > > # echo 1 >/proc/sys/net/ipv4/ip_forward See /etc/sysctl.conf (man sysctl.conf) to set forwarding at boot. Karl Free Software: "You don't pay back, you pay forward." -- Robert

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Gert Doering
Hi, On Thu, Dec 22, 2011 at 10:07:42AM +, Tiran Kaskas wrote: > It seems like I am through with the vpn initialization, and seems like the > session is created successfully. > Now, I start sending data to some server from the client side (I have an > application which opens a socket to googl