User Tools

Site Tools


ubuntu:networking:dns:dns_resolver_not_working

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ubuntu:networking:dns:dns_resolver_not_working [2021/01/10 20:50] – created peterubuntu:networking:dns:dns_resolver_not_working [2021/01/10 21:26] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Networking - DNS - DNS Resolver Not Working ====== 
- 
-===== Restart the Resolver Service  ===== 
- 
-<code bash> 
-sudo systemctl restart resolvconf.service 
-</code> 
- 
----- 
- 
-===== Check Status ===== 
- 
-<code bash> 
-systemd-resolve --status 
-</code> 
- 
----- 
- 
-===== Check where /etc/resolve links ===== 
- 
-<code bash> 
-ls -al /etc/resolv.conf 
-</code> 
- 
-returns: 
- 
-<code bash> 
-lrwxrwxrwx 1 root root 32 Jan 10 18:50 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf 
-</code> 
- 
-<WRAP alert> 
-**ALERT:**  If for any reason it does not link to **/run/systemd/resolve/resolv.conf** then run : 
- 
-<code bash> 
-sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf 
-</code> 
- 
-</WRAP> 
  
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