Virtual Private Networks (VPN)
OpenVPN
LR54 User Guide
520
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Create a new OpenVPN client, or edit an existing one:
n
To create a new OpenVPN client, see
Configure an OpenVPN client by using an .ovpn file
or
Configure an OpenVPN client without using an .ovpn file
.
n
To edit an existing OpenVPN client, change to the OpenVPN client's node in the
configuration schema. For example, for an OpenVPN client named
openvpn_client1
,
change to the
openvpn_client1
node in the configuration schema:
(config)> vpn openvpn client openvpn_client1
(config vpn openvpn client openvpn_client1)>
4. Enable active recovery:
(config vpn openvpn client openvpn_client1)> surelink enable true
(config vpn openvpn client openvpn_client1)>
5. To configure the device to restart the interface when its connection is considered to have
failed:
(config vpn openvpn client openvpn_client1)> surelink restart true
(config vpn openvpn client openvpn_client1)>
This is useful for interfaces that may regain connectivity after restarting, such as a cellular
modem.
6. To configure the device to reboot when the interface is considered to have failed:
(config vpn openvpn client openvpn_client1)> surelink reboot enable
(config vpn openvpn client openvpn_client1)>
7. Set the
Interval
between connectivity tests:
(config vpn openvpn client openvpn_client1)> surelink interval
value
(config vpn openvpn client openvpn_client1)>
where
value
is any number of weeks, days, hours, minutes, or seconds, and takes the format
number
{
w|d|h|m|s
}.
For example, to set
interval
to ten minutes, enter either
10m
or
600s
:
(config vpn openvpn client openvpn_client1)> surelink interval 600s
(config vpn openvpn client openvpn_client1)>
The default is 15 minutes.
8. Determine whether the interface should fail over based on the failure of one of the test targets,
or all of the test targets:
Содержание TransPort LR54
Страница 1: ...LR54 User Guide Firmware version 22 8 ...
Страница 506: ...Virtual Private Networks VPN OpenVPN LR54 User Guide 506 5 Click Apply to save the configuration and apply the change ...
Страница 628: ...Services Simple Network Management Protocol SNMP LR54 User Guide 628 The SNMP page is displayed 4 Click Download ...
Страница 1050: ...Command line interface Execute a command from the web interface LR54 User Guide 1050 The Admin CLI prompt appears ...
Страница 1095: ...Command line interface Command line reference LR54 User Guide 1095 reboot Reboot the system Parameters None ...