Hi, > [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
are you firewalling port 1813 UDP? accounting is done on that port by defauly. open up a couple more shell windows, run freeradius is full debugging mode (radiusd -X) and run tcpdump in the other.. eg 'tcpdump -eqntl -i eth0' (or 'tcpdump -eqntl -i eth0 not port 22' if you are SSH'd to the box! ;-) and then run your radclient stuff again. simple, solid debugging. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

