My AP does accountig but radwho doesn't work..
Hi list, I am trying to work the radwho command but i get this error : radwho: Error reading /usr/local/var/log/radius/radutmp: No such file or directory My AccessPoint (3com 7250) has the accounting option i have set it enable and i have detail files in /usr/local/var/log/radius/radacct/10.0.0.10 . In my radiusd.conf : radutmp { filename = ${LOGDIR}/radutmp username = %{User-Name} case_sensitive = yes check_with_nas = yes perm = 0600 callerid = yes } accounting { detail radutmp } session { radutmp } ----- and when running radiusd -X : .............. Module: Loaded radutmp radutmp: filename = "/var/log/radius/radutmp" radutmp: username = "%{User-Name}" radutmp: case_sensitive = yes radutmp: check_with_nas = yes radutmp: perm = 384 radutmp: callerid = yes .... Module: Instantiated radutmp (radutmp) thanks Adreas Polyxronopoulos Send instant messages to your online friends http://uk.messenger.yahoo.com
adreas Polyxronopoulos wrote:
Hi list,
I am trying to work the radwho command but i get this error : radwho: Error reading /usr/local/var/log/radius/radutmp: No such file or directory
The file doesn't exist because either the server is not receiving accounting packets, OR the accounting packets don't contain sufficient information to create a 'radutmp' entry. ...
and when running radiusd -X :
You've included absolutely nothing from the server receiving packets. When the server receives an accounting packet, it will TELL YOU if the radutmp file is being updated. That's why debugging output is so important. What you posted was the debugging output from the server starting up... and doing nothing. That's not very useful. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
adreas Polyxronopoulos -
Alan DeKok