Personal tools
You are here: Home support WiKID Documentation Center Troubleshooting FAQ How can I set radius logging to debug? How can I see if WiKID is getting the radius requests?

How can I set radius logging to debug? How can I see if WiKID is getting the radius requests?

Up to Table of Contents

This FAQ applies to: WiKID Strong Authentication Server Enterprise Edition, Network Clients

Though radius is quite simple, it can be hard to know what is going on if you can't see what's going on.

When first integrating WiKID and your VPN using radius, it can be difficult to troubleshoot without detailed logging.

To enable debugging for radius, you need to go to Configuration/Enable Protocols/Radius and set debug to True. Restart the server and then go
to Logs/Configure Loggers and set com.wikidsystems to debug and add com.wikidsystems.radius.log.DBSvrLogImpl and set it to debug as well.

If you prefer the command line, you can also do:

# tail -f /opt/WiKID/log/radius.log

after the restart.

Be sure to turn off debugging before going into production.