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

Specifies the password for client authentication by OpenVPN Access Server.

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

Configuration mode

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

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

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

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

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