Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
networking:wifisetup [2024/10/24 07:15] – willy | networking:wifisetup [2025/03/13 14:14] (current) – [WiFi Setup] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== WiFi Setup ====== | + | ====== |
I assume you have OpenWRT on all your WiFi Access Points (see [[networking: | I assume you have OpenWRT on all your WiFi Access Points (see [[networking: | ||
- | ===== SSID selection | + | ===== SSID Creation |
+ | Read **all** the following sub-section before proceeding, since these are settings you will need to do for each OpenWRT device and SSID you want to create. | ||
+ | |||
+ | === name selection === | ||
You need to find a nice SSID, or **name**, for your WiFi network. You can also choose to keep your SSID hidden, but this actually doesn' | You need to find a nice SSID, or **name**, for your WiFi network. You can also choose to keep your SSID hidden, but this actually doesn' | ||
Line 14: | Line 17: | ||
You can, of course, create additional SSIDs, like for IoT devices or other use cases (guests access maybe) as you need, just remember to create them on all the OpenWRT devices and for all the bands that the SSID should cover. | You can, of course, create additional SSIDs, like for IoT devices or other use cases (guests access maybe) as you need, just remember to create them on all the OpenWRT devices and for all the bands that the SSID should cover. | ||
- | + | === Band Selection === | |
- | ===== Band Selection ===== | + | |
2.4Ghz network is mandatory, not only because it offers the best coverage, but because some older devices (or IoT devices, or smart automation ones) might not support anything else. | 2.4Ghz network is mandatory, not only because it offers the best coverage, but because some older devices (or IoT devices, or smart automation ones) might not support anything else. | ||
In addition to the classic 2.4Ghz band you want to also create 5Ghz and/or 6Ghz (according to your OpenWRT devices support) band networks. | In addition to the classic 2.4Ghz band you want to also create 5Ghz and/or 6Ghz (according to your OpenWRT devices support) band networks. | ||
- | Remeber to create them all on all OpenWRT devices **and** all with the same SSID, this will be required for AP hanbdover | + | Remeber to create them all on all OpenWRT devices **and** all with the same SSID, this will be required for AP handover |
- | + | ||
- | + | ||
- | ===== Channel Selection ===== | + | |
+ | === Channel Selection === | ||
If you live in an isolated area, channel selection is not required. The APs should be able to negotiate the best one when set to automatic channel selection. | If you live in an isolated area, channel selection is not required. The APs should be able to negotiate the best one when set to automatic channel selection. | ||
Line 34: | Line 33: | ||
For 5Ghz and 6Ghz bands, this is less of an issue because the signal propagation is greatly reduced compared to 2.4Ghz band, and less used overall. | For 5Ghz and 6Ghz bands, this is less of an issue because the signal propagation is greatly reduced compared to 2.4Ghz band, and less used overall. | ||
+ | === Fast Transitioning === | ||
+ | This is the real trick: then you create your WiFI SSIDs, you need to enable **FT** or **Fast Transitioning**, | ||
+ | ===== Flatten your network ===== | ||
+ | By default a **WiFi Access Point** will act as a **router**. | ||
+ | A **router** will create a new network for the WiFi side and connect it to an // | ||
+ | This is not what you need here: you need an Access Point, not a router. | ||
+ | An **Access Point** will create a WiFi network that is just an extension of the wired network. | ||
+ | OpenWRT device is a very complex mix of hardware and software capabilities: | ||
- | ===== Fast Transitioning ===== | + | This can be achieved under OpenWRT setup: if your device has WAN and multiple LAN ports, you will have a bridge configured to host all the LAN interfaces but not the WAN one. You need to delete whatever WAN bridge you have, and add the WAN interface under the LAN bridge. How to do this can vary under different OpenWRT versions, so i let you play around and find out how to do so. |
- | ===== Flatten | + | === Disable DHCP === |
+ | You also need to go to all your OpenWRT devices and fully disable the DHCP service, since you will be using a more advanced DHCP approach directly on your home router later on. | ||
+ | |||
+ | Moreover, you do not want multiple DHCP servers fight for the right to assign you an IP over your network | ||
- | ===== Disable DHCP ===== | ||