I use radius (FreeRADIUS, like “user manager” in Mikrotik) to control my networks. How do you control access to your network?
I always recommend checking the network settings before setting up the hotspot. The minimum is dns, dhcp, gateway (/ip route), and either a masquerade or srcnat in “/ip firewall nat”. If you have installed the hotspot, then I would disable the hotspot until you have internet access from your localnet first.
Do you have a default gateway set?
/ip route
add gateway=xx.xx.xx.xx
Do you have a masquerade set?
/ip firewall nat
add chain=srcnat action=masquerade out-interface=ether1
How you connect to the internet is not clear, but this is the basics. If you want more specific help, you must provide more specific information about your network setup, like ip/netmask assignments on each interface.
I would try resetting the router and start the setup again. That sounds like there was some type of misconfiguration. The response is very fast on my routers using the console, unless the internet is really bogged down. And even then, it is never as slow as you describe.
If you can,
/system reset
or use the reset jumper.
ADD: I know this sounds backwards, but I install the bridge first. The reason is the bridge becomes the interface, and that is the interface you assign the ip addresses to, and refer to in all other setup options.
MY BAD! I can see now how that wording was incorrect. I should have said "the bridge interface becomes an interface unto itself. The other interfaces (wlan1 and wlan2) become children of the bridge. They appear in “/interface” and “/ip”, but should not be used anywhere else.
and it used to say disconnected randomly. while i was just in it, not after i rebooted. like i would be changing some thing and it would just disconnect.