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 username <username>

Specifies a username for client authentication by OpenVPN Access Server.

set interfaces openvpn vtunx remote-configuration username username
delete interfaces openvpn vtunx remote-configuration username
show interfaces openvpn vtunx remote-configuration 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 authentication by OpenVPN Access Server.

Configuration mode

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

Use this command to specify a username that OpenVPN Access Server can use to authenticate a client. This username is used when the client initiates a connection with OpenVPN Access Server.

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.