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 authentication local-users username <username>

Specifies the login credentials for L2TP VPN remote users being authenticated locally.

set security vpn l2tp remote-access authentication local-users username username [ disable | password password | static-ip ipv4 ]
delete security vpn l2tp remote-access authentication local-users username username [ disable | password | static-ip ]
show security vpn l2tp remote-access authentication local-users username username [ password | static-ip ]
username
The user name. Mandatory if authentication mode is local.
disable
Disables remote access for the user.
password
The login password for the specified user. Mandatory if authentication mode is local.
ipv4
The IPv4 address to assign the user when they connect. This address does not have to be part of the client-ip-pool.

Configuration mode


security {
          vpn {
             l2tp {
                remote-access {
                   authentication {
                          local-users {
                             username username {
                                 disable
                                 password password
                                 static-ip ipv4
                        }
                    }
                }
            }
        }
    }
}

Use this command to specify login credentials for L2TP VPN remote users and, optionally, to specify the IP address that will be assigned to a user when they connect.

Use the set form of this command to create the user name configuration node for the user.

Use the delete form of this command to remove a user's login credentials.

Use the show form of this command to display the user login authentication configuration.