Vyatta VPN User Management
Here are the basic commands needed for managing VPN users on the Brocade Vyatta vRouter available in RackSpace Cloud. Add New User
|
1 2 3 4 5 6 |
config set vpn l2tp remote-access authentication local-users \ username [USERNAME] password [PASSWORD] commit save exit |
Remove A User
|
1 2 3 4 5 |
config delete vpn pptp remote-access authentication local-users username [USERNAME] commit save exit |
Change User Password Same as adding a new user.
|
1 2 3 4 5 6 |
config set vpn l2tp remote-access authentication local-users \ username [USERNAME] password [PASSWORD] commit save exit |