mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Updated manpage for --rport and --lport
[SK: v2, patch taken from trac #127 and updated to current master branch] Signed-off-by: Robert Fischer <ml-openvpn@trispace.org> Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1431976869-4948-1-git-send-email-steffan@karger.me> URL: http://article.gmane.org/gmane.network.openvpn.devel/9701 Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
ddb1f20a9d
commit
d3eacb2d6e
1 changed files with 13 additions and 3 deletions
|
|
@ -670,18 +670,28 @@ peer on its new IP address.
|
|||
.\"*********************************************************
|
||||
.TP
|
||||
.B \-\-port port
|
||||
TCP/UDP port number or port name for both local and remote. The current
|
||||
TCP/UDP port number or port name for both local and remote (sets both
|
||||
.B \-\-lport
|
||||
and
|
||||
.B \-\-rport
|
||||
options to given port). The current
|
||||
default of 1194 represents the official IANA port number
|
||||
assignment for OpenVPN and has been used since version 2.0-beta17.
|
||||
Previous versions used port 5000 as the default.
|
||||
.\"*********************************************************
|
||||
.TP
|
||||
.B \-\-lport port
|
||||
TCP/UDP port number or name for bind.
|
||||
Set local TCP/UDP port number or name. Cannot be used together with
|
||||
.B \-\-nobind
|
||||
option.
|
||||
.\"*********************************************************
|
||||
.TP
|
||||
.B \-\-rport port
|
||||
TCP/UDP port number or name for remote.
|
||||
Set TCP/UDP port number or name used by the
|
||||
.B \-\-remote
|
||||
option. The port can also be set directly using the
|
||||
.B \-\-remote
|
||||
option.
|
||||
.\"*********************************************************
|
||||
.TP
|
||||
.B \-\-bind [ipv6only]
|
||||
|
|
|
|||
Loading…
Reference in a new issue