It sounds like a stupid question, but what would be the easiest way to bypass the login temporarly (free access to everyone) just until I repair my radius server? So I can later just re-enable?
Thanks for any help
It sounds like a stupid question, but what would be the easiest way to bypass the login temporarly (free access to everyone) just until I repair my radius server? So I can later just re-enable?
Thanks for any help
This should do it if your network is set up correctly:
/ip hotspot
disable X
When the radius server is back, then
/ip hotspot
enable X
Change X to the line number of the hotspot.
The main problem you are likely to run into is how do you determine that your RADIUS server is down? Sure you can ping it, but just because the physical box is reachable doesn’t mean that the RADIUS server is running right. This however would be the quickest method to implement, and easiest script to make.
You might be able to modify this script to parse out when the RADIUS server is not responding and take action based on that. This one will obviously take more work, but should produce a more reliable test.
http://wiki.mikrotik.com/wiki/Log_Parser_-_Event_Trigger_Script
Thanks guys!
It worked. I will try to implement this script afterwards!
Cheers