Hello!
When resuming from suspend network doesn’t work on Fedora 35. The interfaces show up as connected, but apps don’t have connection. Ping works to public addresses like 1.1.1.1 but for example https://1.1.1.1 doesn’t.
I tried to fix this by manually setting my dns servers to either 1.1.1.1 and/or 8.8.8.8 from the isp default and restarting the interface (from GUI), but only reboot seems to fix it.
This issue seems to be occuring on both my work laptop (both wired+wireless, it’s Lenovo ThinkPad P52) and home desktop (wired, it’s some asrock model, I can look exact model if necessary). Both do have nvidia gpu:s with the resume from suspend script and proprietrary driver from RPMFusion.
Any ideas how could I try to diagnose this further? Or if there is a solution that I couldn’t find
inxi -Fzx in terminal and post the output as </> Preformatted text here.
Also try to get the correct message you see when you connect in a browser.
You could try this with curl https://1.1.1.1 to see if you get some usefull error message.
It’s also worth looking at your logs to see if there’s anything indicative after the resume:
Another thing we need to narrow down is if it’s a failure with the network connection bit or with name resolution. resolvectl -h or man resolvectl will have some information on testing this out.
When resuming from suspend and network doesn’t work run ‘systemctl status NetworkManager.service’ and check it is active.After that if is not active run’systemctl restart NetworkManager.service’ and see it will bring back network.I will run it it is active or not