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 a question on
the OpenVPN forum at https://forums.openvpn.net/
thanks,
JJK
anjini shukla wrote:
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
<mailto: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?