diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-05-19 12:22:00 +0300 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2025-05-19 12:29:30 +0300 |
commit | 66ab01fe460b3f7fd3b29746e3edf5dd26142ade (patch) | |
tree | 36bbc10f69f270f030d94017f622ce72614efc66 /docs/configuration/vpn/l2tp.rst | |
parent | 835a750a7242b56ea2cda592103b2153325b0062 (diff) | |
download | vyos-documentation-66ab01fe460b3f7fd3b29746e3edf5dd26142ade.tar.gz vyos-documentation-66ab01fe460b3f7fd3b29746e3edf5dd26142ade.zip |
Fixed documentation about CoA in Accel-PPP services
Fixed documentation about CoA in Accel-PPP services
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index d2215c1c..3fa34449 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -180,11 +180,12 @@ RADIUS advanced options .. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author server <address> - Specifies IP address for Dynamic Authorization Extension server (DM/CoA) + Specifies IP address for Dynamic Authorization Extension server (DM/CoA). + This IP must exist on any VyOS interface or it can be ``0.0.0.0``. .. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author port <port> - Port for Dynamic Authorization Extension server (DM/CoA) + UDP port for Dynamic Authorization Extension server (DM/CoA) .. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author key <secret> |