wds with both ap's associating to stations
Doug Yeager
doug
Sat Dec 28 15:06:09 PST 2002
following this example is great, but i want both AP's to associate to
stations. this example only has A associating.
is it o.k. to do a "brctl addif br0 wlan0" and "ifconfig wlan0 0.0.0.0" for
B configuration also? i try to do this and i start getting some errors
when i try to ping from one station to another. i don't know if the errors
are supposed to be there or a bug. any help would be great
AP-A configuration:
iwpriv wlan0 wds_add 00:22:22:22:22:22
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0
brctl addif br0 wlan0wds0
ifconfig eth0 0.0.0.0
ifconfig wlan0 0.0.0.0
ifconfig wlan0wds0 0.0.0.0
ifconfig br0 192.168.1.1 up
AP-B configuration:
iwpriv wlan0 wds_add 00:11:11:11:11:11
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0wds0
ifconfig eth0 0.0.0.0
ifconfig wlan0wds0 0.0.0.0
ifconfig br0 192.168.1.2 up
More information about the Hostap
mailing list