"jason" <[EMAIL PROTECTED]> wrote: > I'm running freeradius-0.3 with a postgres backend and under high load I > have some errors that are plaguing me. > > Wed Oct 24 12:47:47 2001 : Error: Received Accounting-Request packet from > 209.131.216.212 with invalid signature!
That could be caused by the packet being bad, or it could be a problem seen only under high load. > The termservers are totalcontrol units, I'm not sure if there is anything > special I have to set somewhere to allow their accounting packets to work? Maybe. Some NASes don't calculate the accounting signature properly. (sigh) > And everyone's favorite error > > Wed Oct 24 12:51:26 2001 : Error: Dropping duplicate authentication packet > from client iei211:1645 - ID: 98 > > I'm recieving this after a couple thousand requests or so, and then it will > cause the radius server to fill up it's thread pool ( set to 128 currently ) > .. after which radius will continually complain that it's threads are full, > and become useless. So increase the maximum number of threads. The problem may also be that each request is taking a LONG time. In that case, the server will use a large number of threads, and the NAS may re-send requests, if it hasn't seen a reply quickly enough. The solution is to figure out why the requests are taking so long, and solve that. Once the server responds quickly, most of these problems should go away. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
