Hello all!
I just installed and set up my first OpenWRT instances. Since I had some annoyances with my ISP-provided router, I bought two second-hand devices (Asus AX-R1800U and Linksys EA 7500 v2) and flashed them with OpenWRT 25.10.
I managed to set everything up and it works.
For now, my network is fairly simple:
- The Asus works as the main router, it is connected to the ISP-provided fiber modem via its WAN port
- ASUS has a single bridged LAN interface with the ethernet ports and two Wifi radios. I may want to split that up into different VLANs in the future but for now everything is in the same LAN.
- The Linksys is connected via ethernet to the ASUS, and is set up as a dumb AP, with two wifi radios. All the routing and DHCP is handled by the ASUS.
- All wifi radios use the same SSID
This all works as it should, I have decent wifi reception throughout the house and all devices can talk to each other.
One thing I noticed though, is that the overview page on the ASUS doesn't really show me which client connects to which AP. I can sort of infer that from the list of DHCP leases and the associated stations but it would be nice to have that in a single table or graphic. So my questions are:
- Is there a package or setting that provides an easy overview in the LUCI web interface of which client connects to which AP?
- Are there ways to nudge clients to connect to a specific access point? Due to some restarts, I can see that certain clients with fixed positions (ESP based smart home devices) have connected to an AP that is not optimal while the other one was rebooting, but they don't switch over by themselves.
- Would it help for either of the above to install/enable 802.11s mesh networking and/or enabling 802.11r? I've not done that yet. Are there types of devices that would experience compatibility problems with that?
Thanks a lot, Allard