aboutsummaryrefslogtreecommitdiff
path: root/openvpn.8
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 01:57:37 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 01:57:37 +0000
commita4d621ec2e892b31954ccd9a78851fa858e47c20 (patch)
tree3c20542b4a11943f655855e6ce5febdc10df1f00 /openvpn.8
parentsvn merge -r 760:764 $SO/trunk/openvpn (diff)
downloadopenvpn-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.814
1 files changed, 14 insertions, 0 deletions
diff --git a/openvpn.8 b/openvpn.8
index 78c6007..6bfe5a3 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -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.