You are not logged in.
Pages: 1
DNS is not working properly. I know it is DNS because I can ping inside and outside my network. I have tried to use some tools such as nmap and netstat to see if port 53 is blocked, but I just installed Arch yesterday and don't have any of these tools. Whenever I ping google I get the error message
ping: google.com: Temporary failure in Name Resolution
Last edited by tressant (2021-08-04 19:10:51)
Offline
dig @8.8.8.8 google.com
stat /etc/resolv.conf
cat /etc/resolv.conf
cat /etc/nsswitch.conf
ps aux | grep resolvedThere's currently a resolved/nss issue around, https://bbs.archlinux.org/viewtopic.php?id=268123
Offline
Thank you, disabling systemd-resolved.service and defining nameserver 1.1.1.1 in /etc/resolv.conf worked for me
Offline
Pages: 1