ubuntu:networking:dns:troubleshooting:dns_resolver_not_working
This is an old revision of the document!
Table of Contents
Ubuntu - Networking - DNS - Troubleshooting - 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/troubleshooting/dns_resolver_not_working.1610313982.txt.gz · Last modified: 2021/01/10 21:26 by peter