home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces openvpn <vtunx> remote-configuration tunnel-username <username>

Specifies a username used to establish an OpenVPN tunnel with an OpenVPN server.

set interfaces openvpn vtunx remote-configuration tunnel-username username
delete interfaces openvpn vtunx remote-configuration tunnel-username
show interfaces openvpn vtunx remote-configuration tunnel-username
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
username
A username to be used with a password for tunnel establishment to an OpenVPN server.

Configuration mode

interfaces {
    openvpn vtunx {
        remote-configuration {
            tunnel-username username
        }
    }
}

Use this command to specify a username used to establish an OpenVPN tunnel with an OpenVPN server. The username is required only if the OpenVPN server has Autologin disabled and you are using OpenVPN Access Server to provide information about OpenVPN tunnel configuration.

Use the set form of this command to specify a username.

Use the delete form of this command to remove a username.

Use the show form of this command to view a username.