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 domain-name <domain-name>

Provides the domain name for OpenVPN clients.

set interfaces openvpn vtunx server domain-name domain-name
delete interfaces openvpn vtunx server domain-name
show interfaces openvpn vtunx server domain-name
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
domain-name
The domain name to be given to OpenVPN clients connected to this OpenVPN server. A domain name can include letters, numbers, hyphens (“-”), and one period (“.”). For example, “vyatta.com”.

Configuration mode

interfaces {
    openvpn vtunx {
        server {
            domain-name domain-name
        }
    }
}

Use this command to specify the domain name to be given to OpenVPN clients connected to this OpenVPN server.

Note: Certain applications on Windows clients (for example, “ipconfig”), refer to the domain name as the “Connection-specific DNS Suffix”.

Use the set form of this command to specify the domain name to be given to OpenVPN clients connected to this OpenVPN server.

Use the delete form of this command to remove the domain name configuration.

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