Perhaps I am missing something here, but I cannot for the life of me get wds mode to work correctly between a WRT54GL and a WRT54G.
I can get them to connect in AP/Sta mode and that work fine until one drops out, they they dont reconnect. I am told that WDS mode is better at reestablishing connections. Has anyone had any luck getting WDS to work? or is there something I can tweak in AP/Sta mode so that they will automatically reconnect if the connection is lost? They reboot nightly, but it gets old going down and manually powercycling them during the day if they drop out
Hardware:
WRT54GL V1.1 - "Office" this is in the office and it is sending the signal down to the other WAP on the CampLink private SSID. Also handles throttling the 3 office areas and camp to ensure enough bandwidth for everyone.
WRT54G V2.2 - "Camp" this receives the signal on the CampLink SSID and will (when in production and replaced with a GL) re-broadcast said signal to the campers on the Camp SSID
WRT150N V1.0 - Not used, but available (I would like to use it in place of the WRT54G), however it seems to be somewhat of a pain to work with (no vlans).
Software: All have Open WRT 8.09.1 (r16206) installed, the 54G and 54GL were installed from openwrt-wrt54g-squashfs.bin and the 150N was installed from openwrt-wrt150n-squashfs.bin.
Aaron Z
Configuration follows:
####Office (WRT54GL)####
/etc/config/wireless:
config 'wifi-device' 'wl0'
option 'type' 'broadcom'
option 'channel' '9'
config 'wifi-iface'
option 'device' 'wl0'
option 'ssid' 'CampLink'
option 'network' 'camp'
option 'mode' 'wds'
option 'encryption' 'none'
option 'bssid' 'camp WAP mac'
config 'wifi-iface'
option 'device' 'wl0'
option 'ssid' 'OfficeNetwork2'
option 'network' 'lan'
option 'mode' 'ap'
option 'encryption' 'psk2'
option 'key' 'key'
/etc/config/network/
config 'switch' 'eth0'
option 'vlan0' '0 1 2 5*'
option 'vlan1' '4 5'
option 'vlan2' '3 5'
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'type' 'bridge'
option 'ifname' 'eth0.0'
option 'proto' 'static'
option 'ipaddr' '192.168.10.1'
option 'netmask' '255.255.255.0'
config 'interface' 'wan'
option 'ifname' 'eth0.1'
option 'proto' 'dhcp'
config 'interface' 'camp'
option 'proto' 'static'
option 'ipaddr' '192.168.11.1'
option 'netmask' '255.255.255.0'
option 'defaultroute' '0'
option 'peerdns' '0'
option 'ifname' 'eth0.2'
####Camp (WRT54G)####
/etc/config/wireless
config wifi-device wl0
option type broadcom
option channel 9
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 0
config wifi-iface
option 'device' 'wl0'
option 'ssid' 'CampLink'
option 'network' 'camp'
option 'mode' 'wds'
option 'encryption' 'none'
option 'bssid' 'office WAP mac'
/etc/config/network
#### VLAN configuration
config switch eth0
option vlan0 "0 1 2 3 5*"
option vlan1 "4 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.11.2
option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
(Last edited by aczlan on 9 Sep 2009, 21:11)