Discussion:
disconnect Error-Cause = Unsupported-Extension‏
Syed Jahanzaib
2016-03-28 08:03:56 UTC
Permalink
I am using FR 2.1.10 with Mikrotik 6.34.4

COA is working fine and Bandwidth change on the fly working ok. I can
disconnect client using radclient as well from cli
but disconnect user via update disconnect in FR gives following error:

Sending Disconnect-Request of id 7 to 101.11.11.255 port 3799
User-Name = "zaib"

rad_recv: Disconnect-NAK packet from host 101.11.11.255 port 3799, id=7,
length=42
Error-Cause = Unsupported-Extension
NAS-Identifier = "MikroTik"

Code:

update disconnect {
User-Name = "%{request:User-Name}"
--
Regard's
-
List info/subscribe/unsubscribe? See http://www.freeradius
Alan DeKok
2016-04-04 16:18:02 UTC
Permalink
Post by Syed Jahanzaib
I am using FR 2.1.10 with Mikrotik 6.34.4
You should really use 2.2.9. It won't fix this issue, but it will fix other ones.
Post by Syed Jahanzaib
COA is working fine and Bandwidth change on the fly working ok. I can
disconnect client using radclient as well from cli
Sending Disconnect-Request of id 7 to 101.11.11.255 port 3799
User-Name = "zaib"
rad_recv: Disconnect-NAK packet from host 101.11.11.255 port 3799, id=7,
length=42
Error-Cause = Unsupported-Extension
NAS-Identifier = "MikroTik"
That message is coming from the Mikrotik NAS.

Consult the Mikrotick NAS documentation to see what it needs in the Disconnect-Request.

Then, configure FreeRADIUS to send the required attributes in the Disconnect-Request.

Alan DeKok.


-
List info/subscribe/unsubscribe? See http://www.f

Loading...