
C613-50186-01 Rev B
Command Reference for AR2050V
2782
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
O
PEN
VPN C
OMMANDS
TUNNEL
OPENVPN
PORT
tunnel openvpn port
Overview
Use this command to specify the UDP listening port that is used to receive
OpenVPN tunnel connections.
Use the
no
variant to set the port number to its default value which is 1194.
Syntax
tunnel openvpn port
<1-65535>
no tunnel openvpn port
Default
The default UDP port number is 1194.
Mode
Interface Configuration
Usage
If firewall protection is enabled, you need to create a firewall rule that allows the
OpenVPN application traffic to traverse the firewall. OpenVPN is a pre-defined
application with destination port number 1194. You can use the
command to see the application details. If you specify a UDP number that is
different to the default port number, you need to create an application with the
same specified UDP port number for OpenVPN, and then create a firewall rule to
allow the application to traverse the firewall. For more information about firewall
rules, see the
Examples
To configure tunnel
tunnel5
to receive incoming tunnel connections on UDP
port 4567, use the commands:
awplus(config)#
interface tunnel5
awplus(config-if)#
tunnel openvpn port 4567
To remove the specified UDP port for tunnel
tunnel5
and set the UDP port to its
default value, use the commands:
awplus#
configure terminal
awplus(config)#
interface tunnel5
awplus(config-if)#
no tunnel openvpn port
Parameter
Description
<1-65535>
Port number from 1 through 65535.