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

Sets the IP address to be bound to the L2TP server.

set security vpn l2tp remote-access outside-address ipv4
delete security vpn l2tp remote-access
show security vpn l2tp remote-access
ipv4
The IPv4 address to which the L2TP server should bind.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                outside-address ipv4            
          }  
        
       } 
   }
}

Use this command to set the outside address for a remote access L2TP VPN connection.

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

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

Use the set form of this command to set the L2TP VPN outside address.

Use the delete form of this command to remove the L2TP VPN outside address.

Use the show form of this command to display L2TP VPN outside address configuration.