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 server <address>

Specifies OpenVPN Access Server to which a client connects.

set interfaces openvpn vtunx remote-configuration server address
delete interfaces openvpn vtunx remote-configuration server
show interfaces openvpn vtunx remote-configuration server
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
address
The IP address (or hostname) of OpenVPN Access Server.

Configuration mode

interfaces {
    openvpn vtunx {
        remote-configuration {
            server address
        }
    }
}

Use this command to specify the IP address or hostname of OpenVPN Access Server to which a client connects when establishing an OpenVPN tunnel.

Use the set form of this command to specify the IP address or hostname.

Use the delete form of this command to remove the IP address or hostname.

Use the show form of this command to view the IP address or hostname.