diff options
author | Oliver Dickins <oliver@dickins.dev> | 2021-02-10 19:34:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 19:34:23 +0000 |
commit | 5bd81dc482242935165fe1ec067f975b7904c6c9 (patch) | |
tree | b67e88b1208fa835edf0420a42dd2b624ec2105b /docs/configuration/vpn | |
parent | fd387540352fb47eec7479a6747e764a558ba1ba (diff) | |
download | vyos-documentation-5bd81dc482242935165fe1ec067f975b7904c6c9.tar.gz vyos-documentation-5bd81dc482242935165fe1ec067f975b7904c6c9.zip |
Update l2tp.rst
Update l2tp "name-server" with correct syntax
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index d331ce2c..0df5080c 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -72,8 +72,8 @@ parameter to the client. .. code-block:: none - set vpn l2tp remote-access dns-servers server-1 '198.51.100.8' - set vpn l2tp remote-access dns-servers server-2 '198.51.100.4' + set vpn l2tp remote-access name-server '198.51.100.8' + set vpn l2tp remote-access name-server '198.51.100.4' Established sessions can be viewed using the **show vpn remote-access** operational command, or **show l2tp-server sessions** |