Page 1 of 1
2 ports on the same subnet. Possible?
Posted: Fri May 05, 2006 4:29 pm
by sixfeetguy
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
Re: 2 ports on the same subnet. Possible?
Posted: Fri May 05, 2006 5:04 pm
by n3wwn
Is it possible to configure Mikrotik in such a way that 2 ports of my Routerboard 532 are on the same subnet?
Sure!
Just bridge the two ports and assign the IP address(es) to the bridge interface.
-Rich
Posted: Mon May 08, 2006 2:04 am
by sixfeetguy
Hmm... I have created the bridge... But how do I add the 2 interfaces to it...?
Posted: Mon May 08, 2006 3:48 am
by changeip
Or just add multiple addresses to the same subnet on the same interface. Use /32 for the additional addresses.
Sam
Posted: Mon May 08, 2006 7:58 am
by advantz
then
then
set <number1,number2,..> bridge=<bridgeinterfacename>
Posted: Mon May 08, 2006 8:39 am
by sergejs
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'