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 dns-servers server-1 <ipv4>

Specifies the IP address for the primary DNS server for L2TP VPN remote clients.

set security vpn l2tp remote-access dns-servers server-1 ipv4
delete security vpn l2tp remote-access dns-servers server-1
show security vpn l2tp remote-access dns-servers server-1
ipv4
The IP address of the primary DNS server for remote clients.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                dns-servers {
                   server-1 ipv4
             }
          }
       }
    }
}

Use this command to specify the primary DNS server to be associated with remote L2TP VPN clients.

Use the set form of this command to specify the primary DNS server IP address.

Use the delete form of this command to remove the primary DNS server IP address.

Use the show form of this command to display the primary DNS server IP address.