User Tools

Site Tools


ubuntu:networking:dns:dns_resolver_not_working

This is an old revision of the document!


Ubuntu - Networking - DNS - DNS Resolver Not Working

Restart the Resolver Service

sudo systemctl restart resolvconf.service

Check Status

systemd-resolve --status

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki