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 | ||
| docs:guide-user:network:wifi:atheroswds [2023/04/24 16:31] – Replaced <code> blocks with simplified configuration files. Added clarifications and other minor fixes. icecream | docs:guide-user:network:wifi:atheroswds [2024/02/15 05:28] – [Wireless Repeater (Wireless Extender)] add relayd as alternative. bill888 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Wireless | + | ====== Wireless |
| - | This network setup consists of a wireless access point and a wireless repeater. The access point is the device that connects to the main network using a wired connection and enables access to the internet. The repeater connects wirelessly to the access point as a station or client device. Once connected, it acts as a bridge to provide access to that main network and to the internet for any wireless and wired client devices connected to the repeater. This setup is useful to extend the reach of your network, such as the Wi-Fi coverage on your location. | + | This network setup consists of a wireless access point and a wireless repeater. The access point is the device that connects to the main network using a wired connection and enables access to the internet. The repeater connects wirelessly to the access point as a station or client device. Once connected, it acts as a "bridge" or more accurately a point to point link, to provide access to that main network and to the internet for any wireless and wired client devices connected to the repeater. This setup is useful to extend the reach of your network, such as the Wi-Fi coverage on your location. |
| - | The method described in this article results in a transparent bridge | + | The method described in this article results in a backhaul link at layer 2 in the OSI model. All broadcast packets, such as DHCP requests, are sent in both directions over the link. The original source MAC address of the network devices on both sides are preserved over the bridge. |
| The client devices connected to the upstream access point and those connected to the repeater will be on the same subnet. In other words, they will be visible to each other and, therefore, enable the use of discovery and configuration protocols such as zeroconf. The upstream access point and the repeater remain accessible over the network. | The client devices connected to the upstream access point and those connected to the repeater will be on the same subnet. In other words, they will be visible to each other and, therefore, enable the use of discovery and configuration protocols such as zeroconf. The upstream access point and the repeater remain accessible over the network. | ||
| - | The wireless distribution system technology (WDS mode) is required to create a network | + | Two wireless protocols can be used to achieve this, " |
| + | |||
| + | This document will describe the use of WDS. | ||
| + | For 802.11s mesh see: [[: | ||
| + | |||
| + | The wireless distribution system technology (WDS mode) is required to create a network | ||
| + | |||
| + | If you are unable to use WDS or 802.11s mesh due to limiations of the Access Point, then you may wish to consider using [[: | ||
| ===== Configuration ===== | ===== Configuration ===== | ||
| Line 150: | Line 157: | ||
| Disconnect the repeater from the wired network and reboot it, for example, by using its power button. | Disconnect the repeater from the wired network and reboot it, for example, by using its power button. | ||
| - | The repeater should boot and connect automatically to the access point wirelessly via WDS. It may take a few minutes for the repeater to associate and connect to the access point. Once this has happened, and if you decided to enable the DHCP client on the LAN interface (dynamic address), the wired interface of the repeater should succeed in getting a DHCP address through the new wireless | + | The repeater should boot and connect automatically to the access point wirelessly via WDS. It may take a few minutes for the repeater to associate and connect to the access point. Once this has happened, and if you decided to enable the DHCP client on the LAN interface (dynamic address), the wired interface of the repeater should succeed in getting a DHCP address through the new wireless |
| - | Any client devices connected to the repeater via an Ethernet cable (wired clients) should now be transparently | + | Any client devices connected to the repeater via an Ethernet cable (wired clients) should now be transparently |
| ==== LuCI ==== | ==== LuCI ==== | ||