RouterBOARD setup connect two networks over bridge

Hi

I need to setup 2 RouterBOARD 750GL.

There are two separate networks (192.168.1.0 and 192.168.10.0) they are connect with two wireless links that need to be bridged so act as one, so the utilize all available bandwidth of both and the link stays active if one fails.

I have each RouterBOARD connected as follows
Port 1: LAN
Port 2: Wireless Link1
Port 3: Wireless Link2

Each LAN has is own default gateway separate from this.

If computer for example 192.168.1.50 on LAN1 wants to connect to 192.168.10.50 on LAN2 they should be able to.

Diagram attached

Thanks in Advance!!
George
RouterBoard.jpg

This is probably the easiest way to go about it. You will need to apply it to your setup of course.

http://wiki.mikrotik.com/wiki/Manual:Bonding_Examples

Thanks!

That will take care of bonding the wireless connections. In order for 192.168.1.x to access 192.168.10.x on the other side, is the only way to change the Subnet Masks from 255.255.255.0 to 255.255.0.0? Is there as clever way to do that with the routers?

Well, setting up some static routes would be the easiest. You only need a few since you only have a few networks to deal with.

Here is the page for the adding simple routes:
http://wiki.mikrotik.com/wiki/Simple_Static_Routes_Example

or you can get fancy and impliment a routing protocol like OSPF to simplify things further.
http://wiki.mikrotik.com/wiki/Manual:OSPF-examples