Fact that you can still ping but not resolve means your name servers aren't set right.
What can I do to fix the problem here?
Update /etc/systemd/resolved.conf and add some DNS servers (in this example, 1.1.1.1 is CloudFlare, and 8.8.8.8 and 8.8.4.4 are Google but you can use your preferred DNS servers.)
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4
Restart system resolved:
service systemd-resolved restart
Run resolvectl status (or systemd-resolve --status in older versions of systemd) to see if the settings took.
If they don't take after a reboot, there's something else going on.
Tysm, @MyNameIsRichard@lemmy.ml and @nanook@friendica.eskimo.com.
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4
I added this to the file /etc/resolv.conf and it's working again.
@maliciousonion You can go into network manager and specify different working name servers, you can cat /etc/resolv.conf to make sure it is sane.
0 days since it was DNS
If worse comes to worse, you can always just remove the symlink of /etc/resolv.conf which presently will point to something in /run/systemd, and replace it with a static file with known good name servers in it. You'll lose having a DNS cache but at least your machine will function.
Why are you using networkd instead of networkmanager on a desktop? The two don't work together.
Anyway, it looks like a DNS problem. You can manually specify DNS servers (like 8.8.8.8, 8.8.4.4) in whatever network management you're using.
Alternatively you can edit ~~/etc/hosts
~~ (I meant /etc/resolv.conf
obviously) and then make it immutable (chattr +i /etc/hosts
) to prevent changes.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0