> > It's still slow. Using wget reveals something interesting though: > - it's connected almost immediately > - "HTTP request sent, awaiting response..." took over 10 seconds > - once I got "200 OK", the content is transferred very quickly, so > it's not connection speed problem. > > Does ruby (or apache, or whatever web frontend you use) perform > reverse address lookup by default? If yes, it might explain the long > response time somewhat. >
*sigh* webrick does indeed perform reverse lookup by default, what does that?! Had to update the entire ruby install to 1.9.2 to get the version of the library which allows you to disable it, but it is now disabled and I can the logs are no longer showing FQDNs. Could you try one last time and see if this was the issue you were running in to. Many thanks, Arran Arran Cudbard-Bell RM-RF Limited - Security consultation and contracting VoIP: +1 916-436-1352 Cell: +44 7854041841 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

