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 client-ip-pool start <ipv4>

Specifies the beginning address of a pool of IP addresses for L2TP VPN remote clients.

set security vpn l2tp remote-access client-ip-pool start ipv4
delete security vpn l2tp remote-access client-ip-pool start
show security vpn l2tp remote-access client-ip-pool start

The default beginning address is 10.255.0.0.

ipv4
The IP address that designates the beginning of the address pool.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                client-ip-pool {
                          start ipv4
             }   
          }  
       } 
    }
}

Use this command to specify the beginning address of an address pool for remote L2TP VPN clients. Each L2TP VPN connection requires a client address and a server address. Both the beginning and ending addresses must be specified for the remote L2TP VPN clients. Use the security vpn 12tp remote-access client-ip-pool stop ipv4 command to specify the ending address for the L2TP VPN clients.

For information on how to specify the range of addresses for an L2TP server, refer to the security vpn 12tp remote-access server-ip-pool start ipv4 and security vpn 12tp remote-access server-ip-pool stop ipv4 commands.

Use the set form of this command to specify the beginning address.

Use the delete form of this command to delete the beginning address.

Use the show form of this command to display the beginning address.