I have a client on the 192.168.5.0/24 network and a server on the 172.17.1.0/24 network..
if I run a ping from the Linux client to 172.17.1.11
I get
aaron@pch03065:~$ ping 172.17.1.11
PING 172.17.1.11 (172.17.1.11) 56(84) bytes of data.
64 bytes from 172.17.1.11: icmp_seq=1 ttl=63 time=5.71 ms
64 bytes from 172.17.1.11: icmp_seq=2 ttl=63 time=0.668 ms
64 bytes from 172.17.1.11: icmp_seq=3 ttl=63 time=0.690 ms
however if I
aaron@pch03065:~$ ping uk.test.com
PING uk.test.com (172.17.1.11) 56(84) bytes of data.
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=1 ttl=63 time=0.971 ms
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=2 ttl=63 time=0.675 ms
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=3 ttl=63 time=0.680 ms
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=4 ttl=63 time=0.692 ms
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=5 ttl=63 time=0.715 ms
64 bytes from XXXX-78474-net-adsl-01.altohiway.com (172.17.1.11): icmp_seq=6 ttl=63 time=0.656 ms
So it's is still seeing the Correct IP address, and both the domain name and the IP address will work when browsing the website.
But why does the second one see the domain name of the ISP's fire wall which is outside the network? There is even a policy on the fire wall to block internal IP address talking across the inside / outside boundry?
Any ideas ?
Aaron