WiFi Roaming Between Different Routers
-
S [email protected] shared this topic
-
@taaz Have a look on OpenWrt for wifi extender with wps
-
Ha, I didn't specify it but both routers are connected by normal ethernet cable (TP-Link -> Turris).
Don't think extender (as in forwarder) is good solution here as it would needlesly increase latency for the secondary, though will check! maybe there are some important bits about the mobility domain and roaming in it. -
Need some clarification here:
So you have the Omnia as the primary routing device, and the tp-link in AP mode connected via Ethernet to the Omnia, correct?
-
@taaz Ok there is a wired extender version of the guide on the OpenWrt website. Just done it
-
Yeah didn't add that bit before, edited in.
Archer is here as just dumb AP/routing box for the furthest room, connected to Omnia by ethernet (so yes, Archer acts as client device @ .1.20 and forwards everything to Omnia). -
-
-
-
-
Use OpenWRT and enable Fast Transitioning, works perfectly.
-
Kicking low-signal devices didn't occur to me, and should be easy to implement on the OpenWrt one, thanks!
-
Good tip, thanks!
-
Looking into it, ty!
-
This is what I do with my Asus AX mesh setup, running a Merlin fork (gnuton).
-
Yeah give it a try, I use -75dBm as my setting. Currently only on the 5ghz band, but you can try on all of them, 2.4ghz might want more like -80dBm.
-
Well what you're probably looking to setup is 802.11r, but I think you're still going to run into issues because of the proximity of where your routers are.
The issue you're seeing is related to band shaping and signal-to-noise ratio. Your wifi client is actutthe thing that is supposed to be more smoothly handling the transition between access points with your current setup, but it may not work as expected without the signal for one or the other to be drastically worse than the other. 802.11r helps with that. Results are hit or miss though, so don't go buying new equipment just to try it out.
If you had two OpenWRT devices though, I would just make a mesh and skip the above.
-
This is really smart!
-
Is that working better now? Every time I've turned it on in the past, half my devices lose connection.
-
Thanks, especially for that openwrt mesh bit, that might end up as the the best solution.