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 <rfran...@comcast.net>wrote: > ** ** > > 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 255.0.0.0 12.0.0.2 > METRIC 30 to get there.**** > > ** ** > > What am I missing?**** > > ** ** > > Thank you very much.**** > > ** ** > > Richard**** > > ** ** > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel > >