diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-08 10:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 10:05:58 +0100 |
commit | d9b0403cabb40eff90caf4848466421c629b66f7 (patch) | |
tree | 226e1b1f55ed9462a03581e715bfc92b44e757de /docs/configuration/vpn/l2tp.rst | |
parent | 5e13cabcbc56209ee3fa4a9bcd95410498c81178 (diff) | |
parent | 97dc32e5cd761c58ac41e1101d740a00cadc6a24 (diff) | |
download | vyos-documentation-d9b0403cabb40eff90caf4848466421c629b66f7.tar.gz vyos-documentation-d9b0403cabb40eff90caf4848466421c629b66f7.zip |
Merge pull request #1271 from vyos/mergify/bp/sagitta/pr-1263
T5971: Added PPP options documentation (backport #1263)
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 8e9bf0eb..f0724588 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' |