WDS - HowTo?

Hi guys
I just set up WDS on two 433AH boards with 2 Wireless cards each using this materials http://sujianto.files.wordpress.com/2008/05/how-do-i-set-up-wds-using-mikrotik.pdf

But to my surprise, it did not work
The moment the second AP connects to the first AP and the wds is established, users will no longer be able to access the servers through the wireless network but only the DHCP server responds on cable network.

According to the above name material,
Step 1: Set Wireless band, frequency, mode and SSID on both AP’s to same values
Step 2: Add bridge, set the protocol mode to rstp and add ether1 as a port on the bridge on both AP’s
Step 3: Set the WDS mode = dynamic, WDS bridge = [the rstp bridge] on both AP’s
Step 4: Assign diffrent IP address in the same subnet to the bridge on both AP’s

Please, I need to be corrected.
This setup did not work for me.
Thankx in Adv.

ether1, 2, 3, 4 or however many + the wlans need to be part of the bridge.

Do not use Dynamic WDS. It thinks everyone connecting to it is an Access point and wants WDS, thus, it will not work. If you are just connecting two access points, just use static WDS.

  1. so you’ll have two AP’s, in ap-bridge mode, using static wds. Both need same freq. same SSID, and same security settings.

2.Ap1 Mac: xx:xx:xx:xx:xx:x1
Ap2 Mac: xx:xx:xx:xx:xx:x2

  1. Add Ap2’s Mac address to Ap1’s interface table as a WDS with wlan1 as the master interface

  2. Add Ap1’s Mac address to Ap2’s interface table as a WDS with wlan1 as the master interface

  3. Make sure both access point’s wlan1 and eth1 (well, whatever ethernet ports you are using) are on the same bridge interface.
    Add an IP address to the bridge interface.

You have successfully bridged them! yay!

  1. Add Ap2’s Mac address to Ap1’s interface table as a WDS with wlan1 as the master interface

  2. Add Ap1’s Mac address to Ap2’s interface table as a WDS with wlan1 as the master interface

  3. Make sure both access point’s wlan1 and eth1 (well, whatever ethernet ports you are using) are on the same bridge interface.

what of the WDS interface I just added, wont it be added to the bridge?

It should be added to the bridge ports when you add them, but you have to make sure you have created the bridge so they can be added.