After my upgrade to 12.10, DNS resolution seems to fail for both local and external addresses. I can successfully ping local and external IP addresses (google.com, at least), but pinging DNS names immediately returns ping: unknown host <hostname>. Connection Information seems to list the correct DNS servers (which I can ping successfully), and changing to Google Public DNS produces similar results. What should I fuss with to try to fix this?
Asked
Active
Viewed 6,734 times
7
fourwood
- 73
3 Answers
1
In a terminal, run
sudo apt-get install resolvconf # in case it got removed
sudo dpkg-reconfigure resolvconf # to restore the symlink at /etc/resolv.conf
then reboot.
jdthood
- 12,625
dpkg-reconfigure bind9-hostreboot. – Brandon Bertelsen Oct 24 '12 at 03:05