User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:wifisetup [2024/10/24 07:15] willynetworking:wifisetup [2025/03/13 14:14] (current) – [WiFi Setup] willy
Line 1: Line 1:
-====== WiFi Setup ======+====== D) WiFi Setup ======
  
 I assume you have OpenWRT on all your WiFi Access Points (see [[networking:openwrt|here]]) for the following configurations and suggestions. If you are not going the OpenWRT route, keep reading and try to adapt as much as possible to your devices. I assume you have OpenWRT on all your WiFi Access Points (see [[networking:openwrt|here]]) for the following configurations and suggestions. If you are not going the OpenWRT route, keep reading and try to adapt as much as possible to your devices.
  
  
-===== 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't really add any kind of security, so i will not consider the option. 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't really add any kind of security, so i will not consider the option.
  
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 below. +Remeber to create them all on all OpenWRT devices **and** all with the same SSID, this will be required for AP handover below.
- +
- +
-===== 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**, which will make all your OpenWRT routers seamless handle your mobile device connection to your network between themselves. You can then //move// from one AP to the next best one without even noticing. The OpenWRT devices will perform handover of your connection and you will not suffer a disonnect/reconnect issue.
  
  
 +===== 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 //upstream// or //WAN// network. 
  
 +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: i suggest that you **flatten** all youe device etherne ports into one same LAN, and that this LAN is also unified with your wireless part. 
  
-===== 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 your network =====+=== 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 in any case, so better go and disable **all** of them at this time.
  
-===== Disable DHCP ===== 
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information