diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-07-15 09:39:02 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-07-15 09:39:02 -0400 |
commit | 176acce28daaed81f86fd444b6ac0d8e4de40e8f (patch) | |
tree | 56933d73e40bf8775fb63e08b06b053048d0ff92 /docs/configuration/vpn/l2tp.rst | |
parent | f601ca43e0ca1619af7b9829a4b70fdb4ed7a195 (diff) | |
download | vyos-documentation-176acce28daaed81f86fd444b6ac0d8e4de40e8f.tar.gz vyos-documentation-176acce28daaed81f86fd444b6ac0d8e4de40e8f.zip |
l2tp/pptp : configuration and grammar check
pptp - The cfg-mode 'set vpn pptp remote-access gateway-address' and op-mode
'show pptp-server sessions' commands are not available, so replaced with
correct one
l2tp - corrected the grammar
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index 64223475..8c8cc1dd 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -1,3 +1,5 @@ +:lastproofread:2021-07-15 + .. _l2tp: L2TP over IPsec @@ -85,7 +87,7 @@ operational command. RADIUS authentication ^^^^^^^^^^^^^^^^^^^^^ -The above configuration made use of local accounts on the VyOS router for +The above configuration uses local accounts on the VyOS router for authenticating L2TP/IPSec clients. In bigger environments usually something like RADIUS_ (FreeRADIUS_ or Microsoft `Network Policy Server`_, NPS) is used. @@ -104,9 +106,9 @@ nodes: set vpn l2tp remote-access authentication radius server 1.1.1.1 key 'foo' set vpn l2tp remote-access authentication radius server 2.2.2.2 key 'foo' -.. note:: Some RADIUS_ severs make use of an access control list who is allowed - to query the server. Please configure your VyOS router in the allowed client - list. +.. note:: Some RADIUS_ severs make use of an access control list which is + allowed to query the server. Please configure your VyOS router in the + allowed client list. RADIUS source address ********************* |