Dear Thanks for the information.I am getting the logs when stopped server in debug mode. But the commands service radiusd stop and service radiusd restart is not working.So i killed the process radiusd using kill command.Pls let me know the commands to stop and start the server in normal mode. Regards Anoop
Message: 2 Date: Tue, 11 Sep 2007 10:39:38 +0200 (CEST) From: inelec communication <inelec_communication@yahoo.fr> Subject: RE : LOGs of eap-tls authentication (inelec communication) To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <980737.95433.qm@web26005.mail.ukl.yahoo.com> Content-Type: text/plain; charset=\"iso-8859-1\"
Hello,
you have no logs in your radius.log file because you are running in debug mode , you have to run in normal mode to get the logs, so what you have to do is the following: first stop your debug mode by this command: service radiusd stop; then restart the service radius by: service radiusd restart; doing that you are in normal mode and you can do your wlan loging without any problem and you get your log.
regards