I hate to start another one of these, but I've read about a dozen of these ipcheck threads on here already and I've followed about everything I've read.
I have a rackspace cloud server with centos. I've just finished the setup a few days ago and have been getting this email once a day (or 20 diff times when manually checking)
my resolv.conf is (currently. I've tried about a million other things)
I checked with intodns.com and it says all is ok, tho it lists weird IPs for the nameservers (does this matter? I'm guessing no.) The only problem listed is something about duplicate MX records but on rackspace I only have 1 listed.
Ask whatever relevant info you need, since you most likely know better than I do at this point. I really can't figure out where the problem is.
I have a rackspace cloud server with centos. I've just finished the setup a few days ago and have been getting this email once a day (or 20 diff times when manually checking)
my /etc/hosts file isemail said:Your hostname (gpsmain.reputationgps.com) could not be resolved to
an IP address. This means that /etc/hosts is not set up correctly,
and/or there is no dns entry for gpsmain.reputationgps.com. Please
be sure that the contents of /etc/hosts are configured correctly,
and also that there is a correct 'A' entry for the domain in the
zone file.
Some or all of these problems can be caused by /etc/resolv.conf
being setup incorrectly. Please check that file if you believe
everything else is correct.
You may be able to automatically correct this problem by using the
'Add an A entry for your hostname' option under 'Dns Functions' in
your Web Host Manager.
Code:
127.0.0.1 localhost localhost.localdomain
50.56.199.15 gpsmain.reputationgps.com
Code:
nameserver 8.8.4.4
nameserver 8.8.8.8
nameserver 4.2.2.1
nameserver 4.2.2.2
nameserver 4.2.2.3
nameserver 4.2.2.4
Ask whatever relevant info you need, since you most likely know better than I do at this point. I really can't figure out where the problem is.