this post was submitted on 31 Mar 2026
36 points (100.0% liked)

Linux

13082 readers
919 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I run CachyOS on my desktop. I host Homepage for myself on a home server. This is reached at home.mydomain.tld. Pihole on my local network catches that request and points it at my local nginx, which reverse proxies me to the homepage.

Now, I set this all up a while back and it all worked totally fine for several weeks. Then, about a week or so ago, for some reason almost every, but not every time I boot my PC, home.mydomain.tld gives me a "cannot be reached" error in my browser... until I run systemctl restart NetworkManager and then it works completely normally.

Can anyone help me troubleshoot why oh why that would suddenly be a thing? Does anyone have suggestions of a way I can troubleshoot a permanent fix to this so that I don't have to restart NetworkManager almost every boot?

you are viewing a single comment's thread
view the rest of the comments
[–] Pogogunner@sopuli.xyz 12 points 3 days ago (2 children)

The output of dmseg or journalctl might show you an error message related to networkmanager to give you some clues

[–] iamthetot@piefed.ca 2 points 2 days ago

There's a lot in there and I'm not seeing any errors related to NetworkManager.

[–] iamthetot@piefed.ca 4 points 3 days ago

Thank you for the suggestion, I will check these next time.