Skip to content

Entries tagged "openvpn".

OpenVPN problems on Windows 7

Tonight I had a problem with a OpenVPN client running on Windows 7.
It was connecting and authenticating properly, but the pushed routes from the OpenVPN server were not respected. Apparently this is specific to Windows (7?) and it's fixed by adding the following to the client config file:
script-security 2 system
I found this solution here.