Khapare Joshi wrote:
I am not able to do radwho since radutmp is not created, In Radius -X it tells me radutmp module is loaded and file should be /var/log/radius/radutmp
The file is only created when the server receives accounting packets.
And, In /var/log/radius/radacct/192.168.1.1/auth-detail-20140430 <http://192.168.1.1/auth-detail-20140430>, NAS seem to sending request packet to the server
Wed Apr 30 10:58:41 2014 Packet-Type = Access-Request
That's not an accounting packet.
In /etc/raddb/sites-enabled/default accounting section radutmp is uncommented
That section is run only when the server receives accounting packets.
And, still radutmp file is not created in /var/log/radius directory.
Because the server isn't receiving accounting packets.
When I run the freeradius in debug mode (radiusd -X) and test authenticate user I get following:
Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1 port 54636, id=127,
That's not an accounting packet. Alan DeKok.