We have a wireless network and sometimes when link between two points is down, radius updates are not received and session stays opened. I solved this problem with additional field in radacct table and I place time stamp inside that field on every update. If there is no update in 5 minutes (i can define interval), script closes connection. <br>
<br>This will solve your problems with opened connections. But what if user still stays connected after link is back and his session is closed? <br>Answer: Traffic won't be recorded because user don't have opened connection (session with AcctStopTime = '0000-00-00 00:00:00')<br>
<br>So there are no ideal solutions :)<br><br><br><br><div class="gmail_quote">On Feb 1, 2008 1:53 PM, Arran Cudbard-Bell <<a href="mailto:A.Cudbard-Bell@sussex.ac.uk">A.Cudbard-Bell@sussex.ac.uk</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Devinder Singh wrote:<br>><br>> Hi<br>><br>> I had use daloradius and you can monitor how many users are online etc<br></div>It's guessing from the number of 'open' sessions in your accounting<br>
database (those without a stop time), if something goes wibble on the<br>NAS or infrastructure between the NAS and server, and a user disconnects<br>in that period (and maximum retries are hit, all hosts exhausted etc)<br>
then the Accounting Stop packet will be discarded by the switch and that<br>session will never be recorded as closing.<br><br>Any good administration tool should include tools to query the standard<br>dot1x MIB and to periodically go round and check all 'open' sessions by<br>
polling the NAS's and ammend the information in the database<br>appropriately. Isn't there even a tool / script included in the FR<br>distro that does this ?<br><div class="Ih2E3d">><br>> On 01/02/2008, *Julian Stöver* <<a href="mailto:julian_st@gmx.de">julian_st@gmx.de</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:julian_st@gmx.de">julian_st@gmx.de</a>>> wrote:<br>><br>>     Hello,<br>>     is there any monitoring tool for freeradius or another possibility to<br>
>     see how many people are logged in and to do some other stuff? like the<br>>     monitoring tool for openvpn? Would be nice if there's something<br>>     avaible!<br>><br>>     bye!<br>>     julian<br>
>     -<br>>     List info/subscribe/unsubscribe? See<br>>     <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>><br>><br>><br>><br>
> --<br>> Devinder<br></div>> ------------------------------------------------------------------------<br><div class="Ih2E3d">><br>> -<br>> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
<br><br>--<br></div><font color="#888888">Arran Cudbard-Bell (<a href="mailto:A.Cudbard-Bell@sussex.ac.uk">A.Cudbard-Bell@sussex.ac.uk</a>)<br>Authentication, Authorisation and Accounting Officer<br>Infrastructure Services | ENG1 E1-1-08<br>
University Of Sussex, Brighton<br>EXT:01273 873900 | INT: 3900<br></font><div><div></div><div class="Wj3C7c"><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>