Hello, New to this forum and fairly new to mikrotik.
I was wondering if anyone knew about or experienced the issue of connecting a mobile device to the mikrotik hotspot, and not able to go any further than the login screen. It seems to keep me in the “status” page, and when i back out to go to a webpage, it prompts me saying i am not connected to the internet. I can however, bypass the prompt and tell it to keep me on the mikrotik anyway, and i will be able to browse the web on that same network, therefore being connected to the internet. I am planning on utilizing this for some hotels, and would like to get it to just have an agreement page, rather than a user login page. I have the script for that, however with that it still does a similar thing, and it keeps me locked in what seems to be a browser in the wifi settings. I also added a script with a link on the status page, but all that is able to do is open a link in a new tab of the same browser, which is still in the wifi settings itself.
The issue of course, is not happening with desktops.
Your config looks a little bit “unfinished” if im allowed to say that. You have one dhcp-server running on ether1 while having a dhcp client on the same interface? It looks like your uplink interface is indeed ether1 so this should be not needed.
I guess the problem is occuring because of the two following things:
Your DHCP-Server is not configured to announce a DNS-Server (/ip dhcp-server network). You should set that option to your routers address as well (10.0.0.1)
IP address set on the device. The ip 10.0.0.1/24 is set on ether2 while ether2-ether5 are members of the Bridge bridge. Addresses should be always assigned to the bridge-interface.