I'm now using MT OS 2.9.27 with a freeradius server box. I point MT to my radius sever.
MT OS ----------------Freeradius 192.168.2.2
192.168.2.1
|
|
|
Clients
Everything is working well, but i just want to disconnect online user from command (my NAS is 192.168.2.1)
Code: Select all
echo user-name=test | radclient -x 192.168.2.1:1700 disconnect mysecret
Code: Select all
Sending Disconnect-Request of id 37 to 192.168.2.1 port 1700
User-Name = "test"
rad_recv: Disconnect-NAK packet from host 192.168.2.1:1700, id=37, length=42
Error-Cause = Unsupported-Extension
NAS-Identifier = "MikroTik"
NAS-IP-Address = 192.168.2.1
I read some forum that it MT OS 2.9.. support with the radius diconnect message. Why there is 'Unsupported-Extension', while I use /Radius --> Incomming --> Accept??
How can i do it?