File tree 5 files changed +16
-11
lines changed
5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,12 @@ RADIUS advanced options
174
174
175
175
.. cfgcmd :: set service ipoe-server authentication radius dynamic-author server <address>
176
176
177
- Specifies IP address for Dynamic Authorization Extension server (DM/CoA)
177
+ Specifies IP address for Dynamic Authorization Extension server (DM/CoA).
178
+ This IP must exist on any VyOS interface or it can be ``0.0.0.0 ``.
178
179
179
180
.. cfgcmd :: set service ipoe-server authentication radius dynamic-author port <port>
180
181
181
- Port for Dynamic Authorization Extension server (DM/CoA)
182
+ UDP port for Dynamic Authorization Extension server (DM/CoA)
182
183
183
184
.. cfgcmd :: set service ipoe-server authentication radius dynamic-author key <secret>
184
185
Original file line number Diff line number Diff line change @@ -144,12 +144,13 @@ RADIUS advanced options
144
144
.. cfgcmd :: set service pppoe-server authentication radius
145
145
dynamic-author server <address>
146
146
147
- Specifies IP address for Dynamic Authorization Extension server (DM/CoA)
147
+ Specifies IP address for Dynamic Authorization Extension server (DM/CoA).
148
+ This IP must exist on any VyOS interface or it can be ``0.0.0.0 ``.
148
149
149
150
.. cfgcmd :: set service pppoe-server authentication radius
150
151
dynamic-author port <port>
151
152
152
- Port for Dynamic Authorization Extension server (DM/CoA)
153
+ UDP port for Dynamic Authorization Extension server (DM/CoA)
153
154
154
155
.. cfgcmd :: set service pppoe-server authentication radius dynamic-author
155
156
key <secret>
@@ -681,4 +682,4 @@ a /56 subnet for the clients internal use.
681
682
.. _dictionary : https://github.com/accel-ppp/accel-ppp/blob/master/
682
683
accel-pppd/radius/dict/dictionary.rfc6911
683
684
.. _`ACCEL-PPP attribute` : https://github.com/accel-ppp/accel-ppp/
684
- blob/master/accel-pppd/radius/dict/dictionary.accel
685
+ blob/master/accel-pppd/radius/dict/dictionary.accel
Original file line number Diff line number Diff line change @@ -180,11 +180,12 @@ RADIUS advanced options
180
180
181
181
.. cfgcmd :: set vpn l2tp remote-access authentication radius dynamic-author server <address>
182
182
183
- Specifies IP address for Dynamic Authorization Extension server (DM/CoA)
183
+ Specifies IP address for Dynamic Authorization Extension server (DM/CoA).
184
+ This IP must exist on any VyOS interface or it can be ``0.0.0.0 ``.
184
185
185
186
.. cfgcmd :: set vpn l2tp remote-access authentication radius dynamic-author port <port>
186
187
187
- Port for Dynamic Authorization Extension server (DM/CoA)
188
+ UDP port for Dynamic Authorization Extension server (DM/CoA)
188
189
189
190
.. cfgcmd :: set vpn l2tp remote-access authentication radius dynamic-author key <secret>
190
191
Original file line number Diff line number Diff line change @@ -120,11 +120,12 @@ RADIUS advanced options
120
120
121
121
.. cfgcmd :: set vpn pptp remote-access authentication radius dynamic-author server <address>
122
122
123
- Specifies IP address for Dynamic Authorization Extension server (DM/CoA)
123
+ Specifies IP address for Dynamic Authorization Extension server (DM/CoA).
124
+ This IP must exist on any VyOS interface or it can be ``0.0.0.0 ``.
124
125
125
126
.. cfgcmd :: set vpn pptp remote-access authentication radius dynamic-author port <port>
126
127
127
- Port for Dynamic Authorization Extension server (DM/CoA)
128
+ UDP port for Dynamic Authorization Extension server (DM/CoA)
128
129
129
130
.. cfgcmd :: set vpn pptp remote-access authentication radius dynamic-author key <secret>
130
131
Original file line number Diff line number Diff line change @@ -153,11 +153,12 @@ RADIUS advanced options
153
153
154
154
.. cfgcmd :: set vpn sstp authentication radius dynamic-author server <address>
155
155
156
- Specifies IP address for Dynamic Authorization Extension server (DM/CoA)
156
+ Specifies IP address for Dynamic Authorization Extension server (DM/CoA).
157
+ This IP must exist on any VyOS interface or it can be ``0.0.0.0 ``.
157
158
158
159
.. cfgcmd :: set vpn sstp authentication radius dynamic-author port <port>
159
160
160
- Port for Dynamic Authorization Extension server (DM/CoA)
161
+ UDP port for Dynamic Authorization Extension server (DM/CoA)
161
162
162
163
.. cfgcmd :: set vpn sstp authentication radius dynamic-author key <secret>
163
164
You can’t perform that action at this time.
0 commit comments