Re: [Openvpn-devel] VPN Connects but can't route to destinations

2011-10-12 Thread Richard Francis
Thanks for the reply. I resolved this by adding 2 routes, one to the vpn gateway and one to my local network gateway. BAM. Working fine now. Except for one thing.the OpenVPN connection terminates by other CISCO VPN connection.I can only work with one VPN on the network (I have a standard network

Re: [Openvpn-devel] VPN Connects but can't route to destinations

2011-10-12 Thread Samuli Seppänen
You can also use #openvpn channel on irc.freenode.net. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock > Hi *, > > please do not use the 'openvpn-devel' mailing list for this. That > mailing list is intended for developers working on patches, bugs and n

Re: [Openvpn-devel] VPN Connects but can't route to destinations

2011-10-12 Thread Jan Just Keijser
Hi *, please do not use the 'openvpn-devel' mailing list for this. That mailing list is intended for developers working on patches, bugs and new versions of OpenVPN. Setup questions (like the one Richard is asking) are best sent to the openvpn-us...@lists.sourceforge.net mailing list, or ask

Re: [Openvpn-devel] VPN Connects but can't route to destinations

2011-10-12 Thread anjini shukla
You need to set up IP masquerading, it is simple for linux machines: iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE for windows you require to set up ICS which can be done using windows UI On Tue, Oct 11, 2011 at 8:39 PM, Richard Francis wrote: > ** ** > > Hi, > > ** ** > > I’ve configu

[Openvpn-devel] VPN Connects but can't route to destinations

2011-10-12 Thread Richard Francis
Hi, I've configured an openvpn TAP-Win32 Adapter V9 with an ip address of 12.0.0.2, subnet mask of 255.0.0.0, DHCP of 12.0.0.0, and DNS of 10.0.0.222. After I connect, I can only ping 10.0.0.222, nothing else on the 10.x.x.x network. And to get to .222, I had to, route add 10.0.0.0 MASK