How to Setup Hotspot? Under the this circumstances

Hi Everybody,

I want to setup Hotspot but i can not. I read lots of document about installation hotspot but general hotspot settings not working for me.

I am trying recieve internet connection with Wlan1 and i want to share under the wlan2 , eth1 , eth2 etc. I recieve connection and i use normally with ethernet or wireless. When i try to setup hotspot my connection lost under the wlan2 and ethernet.

What is the problem ? I am a new user and sorry for my ignorance.

My routerboard model: RB153

Thank you

Once you have the router set up correctly, the hotspot is easy to install. Before I install the hotspot, I insure that the following entries are correct:
/ip address (WAN and LAN)
/ip route (default route)
/ip firewall nat (srcnat or masquerade)
/ip dns (primary, secondary and allow-remote-requests=yes)
/ip dhcp-server (install on interfaces that will have a hotspot)

Then connect to one of the localnet interfaces and see if you have internet access. If not, DO NOT CONTINUE! Get the router working as a router before installing the hotspot.

If you have questions about any of these, post the output of that section.

Than you for explanation. This is my configuration. I think my problem is related routing and ip adress.Because i dont do anything for routing also i dont know.
myconfig.png

I think you should remove the gateway from the bridge. Then assign a different network to the bridge so that the wlan(your internet) and the local lan are on a different network. Check to see you get an internet connection when plugging into a port or over wireless (you need to setup DHCP or a static ip on your test computer). If the internet works then add the hotspot to the bridge.

jtroybailey is correct. Remove the gateway (WAN) interface from the bridge. Which interface is the WAN inteface?

The ip/subnet assigned to the bridge is not correct. It is a /32 subnet. I use /24, like this:

/ip address
add address=10.0.0.1/24 interface=bridge1

I see you have “dhcp-client” on the bridge. Remove that. That should be “dhcp-server”. Don’t install the dhcp-server until the rest is set correctly.

Thank you so much, i will try your suggestion.

If you remove the WAN interface from the bridge, and it gets its ip by dhcp, you should set up the dhcp-client on the WAN interface only. Then set the dhcp-server on the bridge once the ip, route, and dns are set.