Hi - long time user but first time posting
I have a Turris Omnia running 7.0.1 with Kernel version: 5.15.148
Periodically over several months, I’ve noticed on various devices that the router seems to lose its connection to the internet - ie. the SSID shows Connected no internet
As I said, this has been going on for a while so I wrote a bash script that runs every minute - it starts with wget -q --spider https://google.com
If the wget fails, I try to ping a couple of sites (and send all of the results to a log file). Not only does the wget fail, but the pings also do not get through
After 5 consecutive failures, the script backups /tmp/log and dmesg.txt and then reboots the router.
Usually that fixes the problem and things go back to normal. Sometimes everything works for several days without issue; but occasionally (like today) it reboots several times.
I’ve been in touch with my ISP and they cannot see anything wrong on their modem. After today’s call, I’ve swapped out the ethernet cable but 15 minutes after ending the call, the script rebooted the router again.
Any ideas on what to do? Would sharing the dmesg.txt or log files help at all? Is there any additional information that I should be gathering in the script?
TIA
Al