diff options
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -190,6 +190,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-nice\fR\ \fIn\fR\ ] [\ \fB\-\-no\-iv\fR\ ] [\ \fB\-\-no\-replay\fR\ ] +[\ \fB\-\-bind\fR\ ] [\ \fB\-\-nobind\fR\ ] [\ \fB\-\-ns\-cert\-type\fR\ \fIclient|server\fR\ ] [\ \fB\-\-passtos\fR\ ] @@ -443,7 +444,7 @@ server capability. .\"********************************************************* .TP .B --local host -Local host name or IP address. +Local host name or IP address for bind. If specified, OpenVPN will bind to this address only. If unspecified, OpenVPN will bind to all interfaces. .\"********************************************************* @@ -727,13 +728,23 @@ Previous versions used port 5000 as the default. .\"********************************************************* .TP .B --lport port -TCP/UDP port number for local. +TCP/UDP port number for bind. .\"********************************************************* .TP .B --rport port TCP/UDP port number for remote. .\"********************************************************* .TP +.B --bind +Bind to local address and port. This is the default unless any of +.B --proto tcp-client +, +.B --http-proxy +or +.B --socks-proxy +are used. +.\"********************************************************* +.TP .B --nobind Do not bind to local address and port. The IP stack will allocate a dynamic port for returning packets. Since the value of the dynamic port |