|
两个路由器:
1 dlink dir-300 作为主路由器 设置了 wpa加密
2 dell 2300 作为client bridge mode 桥接路由器
dell 2300 刷成了最新的Firmware: DD-WRT v24 (05/24/08) mini
使用参考 http://www.dd-wrt.com/wiki/index.php/Wireless_Bridge 我就是按这个做的。
几个设置的要点:
1 IP地址设置:
桥接路由器要设置网关为192.168.1.1 (主路由的IP)
2 无线安全设置:
要设置成跟主路由一定的加密类型,以及加密的密码,如我的为wpa personal
3 无线设置:
在Wireless -> Basic Settings ->Wireless Network Name (SSID) 这个地方,一定要设置成主路由的ssid,如我的是dlink
4 设置完后,要在Status标签->wireless标签里,最下面点一下加入无线网络site survey
5 电脑用接桥接路由器IP设置
网关设成桥接路由器的ip, 如我的dell2300的ip是192.168.1.3 ,则电脑网关设为192.168.1.3,不是192.168.1.1
6 设置完一般都点save就行,最后再apply settings,重启一下路由器。
7 友情提醒:不要瞎点超频!!以免变砖。
英文完整操作指南:
1. Log into the Secondary Router. (We will only be altering the Secondary Router!)
2. Administration Tab — Factory Defaults Subtab
1. Restore Factory Defaults: Yes
2. Click "Save Settings" — triggers reboot. (DaveK - I'm using V24 with a Buffalo WHR-G125 router and had to click "Apply" after "Save" in order to trigger the reboot)
3. Router's IP will now be 192.168.1.1 if it wasn't already.
This was a very important step. I have run this process 3 times now as a trial, and the instructions are written assuming you have a "clean" router.
3. Setup Tab — Basic Setup Subtab
1. Connection Type: Disable
2. STP: Disable
3. Local IP: 192.168.1.2 (it was initially 192.168.1.1) (Appears that it must/should be a valid IP in your Wireless Subnet)
4. Gateway: 192.168.1.1 (ip address of your primary router)
5. Assign WAN Port To Switch: Checked
6. DHCP Server: Disable
7. Click "Save Settings"
4. Security Tab — Firewall Subtab
1. SPI Firewall: Disable
2. Click "Save Settings"
5. Wireless Tab — Basic Settings Subtab
1. Wireless Mode: Client Bridge
2. Wireless Network Mode: Match your primary router.
3. Wireless Network Name (SSID): Match your primary router. (case matters!)
4. Wireless Channel is not relevant in Client Bridge mode.
5. Wireless SSID Broadcast is not relevant in Client Bridge mode.
6. Click "Save Settings". The router will now be in Client Bridge mode.
6. Wireless Tab — Wireless Security Subtab
1. Security Mode: Match your primary router, I used WEP (I have not tried anything but 128bit WEP!)
note: WPA-PSK works as well -guyonphone;
note: WPA-PSK even works if original router is WPA2 mixed -mcoope3;
note: v2.3_sp2 in client bridge mode currently doesn't support WPA2-PSK, but only WPA2-PSK mixed mode, so the AP has to be set to mixed and not WPA2-only mode (it can be either AES or TKIP).-zevnik
note: To put it simple, WPA2 doesn't work in Bridge Mode currently (dd-wrt v23 sp2)-teekay
note: WPA Personal works great with an Apple Airport Extreme wireless router too. Select "WPA/WPA2 Personal" on the Extreme and "WPA Personal (TKIP)" on the bridge. Enter the same shared key on both of course. -gsosa70;
2. Encryption: Match your primary router.
3. Key 1: Match your primary router.
4. Click "Save Settings"
7. Wireless Tab — Advanced Settings Subtab
1. Authentication Type: Shared Key
2. Click "Save Settings"
This seems like a VERY important step — it DID NOT work until I did this!
note: worked for me on auto, when using WEP -cheesetoast.
note: it worked for me as described when using WEP, but it didn't work using WPA-PSK - neither TKIP, AES, TKIP+AES. In any of these modes, after successful Join, the MAC of the primary router didn't appear on the Status screen and the "Transmitted (TX)" error counter in Status-->Wireless-->Wireless Packet Info was constantly incremented every few seconds. It finally connected and worked OK only when I changed "Shared Key" to "Auto" on both the primary and the secondary router. Just as a side note, it reported a successful join even if the connection was obviously broken (e.g. WEP on the primary router and WPA on the secondary). Using dd-wrt v23 sp2 virtual** on the primary router and v23 sp2 voip on the secondary one. vbrindus, 2008-01-05
8. Status Tab — Wireless Subtab
1. Click Site Survey and join the appropriate wireless network. Access Point table should show the MAC address of your Primary Router, along with signal strength. (SSID Broadcast MUST be enabled on your primary router) At this point it was working 100% for me. |
|