Hi, Debug mode does not reveal further information, what I've noticed I didn't before :( is checkrad is used to verify if the connection is still established, despite simul_verify_query result. I've set up the SNMP community in naspasswd file and radius polls NAS in order to check active sessions and now it is working fine. My doubt/question is: checkrad is always used to Simultaneous-Use checking? Is it not possible to use radacct table instead of SNMP polling? Regards, David
"David M." <radius at mantxado.com> wrote:
If I try to connect with the same user and the previous conection still established, this is the sequence of queries: 1- authorize_check_query 2- authorize_group_check_query 3- authorize_reply_query 4- authorize_group_reply_query 5- simul_count_query **returns 1** 6- simul_verify_query 7- accounting stop query **performs a stop in the previously established session**
That's nice. What does debugging mode say?
ALWAYS run the server in debugging mode to track down these kinds of problems. There is NO OTHER WAY to solve the problem.
Alan DeKok.
-- David