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 dh-file <filename>

Specifies the file containing Diffie Hellman parameters.

set interfaces openvpn vtunx tls dh-file filename
delete interfaces openvpn vtunx tls dh-file
show interfaces openvpn vtunx tls dh-file
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
filename
A file containing Diffie Hellman parameters that are required only by the endpoint taking the passive role in the TLS negotiation.

Configuration mode

interfaces {
    openvpn vtunx {
        tls {
            dh-file filename
        }
    }
}

Use this command to specify the file containing Diffie Hellman parameters.

The file is assumed to be in /config/auth unless an absolute path is specified.

Use the set form of this command to specify the file containing Diffie Hellman parameters.

Use the delete form of this command to remove the pointer to the file containing Diffie Hellman parameters.

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