Hey,
in general the FreeRadius daemon writes information to /var/log/freeradius/radius.log
. Have you taken a look at it?
If that isn’t enough: the FreeRadius daemon provides quite a lot of useful debug output if you enable it:
- First, stop the running daemon (e.g.
systemctl stop freeradius.service
).
- Then start it manually with the
-d
option: freeradius -d -x
- Try authenticating with your device.
Again, the output will go to the aforementioned log file.
Kind regards,
mosu