Page 1 of 1

set up on Rb150

Posted: Wed Feb 27, 2008 3:23 am
by quebeker
I followed the instructions here http://wiki.mikrotik.com/wiki/How_to_Co ... _xDSL_Line

Everything works fine but I would like to use ether 3 and ether four for other computers.
They are enabled but I get no internet from them. Only on ether 2.

Can someone tell me the next step to sending signal to ether 3 and four.

thanks

Re: set up on Rb150

Posted: Wed Feb 27, 2008 5:09 am
by Letni
Create a bridge interface.
/interface bridge add name="bridge1"
Add Eth2/3/4 to the Bridge.
/interface bridge port 
add bridge=bridge1 interface=ether2 
add bridge=bridge1 interface=ether3 
add bridge=bridge1 interface=ether4
Change the interface for your private IP from eth2 to the bridge interface. IP -> Addresses

Change the interface for your DHCP server from eth2 to bridge interface. IP -> DHCP Server

That should take care of it.