Bridge LAN

Hi there

I am setting up a mikrotik with ether1 as the internet incoming port, ether2 as LAN and DHCP, ether3 as a bridge to ether2. I have created a bridge and when i set the bridge active on port 2 and 3 but then DHCP server tells me it cannot run on slave. I am running v6.42.7 so there is no option to set interface2 as a master.

Any advice on what i am doing wrong?

Thanks

Any IP configuration must be attached to the topmost interface in a master-slave group. So if ether2 and ether3 are both member ports of a bridge, any IP configuration (dhcp client, chcp server, static ip) must be attached to the bridge.

That worked

thanks a mil