On Thu, Apr 26, 2012 at 5:54 PM, yagizozen <yagizozen@yahoo.com> wrote:
Thank you for your answer Alan. I understand how to re-play the packets using radclient but I wonder if it is possible to see the debug output of an existing running radius server with "radiusd" command without stopping it.
Try using radmin to activate and log debug mode selectively: http://freeradius.org/radiusd/man/radmin.html You need to make sure sites-available/control-socket is enabled (i.e. symlinked in sites-enabled), possibly edit some things there to make it work. Also last time I tried (which is about two years ago) some output might be different compared to when running radiusd -X (e.g. attributes in incoming packets were not printed), so radiusd -X on a test server is definitely still the best option to accurately debug problems. -- Fajar