summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn/l2tp.rst
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2021-07-15 10:47:31 -0400
committersrividya0208 <a.srividya@vyos.io>2021-07-21 03:45:01 -0400
commitf6e5ef39a8945c39ffc73810ef428e104c3a8f4e (patch)
treeb4d360044b54d9bb499526709878e17b30db74fe /docs/configuration/vpn/l2tp.rst
parent176acce28daaed81f86fd444b6ac0d8e4de40e8f (diff)
downloadvyos-documentation-f6e5ef39a8945c39ffc73810ef428e104c3a8f4e.tar.gz
vyos-documentation-f6e5ef39a8945c39ffc73810ef428e104c3a8f4e.zip
Fixed grammatical errors
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r--docs/configuration/vpn/l2tp.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst
index 8c8cc1dd..cd14cdda 100644
--- a/docs/configuration/vpn/l2tp.rst
+++ b/docs/configuration/vpn/l2tp.rst
@@ -1,4 +1,4 @@
-:lastproofread:2021-07-15
+:lastproofread: 2021-07-15
.. _l2tp:
@@ -62,6 +62,8 @@ will need to add the appropriate source NAT rules to your configuration.
set nat source rule 110 source address '192.168.255.0/24'
set nat source rule 110 translation address masquerade
+.. stop_vyoslinter
+
To be able to resolve when connected to the VPN, the following DNS rules are
needed as well.
@@ -73,6 +75,8 @@ needed as well.
.. note:: Those are the `Google public DNS`_ servers. You can also use the
public available servers from Quad9_ (9.9.9.9) or Cloudflare_ (1.1.1.1).
+.. start_vyoslinter
+
Established sessions can be viewed using the **show vpn remote-access**
operational command.
@@ -97,6 +101,8 @@ VyOS supports either `local` or `radius` user authentication:
set vpn l2tp remote-access authentication mode <local|radius>
+.. stop_vyoslinter
+
In addition one or more RADIUS_ servers can be configured to server for user
authentication. This is done using the `radius server` and `radius server key`
nodes:
@@ -124,6 +130,7 @@ single source IP e.g. the loopback interface.
Above command will use `3.3.3.3` as source IPv4 address for all RADIUS queries
on this NAS.
+.. start_vyoslinter
.. _`Google Public DNS`: https://developers.google.com/speed/public-dns
.. _Quad9: https://quad9.net