BALSIANOK, Peter wrote:
Configuration ( for logging in radiusd.conf ): Log {
Log? Or log ? It is case sensitive.
destination = files file = /app_log/radius/radius.log auth = yes auth_badpass = yes auth_goodpass = yes }
Difference between cases are runtime parameters: 1. /storage/app/radius/freeradius-3.0.0/sbin/radiusd -d /storage/app/radius/raddb/auth 2. /storage/app/radius/freeradius-3.0.0/sbin/radiusd -x -d /storage/app/radius/raddb/auth
...
I will not see any auth log message in the main radius log file /app_log/radius/radius.log ( somethink like ): Tue Jun 18 08:12:55 2013 : Auth: Login OK: [gre@test.sk/tojejedno] (from client IPSECgtw-01-BB1 port 997 cli 421995222222)
The messages should be there. Run it in debugging mode to see if the "auth*" configuration items are parsed correctly. It should also print the "Login OK" messages in debugging mode, too. Alan DeKok.