Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/pleskhosts.com/httpdocs/forum/includes/init.php on line 49
Transfer a Domain Name $9.99
Register A Domain Name  $9.99
www.

Harden Host.conf [Archive] - Forums

View Full Version : Harden Host.conf


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