Den 19-11-2015 kl. 22:09 skrev jbo...@meridianenv.com:
> Greetings -
>
> I have a working OpenVPN server that I can access remotely, but now I want
> to access another box behind the OpenVPN server from the remote client.  I
> have read the how-to's and FAQ on the OpenVPN website, and I believe that
> I need to make one change which is described by this statement:  add a
> route in the default gateway for the VPN network IP subnet pointing to the
> OpenVPN machine.

In addition to the  fine advice's you have got until now there is a 
simple solution, to use Snat.

It could be a line like this in /etc/rc.local on the openvpn-server (my 
example is ubuntu-based):
iptables -t nat -A POSTROUTING -s 10.8.9.0/24 -j SNAT --to 192.168.112.50

Disadvantage is, that the vpn-clients will be kind of anonymous on your 
network.

> My topology
>
> Remote client network 192.168.123.0/24
> VPN network 10.8.9.x
>
> VPN Server 10.9.8.1
> Server LAN network 192.168.112.0/24
> VPN Server LAN IP 192.168.112.50
>

--
Morten Christensen

------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to