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> remote-address <ipv4>

Specifies the IP address for the tunnel interface of the remote end of the OpenVPN tunnel.

set interfaces openvpn vtunx remote-address ipv4
delete interfaces openvpn vtunx remote-address
show interfaces openvpn vtunx remote-address
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
ipv4
Mandatory. The tunnel IP address on the remote end of the OpenVPN tunnel.

Configuration mode

interfaces {
    openvpn vtunx {
        remote-address ipv4
    }
}

Use this command to specify the tunnel IP address on the remote end of the OpenVPN tunnel. Only a single address can be specified. This address is required for site-to-site mode OpenVPN tunnels but not for remote access mode tunnels.

Use the set form of this command to specify the tunnel IP address on the remote end of the tunnel.

Use the delete form of this command to remove the tunnel IP address from the remote end of the tunnel.

Use the show form of this command to view the tunnel IP address on the remote end of the tunnel.