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 wins-servers server-2 <ipv4>

Specifies the IP address for the secondary WINS server for L2TP VPN remote clients.

set security vpn l2tp remote-access wins-servers server-2 ipv4
delete security vpn l2tp remote-access wins-servers server-2
show security vpn l2tp remote-access wins-servers server-2
ipv4
The IP address of the secondary WINS server for remote clients.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                wins-servers {
                       server-2 ipv4
             }
          }  
       } 
    }
}

Use this command to specify the secondary WINS server to be associated with remote L2TP VPN clients.

The Windows Internet Net Service (WINS) is used to support environments in which users access resources that have NetBIOS names.

Use the set form of this command to specify the secondary WINS server IP address.

Use the delete form of this command to remove the secondary WINS server IP address.

Use the show form of this command to display the secondary WINS server IP address.