speedy
03-27-2007, 11:33 AM
Make backup of the original file
cp /etc/host.conf /etc/host.conf.bak
Edit the new file – replace contents with the below
# Lookup names via DNS first then fall back to /etc/hosts.
order bind,hosts
# We have machines with multiple IP addresses.
multi on
# Check for IP address spoofing.
nospoof on
restarted Named
service named stop
service named start
cp /etc/host.conf /etc/host.conf.bak
Edit the new file – replace contents with the below
# Lookup names via DNS first then fall back to /etc/hosts.
order bind,hosts
# We have machines with multiple IP addresses.
multi on
# Check for IP address spoofing.
nospoof on
restarted Named
service named stop
service named start
