bind 9.4.2 secondary refusing request

Arno _ r_no at hotmail.com
Tue May 19 18:24:29 UTC 2009


Hello,
I'm having an issue with a bind 9.4.2 on Solaris 10, on the secondary the dns is refusing to answer to a request, and the same request is qnswered on the primary.

here is the dig ouput on the secondary on 9.4.2:
hyperion:~ $ dig @ns2.test ifbp.ch



; <<>> DiG 9.3.5-P1 <<>> @ns2.test ifbp.ch

; (1 server found)

;; global options:  printcmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 637

;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0



;; QUESTION SECTION:

;ifbp.ch.                   IN      A



;; Query time: 62 msec

;; SERVER: 172.24.4.6#53(172.24.4.6)

;; WHEN: Tue May 19 16:48:56 2009

;; MSG SIZE  rcvd: 29


the same request made on a 9.4.1 secondary:


hyperion:~ $ dig @ns2.second ifbp.ch



; <<>> DiG 9.3.5-P1 <<>> @ns2.second ifbp.ch

; (1 server found)

;; global options:  printcmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 280

;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 4



;; QUESTION SECTION:

;ifbp.ch.                   IN      A



;; ANSWER SECTION:

ifbp.ch.            103     IN      CNAME   sllsn91.ch.

sllsn91.ch.         103     IN      A       10.137.142.140





and the config:

on the 9.4.2:

options {

        # directory info

        directory "/opt/named";

        version "Why do you think you gona get it!";

        recursion yes;

};



zone "0.0.127.in-addr.arpa"  {

        type master;

        file "db.127.0.0";

};



zone "test" {

        type slave;

        file "db.test";

        check-names ignore;

        masters { 172.24.4.5; };

};



zone "ch"  {

        type forward;

        forwarders { 10.137.142.139; 10.137.141.11; };

        forward only;

};





the config on the 9.4.1

options {

        # directory info

        directory "/opt/named";

        version "Why do you think you gona get it!";

        recursion yes;

};



zone "other" {

        type slave;

        masters { 172.24.1.5; };

        file "db.other";

        check-names ignore;

};



zone "ch"  {

        type forward;

        forwarders { 10.137.142.139; 10.137.141.11; };

        forward only;

};



Any clue why the 9.4.2 is refusing to answer ?

Thanks in advance

arno


_________________________________________________________________
Windows Live™: Keep your life in sync. Check it out!
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20090519/654d0a76/attachment.html>


More information about the bind-users mailing list