Freeradius as a loadbalancer - logging dropped accounting requests
Alan DeKok
aland at deployingradius.com
Mon Jun 26 14:25:33 CEST 2017
On Jun 26, 2017, at 8:01 AM, Aleš Rygl <ales at rygl.net> wrote:
> # echo "stats client acct" | radmin -d /etc/freeradius_04/
> radmin> stats client acct
> requests 159032334
> responses 159030646
> dup 21
> ...
> dropped 21
>
> Is there a way how to indetify the reason why are some req. dropped? I.e. logging such requestest? LB there is no lack of CPU or memory on the server, no drops in the UDP stack..
See the "dup" field.
The NAS is sending duplicate Accounting-Request packets while the server is still processing the old one. So, the new one is dropped.
This is usually because the RADIUS server is slow to respond to a particular request. i.e. transient load spikes, etc.
Alan DeKok.
More information about the Freeradius-Users
mailing list