Hello,
we are freeradius to autheticate users.
Authentication works fine but we aren't able to use accounting, because we are only getting responses for USER Anonymous. So we can't track user traffic or login/logout times.
Heres a log from freeradius:
Authentication of User "TESTUSER"
>> radius-auth
Thu Nov 20 13:41:24 2006 : Auth: Login OK: [TESTUSER] (from client localhost port 5 cli 00-06-1b-da-33-40) <<
Accounting for this session
>> radius-acct
Thu Nov 23 13:41:24 2006
Acct-Session-Id = "000F00000001"
Acct-Status-Type = Start
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
NAS-Port = 5
Calling-Station-Id = "00-06-1b-da-33-40"
Service-Type = Framed-User
NAS-IP-Address = 192.168.0.1
NAS-Identifier = "ProCurve Switch 2848"
User-Name = "anonymous"
Client-IP-Address = 192.168.0.1
Acct-Unique-Session-Id = "c80dd51a11578c70"
Timestamp = 1164285684
Thu Nov 23 13:41:51 2006
Acct-Session-Id = "000F00000001"
Acct-Status-Type = Stop
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
NAS-Port = 5
Calling-Station-Id = "00-06-1b-da-33-40"
Service-Type = Framed-User
NAS-IP-Address = 192.168.0.1
NAS-Identifier = "ProCurve Switch 2848"
User-Name = "anonymous"
Acct-Terminate-Cause = Port-Reinit
Acct-Session-Time = 28
Acct-Input-Octets = 7344
Acct-Output-Octets = 24165
Acct-Input-Packets = 56
Acct-Output-Packets = 194
Client-IP-Address = 192.168.0.1
Acct-Unique-Session-Id = "c80dd51a11578c70"
Timestamp = 1164285711
Best Regards
Sebastian