I’ve got 3 radius servers in my network, each mikrotik pppoe-server has correctly set every radius server in radius list
/radius
add address=x.x.x.1 comment=server1 secret=xxxxxxxx service=ppp src-address=x.x.x.x timeout=7s
add address=x.x.x.2 comment=server2 secret=xxxxxxxx service=ppp src-address=x.x.x.x timeout=7s
add address=x.x.x.3 comment=server3 secret=xxxxxxxx service=ppp src-address=x.x.x.x timeout=7s
but since some release of routerOS (can’t remember when it was ok)
in case when first in line radius server is unavailable ( due to its malfunction )
mikrotik pppoe server doesn’t switch to second one neither to third.
after I swap radius server order everything goes ok.
shouldn’t mikrotik server do this automagically ?