2 ports on the same subnet. Possible?

Hi!

Is it possible to configure Mikrotik in such a way that 2 ports of my Routerboard 532 are on the same subnet?


Greetz,
Sixfeetguy

Sure!

Just bridge the two ports and assign the IP address(es) to the bridge interface.

-Rich

Hmm… I have created the bridge… But how do I add the 2 interfaces to it…? :question:

Or just add multiple addresses to the same subnet on the same interface. Use /32 for the additional addresses.

Sam

/interface bridge port

then

pr

then

set <number1,number2,..> bridge=<bridgeinterfacename>

using the latest MikroTik RouterOS version to add interface to bridge port,
use the following command
‘interface bridge port add interface=interface_name bridge=bridge_name’