[solved] openvpn client prevent to pull routes

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Locked
mn_l
OpenVpn Newbie
Posts: 3
Joined: Thu May 17, 2012 11:42 am

[solved] openvpn client prevent to pull routes

Post by mn_l » Thu May 17, 2012 11:53 am

Hello,

how do I prevent that openvpn client pulls routes?

Regard mn_l ;)
Last edited by mn_l on Fri May 18, 2012 8:03 am, edited 1 time in total.

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: openvpn client prevent to pull routes

Post by maikcat » Thu May 17, 2012 12:33 pm

--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.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

mn_l
OpenVpn Newbie
Posts: 3
Joined: Thu May 17, 2012 11:42 am

Re: [solved] openvpn client prevent to pull routes

Post by mn_l » Fri May 18, 2012 9:37 am

Thx Michael :D

Locked