Freeradius accounting issues

Siryx XL djsiryx at hotmail.com
Fri Aug 6 23:53:01 CEST 2010


Hi everyone.

I got freeradius to AAA the access to a Cisco Routers.

If for some reason you disconnect because the router power off, an accounting finish packets is not sent to my radius, so in the DB looks like the user is still logged in....

an example:

mysql> select radacctid,username,acctstarttime,acctstoptime from radacct where username = "jhon.doe" and acctstarttime > "2010-08-05 07:45:30";
+-----------+-----------------+----------------------+-------------------------+
| radacctid  | username  | acctstarttime             | acctstoptime    |
+----------- +-----------------+---------------------+-------------------------+
|     93760   | jhon.doe     | 2010-08-05 07:45:31 | NULL                | 
|     93761   | jhon.doe     | 2010-08-05 07:45:50 | NULL                | 
|     93762   | jhon.doe     | 2010-08-05 07:52:23 | NULL                | 



What can I do to update this entries after a certain time has pass, or do something else so fix those entries? 

Thanks in advance.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20100806/5aa96128/attachment.html>


More information about the Freeradius-Users mailing list