I am attempting to redo my server (CentOS release 6.6 [Final] x86_64) and I am now getting the following output on yum
[root@server ~]# yum update
Loaded plugins: fastestmirror, priorities, security
Setting up Update Process
Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Because it's relevant here is my /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver IP ADDRESS
nameserver IP ADDRESS
search au.sever.com vmware.au.server.com
This is an output for a dig
[root@server ~]# dig @8.8.8.8 www.google.com
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6 <<>> @8.8.8.8 www.google.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
I have also run ifdown eth0 && ifup eth0
and it appears to have run sucessfully
Additionally my /etc/named.conf
file is empty. I don't know why and/or what to put in it...
I can't ping google.com either...