: openvpn-devel@lists.sourceforge.net
Subject: Re: [Openvpn-devel] VPN Connects but can't route to destinations
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
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
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
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