RADIUS accounting request not sent

Hi all,

I got a problem with my hotspot authenticated with freeradius.
In the log window of MK, there often shows that “RADIUS accounting request not sent: no response”.

I attache some screen shots of my MK hotspot.

Thank you for your help.
norespond2.png
router.png

If the radius server is remote (not User Manager in the same device), you might try increasing the timeout value. It helped me a lot with remote aps.

/radius
print detail
set 0 timeout=2s

After I increased timeout=300ms to 500ms, those warning messages don’t pop up.
Thanks