Bridge configuration

I have a new RouterOS system running on a Groove. There is no internet access needed. I simply want to enable the DHCP server on both the Wifi and ethernet ports and bridge the devices connected to the two network interfaces.

I’ve been trying varying QuickSet configurations but none of them seem to get me to what I want to do because they’re mostly oriented for sharing an internet connection or bridging networks.

Can anyone point me to a guide to get things configured the way I need them? I assume I won’t be able to use Quick Set at all.

Thanks.

  • Dave

All you need to do is

  1. Put both interfaces in one bridge

/interface bridge
add name=bridge
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=wlan1

  1. Change IP address interface from ether1 to bridge interface.

  2. Create or change DHCP server on bridge interface.

Like for command of PaulsMT
..
Or you can do static route but this hard for you..
Using method of
PaulsMT

This worked perfectly for me.

Thanks!

  • Dave