<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi,</span></div><div><br><span></span></div><div><span>I thought that there would have another way to solve that. I tried once to change the session manager to sql, but it stopped working, I gave up of this tough. Its an live environment so I'm not able to do a lot of tests, but I'll try againd...</span></div><div><br><span></span></div><div><span>I'll try about radzap, lets see if it works if I make an script to monitoring radius log and apply the changes automaticaly when some session stale. <br></span></div><div><br><span></span></div><div><br><span></span></div><div><span>Thanks a lot</span></div><div><br><span></span></div><div><br><span></span></div><div><span>Rodrigo Yoshioka<br></span></div><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div
 style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">De:</span></b> Fajar A. Nugraha <list@fajar.net><br><b><span style="font-weight: bold;">Para:</span></b> Rodrigo Yoshioka <ro_yoshioka2002@yahoo.com.br>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org><br><b><span style="font-weight: bold;">Enviadas:</span></b> Sábado, 23 de Abril de 2011 23:54<br><b><span style="font-weight: bold;">Assunto:</span></b> Re: Help with simultaneous use and radutmp<br></font><br>On Sun, Apr 24, 2011 at 6:06 AM, Rodrigo Yoshioka<br><<a ymailto="mailto:ro_yoshioka2002@yahoo.com.br" href="mailto:ro_yoshioka2002@yahoo.com.br">ro_yoshioka2002@yahoo.com.br</a>> wrote:<br>> Hi folks.....<br>>      I have a FreeRadius server working with Mikrotik as NAS, and I'm often<br>> receiveing message of multiple
 connection at log, and the user is not able<br>> to connect. I found some solutions at google but it's to whom uses<br>> freeradius with sql as session manager. I'm using radutmp file and I<br>> couldn't find any solution to kill the session locked at the radutmp file.<br>> anyone can help me..??<br>> The message I'm receiving is:<br>> Sat Apr 23 18:02:03 2011 : Auth: Multiple logins (max 1) :<br>> [#######@########/<no User-Password attribute>] (from client ###.##.0.0/24<br>> port 35226 cli ##:##:##:##:##:##)<br>><br>> My Freeradius version is 2.1.<br><br>Try <a href="http://freeradius.org/radiusd/man/radzap.html" target="_blank">http://freeradius.org/radiusd/man/radzap.html</a><br><br>IMHO it's better to use sql instead. For example, if whatever NAS you<br>use can also use interim update, then you can also modify simultaneous<br>query to:<br>- only select records whose acct-stop-time is newer than 2 x interim-update
 time<br>- only select records whose CallingStationId is different than current<br>calling station id<br><br>Those two conditions can help filter-out stale sessions.<br><br>-- <br>Fajar<br><br><br></div></div></div></body></html>