ubuntu_18_dns_issues

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu_18_dns_issues [25.11.2018 13:24] – created Pascal Suterubuntu_18_dns_issues [02.01.2019 20:18] (current) Pascal Suter
Line 4: Line 4:
 i haven't had time to dig into what is going on exactly, but i found out that my resolv.conf doesn't point to my dns server. i therefore removed my resolv.conf and created a symlink to the one that systemd creates with the correct dhcp assigned dns server inside:  i haven't had time to dig into what is going on exactly, but i found out that my resolv.conf doesn't point to my dns server. i therefore removed my resolv.conf and created a symlink to the one that systemd creates with the correct dhcp assigned dns server inside: 
  
-  rm resolv.conf+  rm /etc/resolv.conf
   ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf   ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
- 
  • ubuntu_18_dns_issues.txt
  • Last modified: 02.01.2019 20:18
  • by Pascal Suter