Answer the question
In order to leave comments, you need to log in
How to direct traffic that goes to wi-fi to a specific port or to all Mikrotik ports?
There is a mikrotik router with 4G internet in which hotspot is configured. The problem is that hotspot only works on Wi-fi, there is no Internet on Lan ports. How to configure mikrotik so that Hotspot works through Lan ports, they need to redirect all traffic that comes to wi-fi to the Lan ports of the router. Help is needed very urgently.
Answer the question
In order to leave comments, you need to log in
1. Create a bridge
2. Add interfaces to the created bridge that are required to work through hotspot
3. In the hotspot settings, select the created bridge as the interface
/interface bridge
add name=bridge-lan
port add bridge=bridge-lan interface=WLAN
port add bridge=bridge-lan interface=LAN
#where WLAN and LAN change to the names of your interfaces
#check that there are no deny or NAT rules in the firewall for your local traffic, or disable traffic passing through it:
/interface bridge settings set use-ip-firewall no
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question