RCODE, FORMERR, and bad auth Errors

Steve Koon skoon at escapia.com
Wed Nov 5 16:18:46 UTC 2008


I am getting some error messages in my primary dns server log file and
was wondering if I could get a little help on what steps to take that
would resolve these.
 

Thanks,

Steve

 

 

 

===== Snapshot of the Primary Log file =====

zone mthoodrentals.com/IN: sending notifies (serial 2008110402)

unexpected RCODE (SERVFAIL) resolving 'ns2.escapia.com/AAAA/IN':
63.251.161.33#53

FORMERR resolving 'ns2.escapia.com/AAAA/IN': 204.69.234.1#53

FORMERR resolving 'ns2.escapia.com/AAAA/IN': 204.74.101.1#53

too many timeouts resolving 'ns2.escapia.com/AAAA' (in 'escapia.com'?):
disabling EDNS

client 69.25.129.118#1886: transfer of 'bigtreesvacationrentals.com/IN':
AXFR started

client 69.25.129.118#1886: transfer of 'bigtreesvacationrentals.com/IN':
AXFR ended

client 69.25.129.117#4523: transfer of 'bigtreesvacationrentals.com/IN':
AXFR started

client 69.25.129.117#4523: transfer of 'bigtreesvacationrentals.com/IN':
AXFR ended

invalid command from 127.0.0.1#1454: bad auth

 

 

===== Primary name.conf =====

options {

 

        directory "C:\WINDOWS\system32\dns\etc";

        dump-file "C:\WINDOWS\system32\dns\etc\named\dump\nameddump.db";

        statistics-file
"C:\WINDOWS\system32\dns\etc\named\stats\named.stats";

            pid-file "C:\WINDOWS\system32\dns\etc\named\run\named.pid";

            recursion yes;

            zone-statistics yes;

        forwarders { 63.251.161.33 ; 63.251.161.1; };

 

        #forward first;

 

        listen-on-v6 { any; };

            dnssec-enable yes;

};

 

key "rndc-key" { algorithm hmac-md5; secret "?????????????????????"; };

 

controls {

            inet 127.0.0.1 port 953 allow { localhost; } keys {
"rndc-key"; };

};

 

            logging{

            channel my_log{

                        file
"C:\WINDOWS\system32\dns\etc\named\log\named.log" versions 3 size 250k;

                        severity info;

            };

            category default{

                        my_log;

            };

};

 

 

zone "." in {

        type hint;

        file "named\zones\root.servers";

};

 

zone "localhost" in {

        type master;

        file "named\zones\master.localhost";

};

 

zone "0.0.127.in-addr.arpa" in {

        type master;

        file "named\zones\localhost.rev";

};

 

 

# Reverse Zone for 69.25.129.0

zone "129.25.69.IN-ADDR.ARPA" in {

        type master;

        file
"C:\WINDOWS\system32\dns\etc\named\zones\129.25.69.IN-ADDR.ARPA";

            

};

 

#

zone bigtreesvacationrentals.com. in {

        type master;

        file
"C:\WINDOWS\system32\dns\etc\named\zones\bigtreesvacationrentals.com.zon
e";

};

 

#

zone mthoodrentals.com. in {

            type master;

        file
"c:\windows\system32\dns\etc\named\zones\mthoodrentals.com.zone";

};

 

 




More information about the bind-users mailing list