On Oct 25, 2017, at 9:51 AM, Peter Balsianok <balsianok.peter@gmail.com> wrote:
I have installed patched version. The result is little bit different (result is not empty, but counters are 0)
That's to be expected, TBH.
(1) FreeRADIUS-Statistics-Type = 131
i.e. Home-Server, Auth + Acct
(1) FreeRADIUS-Stats-Server-IP-Address = 10.14.135.145 (1) FreeRADIUS-Stats-Server-Port = 1812
Which you've defined only as home server of type "auth". And then queried it for "acct" statistics.
(1) Sent Access-Accept Id 102 from 127.0.0.1:28121 to 127.0.0.1:51899 length 0 (1) FreeRADIUS-Stats-Server-IP-Address = 10.14.135.145 (1) FreeRADIUS-Stats-Server-Port = 1812 (1) FreeRADIUS-Stats-Server-Outstanding-Requests = 0 (1) FreeRADIUS-Stats-Server-State = Idle
The home server has received no packets. Which isn't surprising, given that you just started FreeRADIUS. It hasn't had any packets proxied to it.
(1) FreeRADIUS-Stats-Error = "Home server is not acct"
Because it's not accepting accounting packets. Send: FreeRADIUS-Statistics-Type = 130 And ensure that FreeRADIUS is actually proxying packets, before you expect the statistics to be non-zero. Alan DeKok.