Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| zh:docs:guide-user:network:wifi:dumbap [2021/07/01 08:39] – [Configuration via OpenWrt Web Interface LUCI] biaji | zh:docs:guide-user:network:wifi:dumbap [2022/04/12 01:57] – keep up to the last version biaji | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | ====== 无线接入点 / 哑接入点 | + | ====== 无线接入点 / 哑接入点 ====== |
| + | |||
| + | {{section> | ||
| <WRAP box> | <WRAP box> | ||
| <color # | <color # | ||
| - | **摘要:** 本文记录了如何为一个已有“主路由”的网络创建扩展哑接入点(哑AP) 。之所以称它为“哑接入点”,是因为它既不提供路由,也不提供DHCP功能。以下即为将一个路由(不仅指OpenWrt)设置为哑AP的流程: | + | **摘要:** 本文记录了如何为一个已有“主路由”的网络创建扩展哑接入点(哑AP) 。之所以称它为“哑接入点”,是因为它既不提供路由,也不提供DHCP或DNS服务,这些功能是由其接入的主路由提供。 |
| - | * 用网线将哑AP的**LAN**端口连接至主路由的**LAN**端口。(对 - **LAN-到-LAN** - 用不到哑AP的WAN端口。) | + | 一般情况下,这样做是为已有网络扩展无线覆盖范围:覆盖另一个楼层或消除无线死点。也可以用无线AP达成同样的目的。您可以把这种拓扑结构想成“菊花链”的实现。 |
| - | * 为哑AP的**LAN**端口配置一个在主路由LAN地址范围内的静态地址。比如:如果主路由的LAN是192.168.1.1,则将哑AP的LAN端口设置为192.168.1.2 | + | |
| - | * 将DNS服务器和网关地址设置为主路由的地址(本例中为192.168.1.1) | + | |
| - | * 关闭哑AP中的防火墙和DHCP& | + | |
| - | * 在哑AP上设置SSID、密码等 | + | |
| - | * 重启哑AP | + | |
| - | 由此创建一个桥接LAN(无内部子网),它将在家庭或小网络的环境中工作的很好。 | + | 这种部署的结果是成为一个无内部子网的桥接LAN。接入任一路由的设备之间都是互相可见的,并经由主路由接入因特网。这种设置在小型办公场所或家庭网络中可以很好的工作。但大一点的网络中,最好使用更加细致的部署方式。 |
| - | 用户可以用网线或Wi-Fi(用设置的SSID/ | + | |
| </ | </ | ||