So basically what happens is ipcheck resolves host.xxx.org to an outside IP 108.46.198.xxx and then gives an error that IP should be resolved to inside IP 172.16.10.11
Been trying to fix this for the past couple of hours..
/scripts/ipcheck
[ipcheck] sent email:
IMPORTANT: Do not ignore this email.
The hostname (xxx.xxx.org) resolves to 108.46.198.xxx. It
should resolve to 172.16.10.11. 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.
The hostname (linuxweb.nywf.org) resolves to 108.46.198.xxx. It
should resolve to 172.16.10.11. 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.
here's the hosts
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
172.16.10.11 host.xxx.org host
here's the /etc/resolv.conf
cat /etc/resolv.conf
search xxx.com
domain xxx.com
nameserver 172.16.10.11
nameserver 4.2.2.4
nameserver 4.4.4.2
here's the output of dig +short
dig +short host.xxx.org
108.46.198.xxx
Any help would be greatly appreciated!
Been trying to fix this for the past couple of hours..
/scripts/ipcheck
[ipcheck] sent email:
IMPORTANT: Do not ignore this email.
The hostname (xxx.xxx.org) resolves to 108.46.198.xxx. It
should resolve to 172.16.10.11. 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.
The hostname (linuxweb.nywf.org) resolves to 108.46.198.xxx. It
should resolve to 172.16.10.11. 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.
here's the hosts
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
172.16.10.11 host.xxx.org host
here's the /etc/resolv.conf
cat /etc/resolv.conf
search xxx.com
domain xxx.com
nameserver 172.16.10.11
nameserver 4.2.2.4
nameserver 4.4.4.2
here's the output of dig +short
dig +short host.xxx.org
108.46.198.xxx
Any help would be greatly appreciated!
Last edited: