#[SOLVED] Broken network connection

16 messages · Page 1 of 1 (latest)

rancid flame
#

For some reason the internet connection on my laptop doesn't work anymore. ping 8.8.8.8 seems to work fine, as does internet on my live USB. I've tried doing an update from the live USB to no avail. What should I try next?

elder crypt
#

sounds like your dns is busted, not your connection. whats dns server you are using?

rancid flame
#

uhhh no clue

#

But yeah I suspected it's a DNS issue

elder crypt
#

ok how s your network configured

rancid flame
#

Honestly it's been a couple years since I installed Arch Linux and I don't remember 💀

elder crypt
#

cat /etc/resolv.conf?

rancid flame
#

ooh something interesting happened

#

i enabled + started systemd-networkd and systemd-resolved and the network works now?

rancid flame
elder crypt
#

yes. system-resolved is used for dns in your setup (nameserver 127.0.0.53 indicates that). if you didn't have it running, you didn't have dns working.

#

quick fix for next time something similar happens is, you can substitute 127.0.0.53 with known-good dns (8.8.8.8,4.4.4.4,1.1.1.1) temporarily to look up docs etc before figuring out what broke.

strange hare
#

... solved

green anvilBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

strange hare
#

@rancid flame