Dear Mr. Alan, It's a pleasure to get a response from you.
I have read the document several times. There is some point I cannot make clear. The document says: 1. PREREQUISITES : You need to have perl installed. Why? I do not want to query the NAS against the user attempting to connect to see if it is connected already. The only data I want to consider is radacct table. I added Simultaneous-Use:=1 also but no luck. I can only limit the user by writing a custom stored procedure for authorize_check_query. Inside this procedure I check the radacct table if there is a record of this user with a null int acctstoptime. It works. But I want to understand why simul_count_query does not work, although I uncommented it. This might be -and probably it is- a newbie question but I am really confused. How can I make the Simultaneous Use limit work, without writing custom stored procedure and without installing perl to query NAS? Best Regards On Sat, Oct 31, 2009 at 3:26 PM, Alan DeKok <[email protected]> wrote: > > boyali kus wrote: > > In my test environment I use a Mikrotik RB333 as NAS and FreeRADIUS 2.1.7. > > How can I make this Simultaneous Use Checking Queries work? > > read doc/Simultaneous-Use > > Alan DeKok. > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

