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

Specifies the password used to establish an OpenVPN tunnel with an OpenVPN server.

set interfaces openvpn vtunx remote-configuration tunnel-password password
delete interfaces openvpn vtunx remote-configuration tunnel-password
show interfaces openvpn vtunx remote-configuration tunnel-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 tunnel establishment to an OpenVPN server.

Configuration mode

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

Use this command to specify a password used to establish an OpenVPN tunnel with an OpenVPN server. The password 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 password.

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

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