I populated /etc/hosts
with device names and IP addresses. For example:
chassisOne 10.0.0.1
chassisTwo 10.0.0.2
.
.
.
etcetera.
I am able to ping the IP address of both chassisOne
and chassisTwo
. Pinging the hostname returns:
ping: unknown host chassisOne
My nsswitch.conf file is:
host: files mdns4_minimal [NOTFOUND=return] dns
What am I missing?