Hi I have a query, Mikrotik Hotspot radius can have two active?
The idea is to have a high availability scheme ..
As in this case would be the validation?

Hi I have a query, Mikrotik Hotspot radius can have two active?
The idea is to have a high availability scheme ..
As in this case would be the validation?

Its easy to have RouterOS use to two different RADIUS servers. The settings in the RADIUS section are processed “top down” like other parts of the RouterOS. All you have to do is add the lines for the two servers. If the first one fails it will try the second. It does not send the info to both servers at the same time.
/radius
add address=192.168.1.10 disabled=no secret=123456 service=hotspot
add address=192.168.1.11 disabled=no secret=123456 service=hotspot