Step Description Command Keys
21 Enable the advertising of specified
subnets, the gateway is OpenVPN
server IP address (optionally).
esr(config-openvpn-server)# route
<ADDR/LEN>
<ADDR/LEN> – subnet address,
set in the following format:
AAA.BBB.CCC.DDD/EE –
network IP address with prefix
mask, where AAA-DDD take
values of [0..255] and EE takes
values of [1..32].
22 Set time interval after which the
opposing party is considered to be
unavailable (optionally).
esr(config-openvpn-server)#
timers holdtime <TIME>
<TIME> – time in seconds,
takes values of [1..65535].
Default value: 120
23 Set the time interval after which the
connection with the opposing party is
checked (optionally).
esr(config-openvpn-server)#
timers keepalive <TIME>
<TIME> – time in seconds,
takes values of [1..65535].
Default value: 10
24 Allow multiple users with the same
certificate to connect to the OpenVPN
server.
esr(config-openvpn-server)#
duplicate-cn
25 Define the list of WINS servers that will
be used by remote users (optionally).
esr(config-openvpn-server)# wins-
server <ADDR>
<ADDR> – WINS server IP
address, defined as
AAA.BBB.CCC.DDD where each
part takes values of [0..255].