Hi All, I have an instace of freeradius 1.1.2 running. I started the radius with -X switch. Is there any way to get a log of requests/response coming to/from radius. I tried to capture on udp port 1812 but no use. Best Regards, Abdul Qadir ____________________________________________________________________________________ Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit. http://farechase.yahoo.com/promo-generic-14795097
Abdul Qadir wrote:
Hi All, I have an instace of freeradius 1.1.2 running. I started the radius with -X switch. Is there any way to get a log of requests/response coming to/from radius. I tried to capture on udp port 1812 but no use.
FreeRADIUS won't write a log when in debug mode (-X). If you want a record, do something like this: radiusd -X >> debug.log tail -f debug.log Otherwise, don't run it in debug mode. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
participants (2)
-
Abdul Qadir -
Dennis Skinner