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:atheroswds [2019/08/22 09:43] – [使用SSH] biaji | zh:docs:guide-user:network:wifi:atheroswds [2019/08/22 10:06] – [使用SSH] biaji | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| 如果原有的wlan接口不是网桥的一部分的话,新的wlan.staN接口默认*不会*被桥接。 | 如果原有的wlan接口不是网桥的一部分的话,新的wlan.staN接口默认*不会*被桥接。 | ||
| - | If in your setup the AP interface is not already part of a bridge you will need to create a new bridge interface and associate only the AP wlan interface to it. In this case hostapd | + | 如果您设置的AP接口目前还不是网桥的一部分的话,您必须新建一个网桥接口,并将其关联至接入点wlan接口。这样hostapd才会自动将wlan.staN接口添加至网桥。 |
| === 远端无线终端 === | === 远端无线终端 === | ||
| Line 79: | Line 79: | ||
| </ | </ | ||
| - | __**NOTE:**__ LAN interface can stay static | + | __**注意:**__ LAN接口可以保持静态ip,但必须禁用dhcp服务。如果将LAN接口设置为由dhcp服务获取ip的话,则每次启动时,都会查找远端路由ip。 |
| - | Once those steps are completed, we can setup the actual wireless link. | + | 当上述步骤完成后,我们就可以开始设置wifi连接了。 |
| - | Edit the [[docs: | + | 编辑[[docs: |
| - | Further down in the same file, modify the '' | + | 同一文件的下面一点,修改'' |
| - | This is an example from / | + | 以下是一个无线客户端桥接设备的/ |
| < | < | ||
| Line 115: | Line 115: | ||
| </ | </ | ||
| - | See the [[docs: | + | 参阅[[docs: |
| - | Disconnect the device from the wired network and reboot the device without any wired connection. | + | 将设备由有线网络断开,并在保持没有有线连接的情况下重启。 |
| - | The device should boot and automatically connect wirelessly to the access point. | + | 设备重启后将自动连入接入点的无线网络。**客户段网桥设备启动并连入接入点需要花费1-2分钟,需要等待这个过程结束。** 然后,**有线接口(比如eth0)**将通过无线桥接连接成功获取DHCP地址。注意,此时远端客户端网桥设备的无线网络自身却不会获取到IP地址,因为它作为透明网桥被使用。 |
| - | Any //wired devices// connected via Ethernet to the LAN ports on the remote client bridge device should now be transparently bridged into the main network over the wireless link. | + | 通过LAN端口连接至远端客户端网桥设备的//有线设备//此时已经经由无线连接透明网桥至主网络了。 |
| **无线连接,还需最后一步:** | **无线连接,还需最后一步:** | ||