Windows – openvpn routing in windows vista without admin privileges

openvpnpermissionsroutingwindowswindows-vista

my windows vista vpn client interface receives an ip in: 192.168.50.0/24
and the server pushes a route to the local lan 192.168.5.0/24

In my windows vista (client) the user account does not have admin privileges and as a consequence the pushed route do not have effect.

A solution I think that would solve the problem is in the openvpn server is using TAP and do a bridge with the lan interface.

is there any other option?

Best Answer

Give the user(s) "network operator" privs, this will allow the pushed route to work, but doesn't confer too much extra "power" :)

As far as I know, there's work being done to allow openvpn to run as a priviledged service, which should solve these issues. Not sure where that's got to. See this link also

Related Topic