diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-03 01:57:37 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-03 01:57:37 +0000 |
commit | a4d621ec2e892b31954ccd9a78851fa858e47c20 (patch) | |
tree | 3c20542b4a11943f655855e6ce5febdc10df1f00 /openvpn.8 | |
parent | svn merge -r 760:764 $SO/trunk/openvpn (diff) | |
download | openvpn-a4d621ec2e892b31954ccd9a78851fa858e47c20.tar.xz |
Documented --route-nopull.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@767 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -235,6 +235,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-route\-gateway\fR\ \fIgw\fR\ ] [\ \fB\-\-route\-method\fR\ \fIm\fR\ ] [\ \fB\-\-route\-noexec\fR\ ] +[\ \fB\-\-route\-nopull\fR\ ] [\ \fB\-\-route\-up\fR\ \fIcmd\fR\ ] [\ \fB\-\-route\fR\ \fInetwork\ [netmask]\ [gateway]\ [metric]\fR\ ] [\ \fB\-\-rport\fR\ \fIport\fR\ ] @@ -1087,6 +1088,19 @@ Don't add or remove routes automatically. Instead pass routes to script using environmental variables. .\"********************************************************* .TP +.B --route-nopull +When used with +.B --client +or +.B --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. +.\"********************************************************* +.TP .B --redirect-gateway flags... (Experimental) Automatically execute routing commands to cause all outgoing IP traffic to be redirected over the VPN. |