Hello,
I do have following setup:
hap-ac with wireless/PEAP
- radius servers:
2.1. both radius servers are using the same ldap backend server on a different machine.
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number = 8A7709E56724
/radius
add address=192.168.50.10 comment="primary radius server" secret=XXZZXX service=ppp,wireless,ipsec timeout=3s
add address=192.168.100.40 comment="backup radius server" secret=XXZZXX service=ppp,wireless,ipsec timeout=3s
So far so good, all wireless clients can authenticate.
BUT, IF i shut down primary radius server (192.168.50.10) ALL, wireless clients can no longer authenticate.
HERE IS the interesting part.
IF i login to winbox and move “backup radius server” to 1st position, again clients can authenticate.
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number = 8A7709E56724
/radius
add address=192.168.100.40 comment="backup radius server" secret=XXZZXX service=ppp,wireless,ipsec timeout=3s
add address=192.168.50.10 comment="primary radius server" secret=XXZZXX service=ppp,wireless,ipsec timeout=3s
But this approach is against the concept of failover or is just by design like this ?