Hello all... i'm trying to make rautmp to work... but it doesn't... -xx debug showes: ------ 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) ------- also in 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 } ----- but no radutmp file is created, and if created by hand it stay's 0 bytes... dunno my guesses tells me i forgot something... ??? but what.. Greets Collen
Collen Blijenberg <collen@mail.hermanjordan.nl> wrote:
but no radutmp file is created, and if created by hand it stay's 0 bytes...
dunno my guesses tells me i forgot something... ???
Send the server accounting packets. radutmp is created when the NAS agrees that the user has logged in, not when the server tells the NAS to let the user in. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Thx, ehh, and how do i do that ??? (sorry newbe) somehow there isn't anny accounting done ?! i do have a auth_log and reply_log. but no detail log (and no radutmp either) getting stranger by the minute... but i also have no idea how to make the nas (linksys wap54g v3 eu) or the freeradius (1.1.3) do accounting. i use the wpa-enterprise option. anny hinds on howto make accounting work ?? Cheers.. Collen Alan DeKok wrote:
Collen Blijenberg <collen@mail.hermanjordan.nl> wrote:
but no radutmp file is created, and if created by hand it stay's 0 bytes...
dunno my guesses tells me i forgot something... ???
Send the server accounting packets. radutmp is created when the NAS agrees that the user has logged in, not when the server tells the NAS to let the user in.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Collen Blijenberg <collen@mail.hermanjordan.nl> wrote:
but i also have no idea how to make the nas (linksys wap54g v3 eu) or the freeradius (1.1.3) do accounting.
The linksys simply might not do accounting. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hmm, that could be true... ?! but how can i see who's logged in then ? (and where) Thx, Collen Alan DeKok wrote:
Collen Blijenberg <collen@mail.hermanjordan.nl> wrote:
but i also have no idea how to make the nas (linksys wap54g v3 eu) or the freeradius (1.1.3) do accounting.
The linksys simply might not do accounting.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Collen Blijenberg <collen@mail.hermanjordan.nl> wrote:
but how can i see who's logged in then ? (and where)
If the NAS won't tell the server who's logged in, the server won't know, and neither will you. Buy a real NAS. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Collen Blijenberg