RB 333 Router Board

Dear Mikrotik Gurus;

I have 2 RB333s. They each have 1 wireless and 1 LAN setup.

I am trying to use the wireless cards to setup a brindge or to make the one wireless conenct to the main wireless so computers at the remote site can wirlessly connect from site 2 to site 1 via wireless.

Here is my setup

MIKROTIK-01
LAN 192.168.1.1
WILRESS 10.0.0.1

MIKROTIK-02
LAN 192.168.2.1
WIRELESS 10.0.0.2

I would like to connect mikrotik 1 and 2 toegether wireless so computer on 192.168.2.1 can use the internet on mikrotik1’s 192.168.1.1 ISP connectiion

how can I connect these 2 using the wirelss / is there good documentation on how to use either AP and one is a conection to AP or a bridge.

I amusing RB33 packeges 3.18

Thankyou for any reply.

Travis

Hi Travis,

I would just bridge the two networks.

Enabled WDS on each end of the link, then put the ethernet interface and the WDS interface into a Bridge-Group and you will be good to go.



Regards,




Andrew

I have been trying to follow http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks

on how to bridge but its not working.

Its needs more detail becuse I seem to be missing something.

Is there a step by step wiki or something that doesnt do the middle bridging step but actually shows full end to end setup?

Travis