2011年12月9日 星期五

DD-WRT Repeater Bridge 設定筆記WL-500g

DD-WRT Repeater Bridge 設定筆記WL-500g

Broadcom的CPU才有支援Repeater Bridge。

http://www.dd-wrt.com/wiki/index.php/Repeater_Bridge

http://digiland.tw/viewtopic.php?id=886


這個步驟最清楚:
http://www.dd-wrt.com/wiki/images/9/9b/Repeater_Bridge.jpg

1.恢復DD-WRT原廠設定
save > apply
2.Wireless -> Basic Settings
* Physical Interface Section
o Wireless Mode : Repeater Bridge
o Wireless Network Mode : Must Match Primary Router
o Wireless Network Name(SSID) : Must Match Primary Router - Make
sure you spell this correctly
o Wireless Channel : Must Match Primary Router (This will disappear
once you put it in RB mode, and isn't needed)
o Wireless SSID Broadcast : Enable
o Network Configuration : Bridged
o Save
* Virtual Interfaces Section
o Add
o Wireless Network Name(SSID) : Different from Primary Router
+ [NOTE] - You CAN try using the same SSID but it usually
will not work properly. Many have had random disconnects and/or no connection
if the SSID's are the same. If using the same ssid doesn't work for you, use
a different ssid from the primary router
o Wireless SSID Broadcast : Enable
o AP Isolation : Disable
o Network Configuration : Bridged
o Save

3.
Open the Wireless -> Wireless Security tab

* Physical Interface Section
o Security Mode : Must Match Primary Router and DD-wrt only works
reliably with WEP or WPA2-AES
o WPA Algorithms : Must Match Primary Router
o WPA Shared Key : Must Match Primary Router
o Key Renewal Interval (in seconds) : Leave default
* Virtual Interfaces Section (note if you don't see this section your
firmware should be atleast v24-sp2)
o Security Mode : Must Match Physical Interface
o WPA Algorithms : Must Match Physical Interface
o WPA Shared Key : Must Match Physical Interface
o Key Renewal Interval (in seconds) : Leave default
o Save

# Open the Setup -> Basic Setup tab

* Connection Type will be: Disabled
* Set STP for Disabled (Enabled sometimes can cause connection problems)
redhawk
* IP Address : 192.168.1.2 (Assuming Primary Router IP is 192.168.1.1)
* Mask : 255.255.255.0
* Gateway: 192.168.1.1 (again assuming Primary Router IP is 192.168.1.1)
* DHCP Server: Disable
* Local DNS: 192.168.1.1 (if IP of Primary Router is 192.168.1.1)
* Assign WAN Port to Switch : Optionally enable this to use the WAN port
as another LAN port.
* Save

# Log back into the router at it's new IP address of http://192.168.1.2

* Open Setup -> Advanced Routing tab
* Set Operating mode to "Router"
* Save

# Open Services

* Disable Dnsmasq
* Save

# Open the Security -> Firewall tab

* Uncheck all boxes...except Filter Multicast
* Disable SPI firewall
* APPLY Settings


2011年12月3日 星期六

DD-WRT Client Bridge 設定筆記DIR-300


D-Link DIR-300 A1 刷DD-WRT

由於不是Broadcom的晶片,所以無法使用Repeater Bridge。

Repeater Bridge:AP1可連上網路。AP2用無線網路接上AP1,然後其他裝置可用無線網路
連上AP2來上網。

Client Bridge:AP1可連上網路。AP2用無線網路接上AP1,然後其他裝置可用網路線連上
AP2來上網。


=====================================================
DIR-300 A1的Client Bridge設定:

0.首先,DD-WRT要是v24 SP2的版本。SP1會有問題。
0.再來,來源AP1的加密設定不能用WEP的Open,要用WEP的Shared Key或其他。
我是用WPA Personal的TKIP成功。

1.回複DD-WRT原始設定:[Administration] > [Factory Defaults]
存檔
2.[WIRELESS > BASIC SETUP] Wireless Mode : Client Bridge
Wireless Network Name (SSID)要設為來源AP的SSID。
存檔

3.[WIRELESS > WIRELESS SECURITY] 依照來源AP的設定來做設定,讓DD-WRT可以連上來
源AP。
存檔

4.[SECURITY > FIREWALL]
Block WAN Requests 全部取消
存檔
SPI Firewall > Disable
存檔

5.[STATUS > WIRELESS] > Site Survey
選取來源AP,按下join。

6.[Setup > Basic Setup > Network Setup ] 設為和來源AP相同網域不同ip。
假如來源AP是192.168.11.1/255.255.255.0,則這裡設為192.168.11.2/255.255.255.0

Gateway和DNS不填。


存檔 > Apply重啟