Felipe Neuwald wrote: > Hi Dennis and Thibault, > > I redirected some users of my old radius to this new radius and I still > have no accounting. I redirected traffic in firewall directly from ISP > to old server to new server. > > And here the results of radclient: > > [EMAIL PROTECTED] /tmp]# cat radius.teste | radclient 127.0.0.1 auth teste > Received response ID 198, code 2, length = 20 > [EMAIL PROTECTED] /tmp]# cat radius.teste | radclient 127.0.0.1 acct teste > radclient: no response from server for ID 204 > > no response from an acct command. > > Any idea?
Run the server in debugging mode. If you see no accounting requests, then the client isn't sending them or they are not making it to radius for some reason. Fix that. Radius can only log what it receives. Is the firewall redirecting the accounting port? Accounting is done on a different UDP port than Auth requests. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

