5 Mar
2014
5 Mar
'14
5:38 a.m.
regulus regulus wrote:
I have a FreeRADIUS 2.2.3 run in proxy mode to 2 home RADIUS servers in failover mode. The problem I face now is that when both home RADIUS servers are dead, FreeRADIUS will send a reject to NAS
Yes.
When NAS receive a reject, it won't failover to another redundant RADIUS. Is there a way to configure FreeRADIUS such that it will not send another response back to NAS when all home RADIUS are dead? I have been studying the "do_not_respond" policy, but not sure how to use it in this case..
Set it in the Post-Proxy-Type Fail handler: Post-Proxy-Type Fail { do_not_respond } Alan DeKok.