I am facing an issue with DNS resolving in my droplet. I can’t ping even Google’s DNSes:
[root@xenonon etc]# ping 8.8.4.4 PING 8.8.4.4 (8.8.4.4) 56(84) bytes of data. ^C — 8.8.4.4 ping statistics — 5 packets transmitted, 0 received, 100% packet loss, time 4814ms
Here is content of my /etc/resolv.conf:
[root@xenonon etc]# cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 82.215.0.115 nameserver 209.244.0.3
When I try to install something by yum, I am getting following error:
[root@xenonon etc]# yum install traceroute Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was 14: PYCURL ERROR 6 - “Couldn’t resolve host ‘mirrorlist.centos.org’” Error: Cannot find a valid baseurl for repo: base
What is going on?
Thanks, Maksym.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
This question was answered by @maximd:
View the original comment