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> openvpn-option <options>

Employs OpenVPN options that are not available with vRouter OpenVPN commands.

set interfaces openvpn vtunx openvpn-option options
delete interfaces openvpn vtunx openvpn-option
show interfaces openvpn vtunx openvpn-option
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
options
Multi-node. A list of OpenVPN options to pass to the OpenVPN process.

You can define multiple OpenVPN option lists by creating multiple openvpn-option configuration nodes. Each must have a unique configuration.

Configuration mode

interfaces {
    openvpn vtunx {
        openvpn-option options
    }
}

Use this command to employ additional OpenVPN options that are not available with vRouter OpenVPN commands. Because the OpenVPN process has over two hundred commands, only basic options are available with vRouter commands. This command provides access to all options available in OpenVPN. For more information about OpenVPN, go to http://openvpn.net/.

Use the set form of this command to employ additional options.

Use the delete form of this command to remove additional options.

Use the show form of this command to view additional options.