timeout if mysql backend not reachable
Hi! I've more than one radius server configured on my switches. If one server timeouts the switch takes the second server. On each radius server a freeradius and a mysql db is running. I'm now searching for a way that the freeradius does not return anything (=timeout for the switch) if he cannot reach its mysql db (on the same machine). Currently I get a reject reply for the authentication request. How can I configure that? Thx! Mit freundlichen Grüßen Robert Penz ---------------------------------------------------- Dipl. Inf. Robert Penz DVT-Daten-Verarbeitung-Tirol GmbH Adamgasse 22, 6020 Innsbruck Tel: +43 512 508 3334 / Fax: +43 512 508 3355 eMail: robert.penz@tirol.gv.at
I've more than one radius server configured on my switches. If one server timeouts the switch takes the second server. On each radius server a freeradius and a mysql db is running. I'm now searching for a way that the freeradius does not return anything (=timeout for the switch) if he cannot reach its mysql db (on the same machine). Currently I get a reject reply for the authentication request. How can I configure that?
This should work: redundant { sql do_not_respond } Read the unlang man page for information on redundant and raddb/policy.conf for information on the do_not_respond policy. Tim
participants (2)
-
PENZ Robert -
Tim Sylvester