2.9.50
I have setup some virtual APs each with their own hotspot setup. Is there a Mikrotik way to set each hotspot to use it's own radius server? (So service providers can share the same hardware and spectrum?)
I have it working with one radius server for the first hotspot, haven't tried doing something different with the second one yet. I would like the second hotspot to use a different radius server, however, in /radius there is no place to specify which hotspot the radius entry is for.
One possibility would be to setup a realm on my radius server, and have the second hotspot append something for that realm in the login.html page, then the first radius server would pass it off the second one because of the realm. Not quite sure how to do that on the MT hotspot login.
I suspect it would be in function doLogin() . Would document.login.username.value be changable to something like document.login.username.value.hotspot2realm?
Any other paths to persue?
Thanks!