We have a host entry on our server in /etc/hosts
file. So there is an entry as follows:
10.74.74.76 foo
But on the same machine, via SSH I do the following:
$ host -t a foo
foo.internal.domain.com has address 10.43.55.23
Why is this not referencing the ip in /etc/hosts
?