MIkrotik Hotspot Manager

Hello,

I know 2 kind of hotspot managers for Mikrotik:

Are there any more systems for Mikrotik? I want to create a hotspot group of 5 systems that are not connected to eachother (5 different bars) but the login/password should work on every one of them. I’ve tried both above but they always want that the AP’s have a fixed IP (public). That isn’t possible : the IP changes every 96 hours…

I have not tried it, but FreeRADIUS is supposed to be able to do that. It is a setting in the clients.conf file. Maybe DMA Softlab can do it. It is based on FreeRADIUS v2. Check with them. Here is the entry that allows all IPs to be a client:

client 0.0.0.0/0 {
  secret = 12345
  shortname = name
}

Maybe they know how you can enter that in their version.