I follow the post on
http://forum.mikrotik.com/viewtopic.php ... sh#p143824
But, when i launch the script on freeradius server (without error), in mikrotik log I've the seguent:
01:30:46 radius,debug,packet received Disconnect-Request with id 200 from <MYRADIUSSERVERIP>:57750
01:30:46 radius,debug,packet Signature = 0x1a89e4d0e45b69c7bd87cbd80575dc0b
01:30:46 radius,debug,packet Acct-Session-Id = "8050000f"
01:30:46 radius,debug,packet User-Name = "alessandro"
01:30:46 radius,debug received remote request 36 code=Disconnect-Request from <MYRADIUSSERVERIP>:57750
01:30:46 hotspot,error,info,debug Radius disconnect with no ip provided
01:30:46 radius,debug sending Disconnect-NAK to remote request 36
01:30:46 radius,debug,packet sending Disconnect-NAK with id 200 to <MYRADIUSSERVERIP>:57750
01:30:46 radius,debug,packet Signature = 0xda7dbf1a09a44a3be72d6290ef63a5bf
01:30:46 radius,debug,packet Error-Cause = 406
01:30:46 radius,debug,packet NAS-Identifier = "MikroTik"
01:30:46 radius,debug,packet NAS-IP-Address = <MYMIKROTIKIP>
and the pc-client doesn't disconnect.
---on radius server---
If I execute the command
radwho -r -i -U alessandro
the response is
alessandro,8050000f,shell,S2152726543,Wed 18:52,<MYMIKROTIKIP>,192.168.10.254
If I execute the command
the response is
User-Name = "alessandro"
Acct-Session-Id = "8050000f"
NAS-IP-Address = <MYMIKROTIKIP>
NAS-Port = 2152726543
Service-type = Login-User
Framed-IP-Address = 192.168.10.254
Acct-Session-Time = 1036
Calling-Station-Id = "00:18:DE:E0:D5:"
What is the problem?