nsswitch.comf As phoenix stated, for the DNS directive, "files" needs to come before "dns". This tells apps to look at the hosts file first before checking a DNS server.
Your host.conf file also needs an entry: order hosts, bind
Some software checks the host.conf and some look at the nsswtich.conf file.
Either way it is usually best for the hosts file to be queried before DNS. |