Radius accounting sends wrong data
Hello, we use internal Freeradius 3.2 server to manage traffic consumption by users. Since version 7.4.4 we found that users ask for new credentials not so often as before. We implemented python3 module to see log of data server receives from FortiGate NAS FG-60F and for case of downloading 100Mb file, we can see that there is 50 times less data sent by NAS than it should be.
Our log:
Before downloading:
2024-07-12 11:57:01,067 - Parsed packet: User: %Username%, Acct-Input-Octets: 1086186, Acct-Output-Octets: 1022799, Current Packet: 2108985 bytes
After downloading 100Mb:
2024-07-12 12:01:01,070 - Parsed packet: User: %Username%, Acct-Input-Octets: 1188278, Acct-Output-Octets: 1101556, Current Packet: 2289834 bytes
Treat this message as bug report, because in case of Mikrotik router with same server it calculates correctly on test files 100Mb and 1Gb
