22 Jun
2025
22 Jun
'25
7:05 a.m.
On Jun 21, 2025, at 10:41 PM, Julio Edel Salas Díaz <julio.salas@emincar.com> wrote:
Hi, I'm reviewing the "accounting" module in my Freeradius, and in the "radacct" table, I notice that the value 4294967296 has been added to "acctinputoctets" and "acctoutputoctets" for some users, which is affecting the use of the "sqlcounter" module. Can anyone tell me how to fix this?:
You don't fix it. FreeRADIUS isn't magically adding values to accounting data. That value is there because the Accounting-Request packet says that the user has used more than a Gb of data. i.e. it's real data sent by the NAS. FreeRADIUS is just recording it. If you think that the data is wrong, them find out why the NAS is sending the data. Alan DeKok.