Archives

Find an article
Nov 15

How to fix Ubuntu DNS problems

Published by in · Leave your thoughts
Warning! There was an error loading some of the images for this post.

If you’re experiencing DNS related problems on Ubuntu, follow the below steps to use Google’s public DNS servers: Open network interfaces: sudo vim /etc/network/interfaces Add the following after “# dns-* options are implemented by the resolvconf package, if installed“: dns-nameservers 8.8.8.8 8.8.4.4 Restart the networking service: sudo /etc/init.d/networking restart You should then be able to ping google.com and continue with... Read Arcticle