|
|
Marko Asplund wrote:
my problem, as far as i understand, is that i need to access servers in
the same network where the VPN server is located and that their
addresses are in public DNS. i can't just route all traffic to
a.b.c.d/25 through the VPN since that would also route the tunnel
through the tunnel :-)
how is this sort of scenario typically handled with OpenVPN?
If your client is on a platform where the net_gateway directive is
supported, you can use to add a single-host route specifying that
traffic to that specific host should still go through the old (non-VPN)
gateway. I'd expect you to end up with something like this:
--route a.b.c.d 255.255.255.128
--route remote_host 255.255.255.255 net_gateway 0
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-04/msg00047.html on line 189
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-04/msg00047.html on line 189
|