You can do it using following steps :
Edit /etc/named.conf
Find this section, at the top;
Quote:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
|
After it add;
Quote:
logging {
category notify { null; };
category lame-servers { null; };
};
|
Now restart named:
---------------------------------
Best Regards,
UKShane
http://www.eukhost.com