條件:
1. AP Module 具有 "WDS" 功能 (*儘量使用相同的 AP 機器)
2. 串連 AP 的
3. 兩個 AP 的 IP 要同網段
4. 只需要其中一台開啟 DHCP Server
5. 在 WDS 的設定中,將橋接的 AP MAC address 加入 (*即讓本機可以連上另台 AP, 用 "ping" 做 troubleshooting)
#!/bin/sh
ifconfig ath0 down
iwconfig ath0 channel 11
ifconfig ath0 up
ifconfig ath0 0.0.0.0
wlanconfig wdsath0 create wlandev wifi0 wlanmode wds
iwpriv wdsath0 wds_add 00:22:2d:01:94:df
iwpriv wdsath0 wds 1
ifconfig wdsath0 up
brctl addbr br1
brctl addif br1 ath0
brctl addif br1 wdsath0
ifconfig br1 192.168.44.254 up
======== 未測 ========
# /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto ath0 iface ath0 inet manual madwifi-base wifi0 madwifi-mode ap wireless-essid voyage-wds wireless-channel 1 wireless-key aaaaaaaaaaaaaaaaaaaaaaaaaa up ifconfig ath0 up auto ath1 iface ath1 inet manual madwifi-base wifi0 madwifi-mode wds wireless-key aaaaaaaaaaaaaaaaaaaaaaaaaa up iwpriv ath1 wds_add 00:00:00:00:00:00 up ifconfig ath1 up auto br0 iface br0 inet static address 192.168.0.254 netmask 255.255.255.0 bridge_ports ath0 ath1 eth0======== 未測 ========
Reference :
旗標知識網:WDS 無線中繼 - 擴大無線涵蓋範圍, 消弭連線死角
㊣【網路】這裡有一批AP好便宜(WDS篇) @ ChampionHare's Update :: 痞客邦 PIXNET ::
什麼是WDS (Wireless Distribution System) @ 麒靈的部落格 :: 隨意窩 Xuite日誌
沒有留言:
張貼留言