Hi dear friends I have a FreeRADIUS Version 2.1.12 working fine!! I have several NAS devices working fine. Freeradius server records all their accounting record in mysql database, table radacct. It works!! But I have one NAS device that can authenticate its users, and it sends Accounting data, but the freeradius server is not recording that data in the mysql database. I know that accounting data is arriving to the server because the log. Example: Mon Apr 3 07:07:28 2017 Acct-Status-Type = Start User-Name = "0003AB94EF3F" Framed-IP-Address = 192.168.24.56 NAS-IP-Address = 192.168.50.2 Calling-Station-Id = "0003ab94ef3f" NAS-Identifier = "ApNextel" NAS-Port-Id = "WIFIGRATIS-NEXTEL" NAS-Port-Type = Wireless-802.11 NAS-Port = 3232248322 Called-Station-Id = "000456b94fc0" Framed-MTU = 1400 Acct-Session-Id = "00-04-56-B9-4F-C0-00-00-00-11-00-03-AB-94-EF-3F" Event-Timestamp = "Apr 3 2017 07:07:27 COT" Acct-Delay-Time = 0 Acct-Unique-Session-Id = "44582e4931b31778" Timestamp = 1491221248 Mon Apr 3 07:17:28 2017 Acct-Status-Type = Interim-Update User-Name = "0003AB94EF3F" Framed-IP-Address = 192.168.24.56 NAS-IP-Address = 192.168.50.2 Calling-Station-Id = "0003ab94ef3f" NAS-Identifier = "ApNextel" NAS-Port-Id = "WIFIGRATIS-NEXTEL" NAS-Port-Type = Wireless-802.11 NAS-Port = 3232248322 Called-Station-Id = "000456b94fc0" Framed-MTU = 1400 Acct-Session-Id = "00-04-56-B9-4F-C0-00-00-00-11-00-03-AB-94-EF-3F" Event-Timestamp = "Apr 3 2017 07:17:27 COT" Acct-Input-Packets = 1453 Acct-Output-Packets = 1461 Acct-Input-Octets = 309768 Acct-Output-Octets = 784758 Acct-Session-Time = 600 Acct-Delay-Time = 0 Acct-Unique-Session-Id = "44582e4931b31778" Timestamp = 1491221848 Looking in the mysql database, I can see all the record from all other devices, but not form this one. What can I chech? Regards Andrés --