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

Defines an OpenVPN server mode endpoint.

set interfaces openvpn vtunx server
delete interfaces openvpn vtunx server
show interfaces openvpn vtunx server
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.

Configuration mode


interfaces {
    openvpn vtunx {
        server {
        }
    }
}

Use this command to define an OpenVPN server mode endpoint.

Use the set form of this command to create the server mode configuration node.

Use the delete form of this command to remove the server mode configuration node.

Use the show form of this command to view the configuration.