Page 1 of 1

[solved] openvpn client prevent to pull routes

Posted: Thu May 17, 2012 11:53 am
by mn_l
Hello,

how do I prevent that openvpn client pulls routes?

Regard mn_l ;)

Re: openvpn client prevent to pull routes

Posted: Thu May 17, 2012 12:33 pm
by maikcat
--route-nopull
When used with --client or --pull, accept options pushed by server EXCEPT for routes.

When used on the client, this option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP properties of the client's TUN/TAP interface
Michael.

Re: [solved] openvpn client prevent to pull routes

Posted: Fri May 18, 2012 9:37 am
by mn_l
Thx Michael :D