I have a mikrotik as a hotspot with modem connected to ether1.
My modem IP is 10.0.0.1.
Everyone on the hotspot can access the modem admin panel.
I can block it via a filter rule, but I wish to instead make a dummy page which logs all access to it and sends me a notification whenever it is accessed.
I can do the page scripting, but how do I set the mikrotik to display the url : 10.0.0.1/admin but the contents of the web page should be loaded from a different source, for example: 192.168.0.1/hotspot/catchpage.html
To clarify, the url in the address bar should still show 10.0.0.1/admin, but the page should not be the actual modem admin page, it should be my custom page.