Hi. We are running freeradius 2.2.x, very stable. We are a small WISP, our network is Mikrotik, Ubiquiti and FreeRADIUS under Centos 6.x. This post is related to FreeRADIUS, I want to understand some logs, I already enable some settings on radius.conf. stripped_names = yes auth = yes auth_badpass = yes a uth_goodpass = yes Radius is connected to MySQL. The other are default settings. I would like to get more debug info to troubleshoot but the log doesn't tell me to much. I have this log that Im trying to understand the meaning? Mon Aug 22 17:39:09 2016 : Auth: Login OK: [3988672839/<CHAP-Password>] (from client [RB951]-Torre port 2154824621 cli MAC-ADDRES) Mon Aug 22 17:39:09 2016 : Info: No Pool-Name defined (did hs-server1 cli MAC-ADDRES port 2154824621 user 3988672839) Mon Aug 22 18:06:43 2016 : Info: Released IP 10.10.10.26 (did hs-server1 cli MAC-ADDRES user 3988672839) Mon Aug 22 21:29:51 2016 : Auth: Login OK: [3988672839/<CHAP-Password>] (from client [RB951]-Torre port 2154824634 cli MAC-ADDRES) Mon Aug 22 21:29:51 2016 : Info: No Pool-Name defined (did hs-server1 cli MAC-ADDRES port 2154824634 user 3988672839) Mon Aug 22 21:44:50 2016 : Info: Released IP 10.10.10.26 (did hs-server1 cli MAC-ADDRES user 3988672839) Mon Aug 22 21:44:50 2016 : Info: Released IP 10.10.10.26 (did hs-server1 cli MAC-ADDRES user 34234234234) I understand that at 17:39:09 the user logins OK. But latter at 18:06:43 Release the IP??? What is the meaning of that log Released IP? How can I increase debug level without running radius in console? Our network is: Ubiquity Rocket M5 <----> NanoLOCOM5. On each client the dhcp is manage by each NanoLOCOM5, our NanoLOCO have static IP. I have around 20 users will be a lot of info. Thanks, any comment will be appreciated.