On and off I take a spare RB300 from work with me home to work on it for a hotspot. As I have no Internet connection at home I can only connect to the SSID. However if I open a webpage I see nothing, not even the alogin.html
Is there a way I could “simulate” the Internet that the alogin is shwon when connecting?
In RouterOS 3.x you can fake that using static DNS entries with regex-based names, so e.g. resolve everything to localhost with a dns static entry for “.*” pointing to “127.0.0.1”.
This will bring up your hotspot login screen.
But don’t expect to create a portable version of the internet that way …