Skip to content

Commit 6541c72

Browse files
authored
Merge pull request #1636 from aapostoliuk/AccelPPP-CoA-fix
Fixed documentation about CoA in Accel-PPP services
2 parents 835a750 + 66ab01f commit 6541c72

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

docs/configuration/service/ipoe-server.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,12 @@ RADIUS advanced options
174174

175175
.. cfgcmd:: set service ipoe-server authentication radius dynamic-author server <address>
176176

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``.
178179

179180
.. cfgcmd:: set service ipoe-server authentication radius dynamic-author port <port>
180181

181-
Port for Dynamic Authorization Extension server (DM/CoA)
182+
UDP port for Dynamic Authorization Extension server (DM/CoA)
182183

183184
.. cfgcmd:: set service ipoe-server authentication radius dynamic-author key <secret>
184185

docs/configuration/service/pppoe-server.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,13 @@ RADIUS advanced options
144144
.. cfgcmd:: set service pppoe-server authentication radius
145145
dynamic-author server <address>
146146

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``.
148149

149150
.. cfgcmd:: set service pppoe-server authentication radius
150151
dynamic-author port <port>
151152

152-
Port for Dynamic Authorization Extension server (DM/CoA)
153+
UDP port for Dynamic Authorization Extension server (DM/CoA)
153154

154155
.. cfgcmd:: set service pppoe-server authentication radius dynamic-author
155156
key <secret>
@@ -681,4 +682,4 @@ a /56 subnet for the clients internal use.
681682
.. _dictionary: https://github.com/accel-ppp/accel-ppp/blob/master/
682683
accel-pppd/radius/dict/dictionary.rfc6911
683684
.. _`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

docs/configuration/vpn/l2tp.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,12 @@ RADIUS advanced options
180180

181181
.. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author server <address>
182182

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``.
184185

185186
.. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author port <port>
186187

187-
Port for Dynamic Authorization Extension server (DM/CoA)
188+
UDP port for Dynamic Authorization Extension server (DM/CoA)
188189

189190
.. cfgcmd:: set vpn l2tp remote-access authentication radius dynamic-author key <secret>
190191

docs/configuration/vpn/pptp.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ RADIUS advanced options
120120

121121
.. cfgcmd:: set vpn pptp remote-access authentication radius dynamic-author server <address>
122122

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``.
124125

125126
.. cfgcmd:: set vpn pptp remote-access authentication radius dynamic-author port <port>
126127

127-
Port for Dynamic Authorization Extension server (DM/CoA)
128+
UDP port for Dynamic Authorization Extension server (DM/CoA)
128129

129130
.. cfgcmd:: set vpn pptp remote-access authentication radius dynamic-author key <secret>
130131

docs/configuration/vpn/sstp.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,12 @@ RADIUS advanced options
153153

154154
.. cfgcmd:: set vpn sstp authentication radius dynamic-author server <address>
155155

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``.
157158

158159
.. cfgcmd:: set vpn sstp authentication radius dynamic-author port <port>
159160

160-
Port for Dynamic Authorization Extension server (DM/CoA)
161+
UDP port for Dynamic Authorization Extension server (DM/CoA)
161162

162163
.. cfgcmd:: set vpn sstp authentication radius dynamic-author key <secret>
163164

0 commit comments

Comments
 (0)