diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:47:52 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:47:52 +0300 |
| commit | 7bcf6c7a286b968553e366adadb4703be54615da (patch) | |
| tree | 4b9aac973b0f4fc89664b358fcc037c44911bca2 /docs | |
| parent | 84692fed01f00dff5c76498dd1563068a7e2fef0 (diff) | |
| download | vyos-documentation-7bcf6c7a286b968553e366adadb4703be54615da.tar.gz vyos-documentation-7bcf6c7a286b968553e366adadb4703be54615da.zip | |
docs: rewrap long prose lines in ipoe-server to fit 80-char limit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/service/ipoe-server.md | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/configuration/service/ipoe-server.md b/docs/configuration/service/ipoe-server.md index 6098cd18..aba0cb8e 100644 --- a/docs/configuration/service/ipoe-server.md +++ b/docs/configuration/service/ipoe-server.md @@ -275,15 +275,17 @@ the CLI configuration, refer to the explanation below. ### Allocation clients ip addresses by RADIUS -If the RADIUS server sends the attribute `Framed-IP-Address` then this IP -address will be allocated to the client and the option `default-pool` within the CLI -config is being ignored. +If the RADIUS server sends the attribute `Framed-IP-Address` then this +IP address will be allocated to the client and the option `default-pool` +within the CLI config is being ignored. -If the RADIUS server sends the attribute `Framed-Pool`, IP address will be allocated -from a predefined IP pool whose name equals the attribute value. +If the RADIUS server sends the attribute `Framed-Pool`, IP address will +be allocated from a predefined IP pool whose name equals the attribute +value. -If the RADIUS server sends the attribute `Stateful-IPv6-Address-Pool`, IPv6 address -will be allocated from a predefined IPv6 pool `prefix` whose name equals the attribute value. +If the RADIUS server sends the attribute `Stateful-IPv6-Address-Pool`, +IPv6 address will be allocated from a predefined IPv6 pool `prefix` +whose name equals the attribute value. If the RADIUS server sends the attribute `Delegated-IPv6-Prefix-Pool`, IPv6 delegation pefix will be allocated from a predefined IPv6 pool `delegate` @@ -294,8 +296,9 @@ whose name equals the attribute value. RFC6911. If they are not defined in your RADIUS server, add new [dictionary]. ::: -User interface can be put to VRF context via RADIUS Access-Accept packet, or change -it via RADIUS CoA. `Accel-VRF-Name` is used from these purposes. It is custom [ACCEL-PPP attribute]. +User interface can be put to VRF context via RADIUS Access-Accept +packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used from +these purposes. It is custom [ACCEL-PPP attribute]. Define it in your RADIUS server. ## IPv6 @@ -525,5 +528,7 @@ Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:eth1.100: send [DHCPv4 Ack xid=5 ``` +% stop_vyoslinter [accel-ppp attribute]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.accel [dictionary]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.rfc6911 +% start_vyoslinter |
