#[SOLVED] Broken network connection
16 messages · Page 1 of 1 (latest)
sounds like your dns is busted, not your connection. whats dns server you are using?
ok how s your network configured
Honestly it's been a couple years since I installed Arch Linux and I don't remember 💀
cat /etc/resolv.conf?
ooh something interesting happened
i enabled + started systemd-networkd and systemd-resolved and the network works now?
nameserver 127.0.0.53
options edns0 trust-ad
search .
so problem solved?
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.
... solved
#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
@rancid flame