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.

security vpn l2tp remote-access dhcp-interface <interface>

Specifies a DHCP client interface to use for remote access L2TP VPN connections.

set security vpn l2tp remote-access dhcp-interface interface
delete security vpn l2tp remote-access dhcp-interface
show security vpn l2tp remote-access dhcp-interface
interface
The interface to use for remote access L2TP VPN connections (for example, dp0p1p1). Note that the interface must already have IPsec VPN enabled, using the security vpn ipsec ipsec-interfaces interface if-name command (described in the Ciena Vyatta Network OS IPsec Site-to-Site VPN Configuration Guide), and must be configured as a DHCP client.

Configuration mode

security {
       vpn {
          l2tp {
             remote-access {
                dhcp-interface interface 
             }
          }
       }
}

Use this command to specify a DHCP client interface to use for remote access L2TP VPN connections. Connections will be automatically restarted if the IP address changes.

The DHCP interface is the interface facing the external network. This is the interface to which the L2TP server binds, and only remote connections coming into this interface will be accepted.

Note: This command cannot be used if the security vpn 12tp remote-access outside-address ipv4 command is also set.

Use the set form of this command to specify a DHCP interface to use for remote access L2TP VPN connections.

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

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