Virtual Private Networks (VPN)
OpenVPN
IX14 User Guide
595
Command line
1. Log into the IX14 command line as a user with full Admin access rights.
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. Use the
add auth group
command to add a new authentication. For example, to add a group
named
OpenVPN_Group
:
(config)> add auth group OpenVPN_Group
(config auth group OpenVPN_Group)>
4. Enable OpenVPN access rights for users of this group:
(config auth group OpenVPN_Group)> acl openvpn enable true
5. Add an OpenVPN tunnel to which users of this group will have access:
a. Determine available tunnels:
(config auth group OpenVPN_Group)> .. .. .. vpn openvpn server ?
Servers: A list of openvpn servers
Additional Configuration
---------------------------------------------------------------------
----------
OpenVPN_server1
OpenVPN server
(config auth group OpenVPN_Group)>
b. Add a tunnel:
(config auth group OpenVPN_Group)> add auth group test acl openvpn
tunnels end /vpn/openvpn/server/OpenVPN_server1
(config auth group OpenVPN_Group)>
6. Save the configuration and apply the change:
(config)> save
Configuration saved.
>
7. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
quit
to disconnect from the device.