Hi,<br> I am trying to disconnect users with the instructions given at <<a href="http://wiki.freeradius.org/Disconnect-Messages" target="_blank">http://wiki.freeradius.org/Disconnect-Messages</a>>. I  made a packet.txt file with the following content:<br>
<br>Acct-Session-Id=4E4EB0DE083800<br>User-Name=amin<br>X-Ascend-Session-Svr-Key=<br>NAS-IP-Address=127.0.0.1<br><br> Then run the following command:<br><br>root@ubuntu:~/kill# cat packet.txt | radclient -x <a href="http://127.0.0.1:3799">127.0.0.1:3799</a> disconnect "testing123"<br>
<br> And the result was:<br><br>radclient:: failed to get value<br>radclient: Nothing to send.<br><br><br> Well, "xascendsessionsvrkey" field had no value so I though I have to set it to null.<br><br>mysql> SELECT radacctid,acctsessionid,username,realm,nasipaddress,nasportid,framedipaddress,xascendsessionsvrkey FROM radacct ORDER BY radacctid DESC LIMIT 1;<br>
+-----------+----------------+----------+-------+--------------+-----------+-----------------+----------------------+<br>| radacctid | acctsessionid  | username | realm | nasipaddress | nasportid | framedipaddress | xascendsessionsvrkey |<br>
+-----------+----------------+----------+-------+--------------+-----------+-----------------+----------------------+<br>|        24 | 4E4EB0DE083800 | amin     |       | 127.0.1.1    | 0         | 10.1.2.2        |                      |<br>
+-----------+----------------+----------+-------+--------------+-----------+-----------------+----------------------+<br>1 row in set (0.00 sec)<br><br><br> Could you give a working Packet of Disconnect example cause it will not work if I eliminate "X-Ascend-Session-Svr-Key" or set a NULL value for it.<br>
<br>Thanks in advance,<br>Moby<br><br><br>freeRADIUS version: 2.1.11<br>Operating System: Ubuntu Netbook 10 (Linux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux)<br>
<br><br><br>