Re: 2.0.2 Radius stop work with Error...

2008-03-15 Thread Alan DeKok
banga wrote: After detail debug I have found that sometimes Radius tries to insert more then 50 Updates/sec. That shouldn't be a problem. I've successfully tested it with 5000 requests per second. [EMAIL PROTECTED]:# grep : Acct-U failure.log | wc -l 59 [EMAIL PROTECTED]:# So it

Dead Proxy Detection?

2008-03-15 Thread Lemaster, Rob
Can FreeRADIUS detect and remove dead proxies from the round-robin rotation and then add them back after it detects that the proxy is alive again? Can FreeRADIUS automatically set all subcribers to authenticate all if all proxies are unavailable, and then authenticate normally automatically

Advanced Queuing?

2008-03-15 Thread Lemaster, Rob
Does FreeRADIUS have any advanced queuing abilities? If we restart a BRAS, it will try to authenticate between 30,000 to 60,000 users all at once. This can crash our RADIUS server. Does FreeRADIUS have any advanced queuing functionality that will enable it handle this sudden surge of traffic,

Re: Dead Proxy Detection?

2008-03-15 Thread Alan DeKok
Lemaster, Rob wrote: Can FreeRADIUS detect and remove dead proxies from the round-robin rotation and then add them back after it detects that the proxy is alive again? Yes. See raddb/proxy.conf Can FreeRADIUS automatically set all subcribers to authenticate all if all proxies are

FreeRADIUS MIB

2008-03-15 Thread Lemaster, Rob
I've reviewed the SNMP MIB and I can't find traps for the following events: * Proxy Failure * Database Connection Broken * Restart/HUP Are these traps available? Thanks! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Advanced Queuing?

2008-03-15 Thread Alan DeKok
Lemaster, Rob wrote: Does FreeRADIUS have any advanced queuing abilities? If we restart a BRAS, it will try to authenticate between 30,000 to 60,000 users all at once. This can crash our RADIUS server. Does FreeRADIUS have any advanced queuing functionality that will enable it handle this

Re: FreeRADIUS MIB

2008-03-15 Thread Alan DeKok
Lemaster, Rob wrote: I've reviewed the SNMP MIB and I can't find traps for the following events: * Proxy Failure * Database Connection Broken * Restart/HUP Are these traps available? No. You can catch proxy failures via other methods (see previous message). For the

Problem with authentication with rlm_perl

2008-03-15 Thread johnson elangbam
hi, I am using free Radius 2.0. I want to try to authenticate with the perl module, I've done all the necessary configurations in sites-enabled/default directory and in radiusd.conf and it reads my perl script when running my radius, unfortunately my radius server rejects all the time no

Re: Problem with authentication with rlm_perl

2008-03-15 Thread Phil Mayers
++[eap] returns noop ++[expiration] returns noop ++[logintime] returns noop You've removed the PAP module from the sites-available/default authorize stanza, so this happens: auth: No authenticate method (Auth-Type) configuration found for the Put the pap module back where it was. - List