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

Specifies the beginning address of a pool of IP addresses for an L2TP server.

set security vpn l2tp remote-access server-ip-pool start ipv4
delete security vpn l2tp remote-access server-ip-pool start
show security vpn l2tp remote-access server-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 {
                server-ip-pool {
                       start ipv4
             }   
          }  
       } 
    }
}

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

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

Note: The number of addresses that are used in the range for the L2TP server must be equal to or greater than the number of addresses that are used in the range for the L2TP VPN clients. And the address range that is used for L2TP server must be unique within your router configuration.
Note: If you do not specify the beginning and ending addresses of a pool of IP addresses for an L2TP server, the Vyatta router uses a default address range from 10.255.0.0 through 10.255.255.255. If you use the default range, ensure that this range is unique within your router configuration.

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.