WDS

svwirelesswds.jpg

svwirelesswds.jpg

WDS Quick Setup Guide

  1. Set up the router's basic settings such as IP address such that they do not conflict with each other. On both routers set the CHANNEL and SECURITY to the same settings (Note that only WEP or no security at all can be used here). The SSID does not have to be the same on both routers.
  2. Disable the firewall from the security --> firewall tab as well, and uncheck block WAN requests.
  3. Now you are ready to set up the WDS link. We recommend to use different IP addresses than your local network ip range (for example ip range 192.168.1.0/24 means ip: 192.168.1.x netmask: 255.255.255.0 ; WDS range 10.0.1.1/30 means ip:10.0.1.{1,2} netmask: 255.255.255.252 ).
  4. Now you should type in the other end's MAC address which can be found at the admin --> STATUS --> Wireless tab on the web interface. If both sides are set up properly the WDS link should be established. However, you may need to reboot each router. Now telnet or ssh into each router (assuming you have enabled those features) and type "brctl addif br0 wds0.2" (or if it is not the first wds link then replace wds0.2 with wds0.x, where x means the wds interface + 1).
  5. If you did not enable telnet or ssh, go to the admin --> management interface, hit run and in the popup windows type the above command.

Note: With Satori pre1 and pre3(original), if you make any configuration change on or reboot the router you will need to re-enter the command 'brctl addif br0 wds0.2' in order to get the WDS working again. Apparantly this requirement is eliminated by using OSPF, or by using later pre3.x versions. WDS/OSPF References:
http://www.sveasoft.com/modules/phpBB2/viewtopic.php?t=748

Router #1 (Internet Connection)
LAN IP: 192.168.1.1
LAN MASK: 255.255.255.0
LAN Gateway: 192.168.1.1

LAN DHCP enabled starting with 192.168.1.11 and issuing 90 ip's

WDS IP: 10.0.0.1
WDS MASK: 255.255.255.252
WDS MAC: Enter the WIRELESS MAC address of router #2 (Status/Wireless Subtab)

Router #2 (No WAN Connection - LAN and Wireless Only)
LAN IP: 192.168.1.101
LAN MASK: 255.255.255.0
LAN Gateway: 192.168.1.1

LAN DHCP enabled starting with 192.168.1.111 and issuing 90 ip's

WDS IP: 10.0.0.2
WDS MASK: 255.255.255.252
WDS MAC: Enter the WIRELESS MAC address of router #1 (Status/Wireless Subtab)

Q. Does WDS have a lot of overhead and reduce bandwidth?
A. Sveasoft wrote:
WDS will halve the throughput as it needs to double transmit the data. 802.11b/g are half duplex which means only one side is transmitting at a time. WDS means double transmissions must take place and effectively halves the bandwidth.

hkazemi wrote:
This should be true for wireless client PCs connected wirelessly to the second WRT54G. Client PCs connected directly via wired ethernet to the second WRT54G shouldn't see the bandwidth cut in half.
Reference: http://sveasoft.cyberemail.org/forum/viewtopic.php?t=83


Q. Can I run my WDS links on different subnets in Satori pre3.3?
A. Yes...via the shell in pre3.3, probably via the WDS tab in pre3.4 or so:

If you want separate subnets in Satori-pre3.3 for your WDS links please add them in the rc_startup script.

Code:
wl wds none
wl wds [MAC 1] [MAC 2] (etc)
ip addr [IP 1]/[netmask] dev wds0.2
ip addr [IP 2]/[netmask] dev wds0.3
        ... etc ...

You will still be able to see the WDS strength in the web interface.

You may also want to add "wl wds none" in your rc_shutdown script.

Reference: http://www.sveasoft.com/modules/phpBB2/viewtopic.php?t=1026


References:
http://www.sveasoft.com/modules/phpBB2/viewtopic.php?t=789
http://www.sveasoft.com/modules/phpBB2/viewtopic.php?t=756

2 pages link to SV-Wireless-WDS: