# # /etc/host.conf # -------------- # # # http://burks.brighton.ac.uk/burks/linux/rute/node23.htm # # # 08-Nov-03 amo Added more Options # # # order hosts, bind # order hosts, bind, nis # # # Strip the domain some.domain from the end of a hostname before trying a lookup # trim some.domain # # # Try reverse lookups on a hostname after looking up the IP # If this query does not return the correct result, # it could mean that someone is trying to make it look like they are a machine that they aren't # ( hackers trick called "spoofing" # # This warns you of such attempts in your log file /var/log/messages # spoofalert on # # # Disallows results that fail this spoof test nospoof on # # # Return more than one result if there are aliases multi on # # # list should be sorted according to the IP that has the most convenient network route. reorder on # # # End of file