I have a rare issue, that Leap 15.3 randomly disables internet connection for some - not all - websites. Chromium web browser. It happens 2 or 3 times a day. In that situation, I need to reboot the machine and then all is good, until a new disconnect.
Hello, this reminds me problem I had with my Tumbleweed desktop (a year back or so). I have been using NetworkManager, so I replaced it with wicked and the problem disappeared. You can do this in yast2. NetworkManager works fine on my leap though.
I forgot, when I want to restart network I do this (just replace enp31s0 with your network IF name, which you can find with “ip a” command):
sudo ip link set enp31s0 down; sleep 5; sudo ip link set enp31s0 up
So, I have changed the Network Manager settings for DNS in favor of Google ones. Now, the applet shows the Google nameservers for this Wi-Fi connection.
I’ll see, if it helps.
Hi
I would open a terminal and switch to root user and tail the journal (journalctl -f) and when it disconnects see what log information is recorded. Could be the wireless device and power settings.