Use eth1, eth2 and WiFi in same network...

Hi,

sorry for my absolute beginner question: I have a Mikrotik mAp 2nd and I want to use it in an “offline”-scenario without internet (to connect my (music) mixer (LAN), mixer remote (LAN) and tablet (WLAN)) on the stage. When I started the Router for the first time, only eth2 and wifi could be connected, but not the device on eth1.

Now what are the correct settings, to connect these 3 interfaces so that they a) can get an IP from DHCP and b) communicate with each other?

Thanks!
Markus

Remove all firewall rules in filter and nat sections.
Remove dhcp-client from ether1.
Add ether1 to bridge-local.
Remove ether1 from Interface-list “WAN”.
Add ether1 to interface-list “LAN”.
Done.

Then you still have a dhcp server running on your device. Disable it if not needed.

-Chris