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> tls role <role>

Specifies the TLS role the endpoint will take.

set interfaces openvpn vtunx tls role role
delete interfaces openvpn vtunx tls
show interfaces openvpn vtunx tls
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
role
The TLS role that the endpoint will take. Supported values are as follows:

active: The endpoint takes the active role.

passive: The endpoint takes the passive role.

Configuration mode

interfaces {
    openvpn vtunx {
        tls {
            role role
        }
    }
}

Use this command to specify the TLS role the endpoint will take.

Use the set form of this command to specify the TLS role the endpoint will take.

Use the delete form of this command to remove the TLS role.

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