Can I gracefully handle radius requests if all home servers are down?

Alan DeKok aland at deployingradius.com
Sat Jun 8 08:47:25 CEST 2019


On Jun 7, 2019, at 2:05 PM, work vlpl <thework.vlpl at gmail.com> wrote:
> 
> I figure out that I can use `fallback` option in `home_server_pool`
> section, and point it to virtual server in which I can process
> requests as I want.
> But this approach works only for radius requests that was arrived
> after proxy FreeRadius decided that all home servers are dead and
> start using fallback. So this approach solve one half of my problem.
> 
> I am still looking for a way to process radius requests if home
> servers are not responding, but FreeRadius server thinks that its
> alive.

  Use 3.0.19.  Then, in the "post-proxy" section, add:

	Post-Proxy-Type Fail {
		... add fail rules here
	}

  Alan DeKok.



More information about the Freeradius-Users mailing list