On Aug 17, 2016, at 5:16 PM, Oscar Jofre <oscar@jofre.com> wrote:
I'm adjusting to send on nasipaddress a unique IP for each mikrtoik-hotspot client. But now this is how looks raddact form 3 different hotspot-clients (each one on different ubications ) ... I don't know if it can be seen correctly.
Please explain what you think is going wrong.
The Errors I'm getting during August:
1) 41.800 Error lines on log
Fri Aug 12 22:54:32 2016 : ERROR: (47435677) detail: ERROR: Couldn't open file /var/log/radius/radacct/81.35.84.203/detail-20160812: Too many different filenames
It only happens form 19:00 or 20:00 until 00:00:04 or so ..
Seems a limitation of Centos 7 ?
It's a limitation of FreeRADIUS. You shouldn't have 100's of detail files opened.
2) 24.981 Error lines on log
Mon Aug 15 17:41:21 2016 : Error: (48439939) Discarding duplicate request from client 0.0.0.0/0 port 60621 - ID: 195 due to delayed response
It's not really an error. The user was rejected, and that reject is being delayed. In the mean time, the client retransmits. It can be ignored.
3) 8.545 Errors lines on log
Wed Aug 17 05:57:24 2016 : Error: Received conflicting packet from client 0.0.0.0/0 port 59102 - ID: 8 due to unfinished request. Giving up on old request.
Wich are the keys parameters to identify each request different ?
It's RADIUS magic. Don't worry about it. The problem is that your database is slow. Fix that, and the messages will go away.
In my configuration I'm working to identify each hotspot-client with a different nasipaddress but I don't know if it is enough .
It may be good enough. Alan DeKok.