啥米是"Universal Repeater 無線延伸訊號中繼模式"?



贊助商連結


頁 : [1] 2

dfman
2008-09-12, 12:38 AM
在這個網頁看到下列的軔體更新:

http://www.aximcom.com/index.php?option=com_docman&task=cat_view&gid=59&Itemid=59

Firmware (v 1.7.6)hot! 09/05/2008 Hits: 307

Release Note:

1
Added the multiplue-SSID support and advanced settings.
2
Added the wireless universal repeater support.
3
Added the manual NTP server setting.
4
GUI UTF-8 support
5
Fixed the wireless LED display issue based on the wireless is disabled/enabled.

Release Note (Chinese):

1 新增雙 SSID 無限設定以及進階設定
2 新增Universal Repeater 無線延伸訊號中繼模式
3 新增自訂網路時間伺服器位置支援
4 支援多國語言顯示 UTF-8
5
�修正無線網路燈號問題




請問 "Universal Repeater 無線延伸訊號中繼模式" 跟 "WDS" 有啥不一樣的地方啊?

贊助商連結


ntcrd
2008-09-13, 09:38 PM
WDS 需要登錄 MAC address
Universal Repeater 不需登記 MAC
看3rd party fireware 說明會比較清楚
WDS (http://en.wikipedia.org/wiki/Wireless_Distribution_System)
Universal Repeater (http://www.dd-wrt.com/wiki/index.php/Universal_Repeater)

FYI
2008-09-14, 06:42 PM
在說明 "Universal Wireless Repeater Mode" 之前, 最好還是先瞭解其他模式, 這樣就能明瞭為何需要 "Universal Repeater Mode"

Bridging - DD-WRT Wiki (http://www.dd-wrt.com/wiki/index.php/Bridging)
Client Mode: 無線只有一個介面, 無線轉換有線 (NAT), 非AP, 創建子網路
Client Bridge: 無線只有一個介面, 橋接無線和有線, 不創建子網路
Repeater Bridge: 無線有兩個介面, 橋接無線和有線並延伸無線, 不創建子網路
只要有Bridge, 就不會創建子網路, 創建子網路則需要NAT, 明眼人已經看出關鍵所在, "Client Mode" 能否又是 "AP"? "Repeater Bridge" 能否創建子網路? 這就是 "Universal Wireless Repeater" 的功能, 雖用了 "Repeater" 字眼, 但其實最重要的還是 "Client Mode", NAT 部份可能會有兩種作法, 也就是創建的子網路部份, 有線和無線是否同一個子網路? 一般來說同一個子網比較方便, 但是也可以各自獨立, La Fonera+ 就是一個類似的概念, 無線的部份區分為Public & Private, 而Private 部份則和有線的LAN 是同一個子網路

ponte2 Repeater AP (http://www.blogin.it/howtoponte2/node2.html)
LaFonera Software Universal-Repeater - DD-WRT Wiki (http://www.dd-wrt.com/wiki/index.php/LaFonera_Software_Universal-Repeater)

Architecturally the repeater connects to another wireless router as a client, getting a single IP address via DHCP. Effectively the SSID network it connects to becomes your ISP. Therefore you (the client) will operate in your own IP address space, which is different from address space the repeater connects to.

dfman
2008-09-14, 06:51 PM
看起來, Universal Repeater 的設定比 WDS 簡單許多! 單邊設定就可以搞定了. 另外有種說法是 WDS 的速度比 AP<-->Client 這樣的連結速度慢!

FYI
2008-09-14, 09:05 PM
小弟強烈懷疑國產分享器所說的 "Universal Repeater 模式" 可能只是一般 "Repeater 模式" 的加強版, 多整合了掃描無線AP 而已, 如果您仔細看小弟上一段所引用的敘述:

Therefore you (the client) will operate in your own IP address space, which is different from address space the repeater connects to.
這才是小弟認為兩者最大的區別, 可惜小弟無法測試業者的說法

剛剛找到DD-WRT 有關Repeater 的設定, 對於釐清主題很有幫助, 小弟也幾乎可以確定DD-WRT v24-sp1 可以支援多種 "Repeater" 模式, 尤其請留意其中的 "Wlan Repeater", 奇怪, 反而不是 "Universal Wireless Repeater"

Linking Routers - DD-WRT Wiki (http://www.dd-wrt.com/wiki/index.php/Linking_Routers)

Repeater / Repeater Bridge
Repeater Bridge (http://www.dd-wrt.com/wiki/index.php/Repeater_Bridge) - DHCP Server & NAT disabled, clients on same subnet as host AP.
Universal Wireless Repeater (http://www.dd-wrt.com/wiki/index.php/Universal_Wireless_Repeater)
Wlan Repeater (http://www.dd-wrt.com/wiki/index.php/Wlan_Repeater) - DHCP Server & NAT enabled, clients on different subnet from host AP.
DD-WRT Tutorial 5: Wireless Repeater (http://www.wi-fiplanet.com/tutorials/article.php/10724_3655041_1)

dfman
2008-09-15, 12:51 AM
謝謝 FYI 兄的資料
小弟覺得 DD-WRT 把事情複雜化了(universal repeater 跟 repeater bridge 看起來是一樣的)
Universal Repeater 應該是一台基地台上面, 除了 AP 之外 (SSID) 虛擬出一個 client (STA) 也就是AP 與 STA 同時候在同一台基地台發生.

ADSL <==> AP 1 (AP mode) <==> (sta mode) AP2 (AP mode) <==> 一般的 client (sta mode)

透過 AP <===> STA | AP (同一台)<==> STA 來作無線的串接

相較一下 WDS 是這樣連的
AP1 (WDS) <====> (WDS) AP2
兩台都需要在 AP mode

另外一個是速度的問題, 例如 AP <==> STA 這樣的聯法應該有到 11n 的速度, 但是 WDS 的 AP <==> AP 就不知道有沒有 11n 了. 要請各問先進解答!

ps. 我也會弄台有 universal repeater 來玩玩 :D

FYI
2008-09-15, 02:30 AM
Universal Repeater 應該是一台基地台上面, 除了 AP 之外 (SSID) 虛擬出一個 client (STA) 也就是AP 與 STA 同時候在同一台基地台發生
如果這才是 "Universal Repeater", 那麼小弟就不知道什麼是 "Repeater" 了, 此外, 你畫的WDS 僅是WDS Bridge, 難道就沒有WDS Repeater? WDS Bridge/Repeater 比起Bridge/Repeater, 差別為何? 有疑問才會進步

Wireless Distribution System - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Wireless_Distribution_System)

The notable advantage of WDS over other solutions is that it preserves the MAC addresses of client packets across links between access points.
只有當你真正遇到實際狀況, 你才會仔細研究其中的些微差異, 請看這篇:

【問題】在德國無線上網,如何分享連線? (http://www.pczone.com.tw/thread/44/142994/)
請問你會採用哪個模式? DD-WRT 會變化出那麼多種 "Bridging" 模式不是沒有道理的, 不用考慮市面上支援 "Universal Repeater" 的分享器, 那些只是廣告花招

【硬體】選購Universal Repeater的消費性產品設備又多一種選擇 (http://www.pczone.com.tw/thread/16/post/143414/1030326/#post1030326)

dfman
2008-09-15, 01:40 PM
FYI 兄,
半夜 5 點回信真是厲害! 精力旺盛呢!
WDS repeater 與 WDS bridge 的差別已經在你給的 wikipedia 寫的很清楚了

WDS can be used to provide two modes of wireless AP-to-AP connectivity:

* Wireless Bridging in which WDS APs communicate only with each other and don't allow wireless clients or Stations (STA) to access them
* Wireless Repeating in which APs communicate with each other and with wireless STAs
也就是說 WDS repeater mode 也是 一顆 AP, STA 可以連上
WDS bridge mode 是一顆 AP, STA 連不上, 也就是這顆 AP 專門作 WDS


要區分出是不是花招看一下 AP 實做的 interface 就知道
以 broadcom 來說 wl0 是跑 primary AP 的 state machine
wl0.1 在 DD-WRT repeater mode 是跑 STA 的 state machine
用 brctl show br0 你就可以看到 wl0 與 wl0.1 是 bridge 在一起的

br0-> wl0 (AP)
-> wl0.1 (STA)

在 client mode 的時候 wl0 是跑 STA 的 state machine, br0 是 LAN (vlanX) 跟 wl0 bridge 在一起的.

br0 -> wl0 (STA)
-> vlanX (ethernet)

你講的有沒有分網段是 layer 3 (IP 層)的問題
就看你需不需要用 brctl bridge 在一起, 如果不 bridge, 就要跑 NAT or routing. DD-WRT 的名詞有點搞得糊塗!

FYI
2008-09-15, 05:42 PM
又被逮到了! 您功力在小弟之上, 依您之見, 市售分享器所標示的 "Universal Repeater" 算不算廣告花招?

眾多Repeater 名詞其實是DD-WRT 網友加上去的, 不能怪BrainSlayer, DD-WRT v24 介面只有單純 "Repeater", 而 "Repeater Bridge", "Wlan Repeater", "Univesat Wireless Repeater" 等差別在於子功能和腳本, 小弟自己倒是認為 "Wlan Repeater" 和"Univesat Wireless Repeater" 功能相近

IPMasq & Netfilter 才是小弟認為麻煩之處, 所以小弟才會一開始便懷疑 "Universal Repeater" 可能只是過度包裝的 "Repeater Bridge"

DD-WRT Tutorial 5: Wireless Repeater (http://www.wi-fiplanet.com/tutorials/article.php/10724_3655041_1)

dfman
2008-09-16, 01:30 PM
我大概搞懂了
一般市面上的 AP wireless repeater/bridge 都是用 WDS 模式做的
Universal Repeater 是用虛擬出一張 STA (client) 的介面來作橋接
Universal Repeater 不是宣傳的噱頭
他在實際應用上面應該是比 WDS 好用
我想 universal 這個字眼是說... 只要對方是 AP
就可以跟他橋接