7 Jun
2019
7 Jun
'19
2:05 p.m.
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. -- Valdimir On Fri, 7 Jun 2019 at 23:10, work vlpl <thework.vlpl@gmail.com> wrote:
Hello,
Is it possible to detect that home server is not available and gracefully process radius request locally? ...