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 client <client-name> subnet <ipv4net>

Specifies a subnet at a client site in a remote access environment.

set interfaces openvpn vtunx server client client-name subnet ipv4net
delete interfaces openvpn vtunx server client client-name subnet
show interfaces openvpn vtunx server client client-name subnet
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
client-name
Mandatory. The “name” of the client. It corresponds to the “common name” contained in the client's certificate. When a client initiates the VPN session, the server uses the name in the certificate to look up and apply client-specific settings (if any).
ipv4net
Multi-node. A subnet at the client site.

You can define multiple subnet addresses by creating multiple subnet configuration nodes. Each must have a unique IPv4 network address.

Configuration mode

interfaces {
    openvpn vtunx {
        server {
            client client-name {
                subnet ipv4net
            }
        }
    }
}

Use this command to identify a subnet at a client site in a remote access environment.

Note: Committing configuration changes to this configuration node does not result in the OpenVPN process being restarted. The configuration change will take effect the next time the client connects to the server.

Use the set form of this command to specify the subnet.

Use the delete form of this command to remove the subnet configuration.

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