|
|
Den søndag 2.apr kl. 14:54 skrev Marko Asplund: Jeffrey Gross wrote:it might be that the connection you're establishing with your VPN is on a different subnet than the rest of your network. Either by adding lots of routes for those machines. Suppose you have a /24. That /24 can be divided into 2 /25. One of these /25 does NOT contain the OpenVPN server, so you can just add a route for that /25. The other / 25 can be divided the same way, untill you get down to just a few hosts arround the openvpn server. Add /32 routes for these hosts. The other solution is to look at the --redirect-gateway directive and send ALL traffic through the tunnel. JonB ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |