ubuntu:networking:dns:dns_resolver_not_working
This is an old revision of the document!
Table of Contents
Ubuntu - Networking - DNS - DNS Resolver Not Working
Restart the Resolver Service
sudo systemctl restart resolvconf.service
Check Status
systemd-resolve --status
Check where /etc/resolve links
ls -al /etc/resolv.conf
returns:
lrwxrwxrwx 1 root root 32 Jan 10 18:50 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
ALERT: If for any reason it does not link to /run/systemd/resolve/resolv.conf then run :
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
ubuntu/networking/dns/dns_resolver_not_working.1610311821.txt.gz ยท Last modified: 2021/01/10 20:50 by peter