I sometimes have a similar problem with my router. Devices connected to the router via Wi-Fi lose internet. And I can’t access the router page 192.168.1.1 via Wi-Fi. At the same time, if you disconnect from Wi-Fi, then it won’t connect at all, it won’t be on the list.
Previously, I had only one Wi-Fi access point, and with the help of Policy Based Routing I configured Internet access via WireGuard VPN for specific IP addresses.
Now I have configured the second Bridge device "br-lan2", created a second wireless Wi-Fi access point, and enabled WireGuard for ALL devices that connect to the second access point.
But the problem remained. And when connecting from a smartphone to a second access point, sometimes the Internet still disappears. With the same symptoms. But at such moments, both access points disappear. Or rather, when the Internet disappears, the first one disappears from the list of available Wi-Fi networks, the one to which I am not connected. And if I disconnect from the second one, then she will disappear too.
Restarting Wireless via the address website from a computer connected via cable does not give any results. Also, the PC also has Wi-Fi, and this Wi-Fi also does not find the wireless networks of my router. The Internet only works via cable.
The only working solution is to completely restart the router.
Can you help me figure out this problem? Why is this happening?
Can you post your config files? Otherwise, we have no way to help.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
What router do you have? Which OpenWRT release are you using?
I too am having a very similar problem. I upgraded a few days ago to the November 20th SNAPSHOT release for the Dynalink DL-WRX36 router and today, three times, all of my WiFi radios went offline. Devices connected to the router via ethernet cables continued to work. The WiFi never seemed to have returned and after a few minutes I ended up power cycling the router.
Just a short while I ago I grabbed the most recent SNAPSHOT for my device, November 27, and have that running now. Fingers crossed that the problem does not come back.
I do have the SNAPSHOT I was running previously but I don't think I can install that one because the additional packages I need to download will complain about incompatibilities. I wonder if there is a way to save off the packages I load (just a few) so that I have a good point-in-time backup of a SNAPSHOT release.
I'd start by upgrading to 23.05.2 (you're on a release candidate -- there is no reason to stay there). Make a backup first. Then, with the upgrade process, reset to defaults and test that the wifi works as expected. Try restoring your backup and then test again.
Well, for starters, that wasn't me who said it, but my advice doesn't differ. It's quite consistent, in fact. Why? Because we want to rule out issues/bugs with older versions (particularly release candidates which may have lingering bugs).
Well, you're not on a current version, so try upgrading again.
No... it would be helpful if you told us how rare it is. Given that this is not a common issue, the only way we can understand the scope and frequency of the problem is if you provide that info.
Maybe... this can be useful for troubleshooting. In fact, do you have frequency information like "it happens on average every x days, but not consistently. The longest it's ever run before the issue manifested is y days, and the shortest is z days"? If so, we can suggest an amount of time to use the default config that would then be able to help us isolate the issue to either hardware or a potential bug in the firmware. You could further try using the vendor firmware for a similar time period... if the problem still manifests, it's not OpenWrt related at all.
Is it possible for you to run in the default configuration for a period of time?
Make a list of all your additional packages.
Then use the OpenWrt firmware selector and add all the items from your list.
Now you've got everything you need in one image, which you can flash (again) to your router every time you want to.
Hmm from the configuration I could not see something popping out.
But i do see that for wifi you use a bridge device but that bridge also shared lan.
Can you try to enable keep up bridge for br-lan and br-lan2 ?
Also it would be very helpfull if it happens you can show a log
Also are this all devices who disconnect or only specific ones?
The device you use is using Android?
I do know for android it can also kick like it is a deauth but that only happens if the dhcp doesn't give a valid ip, a log would be really usefull here.
This error may occur every day for several days in a row and then will not happen again for a month. Perhaps the error occurs when I am actively using a Wi-Fi connection. Or perhaps when I don’t use Wi-Fi, the error also repeats, I just don’t notice it for an obvious reason.
Last time I didn't use br-lan 2 at all, and the error still occurred. Therefore, the second LAN has nothing to do with this. Also in the last article, I repeatedly published logs, but they could not find anything causing an error.
In the interim I realized that if I used the CLI to install all of my packages and not rely on Luci the output lists all of the additional libraries and things that are needed. I copy / pasted that into a file (install_list.txt) on my Mac. Then ran the following from the terminal in the same directory that I saved the kernel, firmware, and sysupgrade files to. With the result of all of the additional packages that I install and their supporting libraries.