View Single Post
Old June 22nd, 2006, 7:19 AM   #1 (permalink)
Jez
Registered User
Seasoned Poster
 
Jez's Avatar
 
Joined in Jun 2006
Hosted on VPS7
81 posts
Gave thanks: 0
Thanked 0 times
Open DNS servers...

Anybody know how to close the DNS servers.. I tried:

Use a line "recursion no;" in the "options" clause (or in the "view" clause) in ect > named.conf

and then restarting BIND in WHM

so it looks like this...

Code:
options {

    directory "/var/named";
    dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
    /*
     * 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;
"recursion no;"

But it seems to not have worked...

Any ideas????





ERROR: One or more of your nameservers reports that it is an open DNS server. This usually means that anyone in the world can query it for domains it is not authoritative for (it is possible that the DNS server advertises that it does recursive lookups when it does not, but that shouldn't happen). This can cause an excessive load on your DNS server. Also, it is strongly discouraged to have a DNS server be both authoritative for your domain and be recursive (even if it is not open), due to the potential for cache poisoning (with no recursion, there is no cache, and it is impossible to poison it). Also, the bad guys could use your DNS server as part of an attack, by forging their IP address. Problem record(s)


www.DNSreport.com
__________________
VPS7

http://destinyz.net
http://riccistuff.info - Thee Christina Ricci Info Site
http://grimpuppy.com/forums - Forums and Arcade For Horror and Fantasy Fans
Jez is offline   Reply With Quote