diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-01-25 16:13:49 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2024-02-05 10:41:34 +0200 |
commit | dd3537443d71b8a5481ad0e8fb1a8e4edd0ecb71 (patch) | |
tree | 9c5c6e3df59e95c3f5fe317376a99ab56caa54b0 /docs/configuration/vpn/l2tp.rst | |
parent | c1716052eba00ad6c612755f55015e840e946828 (diff) | |
download | vyos-documentation-dd3537443d71b8a5481ad0e8fb1a8e4edd0ecb71.tar.gz vyos-documentation-dd3537443d71b8a5481ad0e8fb1a8e4edd0ecb71.zip |
T5971: Added PPP options documentation
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' |