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/service | |
| 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/service')
| -rw-r--r-- | docs/configuration/service/ipoe-server.rst | 5 | ||||
| -rw-r--r-- | docs/configuration/service/pppoe-server.rst | 7 | 
2 files changed, 7 insertions, 5 deletions
| diff --git a/docs/configuration/service/ipoe-server.rst b/docs/configuration/service/ipoe-server.rst index ef06bcd5..5d7acd5a 100644 --- a/docs/configuration/service/ipoe-server.rst +++ b/docs/configuration/service/ipoe-server.rst @@ -174,11 +174,12 @@ RADIUS advanced options  .. cfgcmd:: set service ipoe-server 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 service ipoe-server 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 service ipoe-server authentication radius dynamic-author key <secret> diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst index 6d818c70..f763536a 100644 --- a/docs/configuration/service/pppoe-server.rst +++ b/docs/configuration/service/pppoe-server.rst @@ -144,12 +144,13 @@ RADIUS advanced options  .. cfgcmd:: set service pppoe-server 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 service pppoe-server 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 service pppoe-server authentication radius dynamic-author     key <secret> @@ -681,4 +682,4 @@ a /56 subnet for the clients internal use.  .. _dictionary: https://github.com/accel-ppp/accel-ppp/blob/master/     accel-pppd/radius/dict/dictionary.rfc6911  .. _`ACCEL-PPP attribute`: https://github.com/accel-ppp/accel-ppp/ -   blob/master/accel-pppd/radius/dict/dictionary.accel
\ No newline at end of file +   blob/master/accel-pppd/radius/dict/dictionary.accel | 
