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] setting up routes after connecting to via openvpn

2011-02-08 Thread anjini shukla
I need some help in setting up routes, once i have a point to point connection between two computers using openVpn. -Computer A: 10.8.0.1 ( windows xp)10.10.15.39 -Computer B:10.8.0.2 ( windows xp) 10.208.54.100 I can ping 10.8.0.1 from computerB and 10.8.0.2 from computer A. I