OpenVPN doesn’t use remote gateway by default

openvpn

I've setup an OpenVPN server, clients can connect without any problem, but they still use their existing internet connections, and still have their existing public IP's.

How is it possible to basically set "Use default gateway on remote network" to TRUE, on the OpenVPN client side?

Thanks in advance!

Best Answer

You need to set the appropriate server side settings to push the default gateway to the clients. This isn't really a client side setting. Although I suppose you can manually modify the routing table on the client but that's not something that the average user will put up with.

This is documented on OpenVPN's website here. http://openvpn.net/index.php/open-source/documentation/howto.html#redirect

Related Topic