diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-08 09:59:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 09:59:11 +0100 |
commit | c61dd2ac075f050fcf076d9812bb77fa707fd8ce (patch) | |
tree | 707db8137d405d42f044520e2442c67ec3a3b185 /docs/configuration/vpn/l2tp.rst | |
parent | babc6089b7a940af878e5ba5fd6dd790f66151cc (diff) | |
parent | dd3537443d71b8a5481ad0e8fb1a8e4edd0ecb71 (diff) | |
download | vyos-documentation-c61dd2ac075f050fcf076d9812bb77fa707fd8ce.tar.gz vyos-documentation-c61dd2ac075f050fcf076d9812bb77fa707fd8ce.zip |
Merge pull request #1263 from aapostoliuk/T5971-circinus
T5971: Added PPP options documentation
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index 4a7657e7..ce3b6711 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -98,7 +98,7 @@ Below is an example to configure a LNS: set vpn l2tp remote-access client-ip-pool L2TP-POOL range 192.168.255.2-192.168.255.254 set vpn l2tp remote-access default-pool 'L2TP-POOL' set vpn l2tp remote-access lns shared-secret 'secret' - set vpn l2tp remote-access ccp-disable + set vpn l2tp remote-access ppp-options disable-ccp set vpn l2tp remote-access authentication mode local set vpn l2tp remote-access authentication local-users username test password 'test' |