How do I see if the user has disconnected?

Alan DeKok aland at deployingradius.com
Sat May 15 14:38:06 CEST 2021


On May 15, 2021, at 8:16 AM, Mark Antony via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> 
> I just tried it and it works. And I tried a second use case, where instead of stopping the user session, I turned on the AirPlane Mode and cut off the internet.
> 
> Freeradius didn't register that as Stop
> 
> (11)   accounting {
> (11)     if (&Acct-Status-Type == "Stop") {
> (11)     if (&Acct-Status-Type == "Stop")  -> FALSE

  So... what does the REST of the debug output say?

  This isn't difficult.  The server prints out the packets it receives.  Including the value it gets for Acct-Status-Type.

  Reading the debug output will tell you exactly why it failed.  So... read the debug output.  ALL OF IT.

  Alan DeKok.




More information about the Freeradius-Users mailing list