<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello,<br>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.<br><br>here is the dig ouput on the secondary on 9.4.2:<br><font style="font-size: 10pt;" size="2">hyperion:~ $ dig @ns2.test ifbp.ch</font><br>
<br>
<font style="font-size: 10pt;" size="2">; <<>> DiG 9.3.5-P1 <<>> @ns2.test ifbp.ch</font><br>
<font style="font-size: 10pt;" size="2">; (1 server found)</font><br>
<font style="font-size: 10pt;" size="2">;; global options: printcmd</font><br>
<font style="font-size: 10pt;" size="2">;; Got answer:</font><br>
<font style="font-size: 10pt;" size="2">;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 637</font><br>
<font style="font-size: 10pt;" size="2">;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0</font><br>
<br>
<font style="font-size: 10pt;" size="2">;; QUESTION SECTION:</font><br>
<font style="font-size: 10pt;" size="2">;ifbp.ch. IN A</font><br>
<br>
<font style="font-size: 10pt;" size="2">;; Query time: 62 msec</font><br>
<font style="font-size: 10pt;" size="2">;; SERVER: 172.24.4.6#53(172.24.4.6)</font><br>
<font style="font-size: 10pt;" size="2">;; WHEN: Tue May 19 16:48:56 2009</font><br>
<font style="font-size: 10pt;" size="2">;; MSG SIZE rcvd: 29</font><br>
<br>the same request made on a 9.4.1 secondary:<br><br>
<font style="font-size: 10pt;" size="2">hyperion:~ $ dig @ns2.second ifbp.ch</font><br>
<br>
<font style="font-size: 10pt;" size="2">; <<>> DiG 9.3.5-P1 <<>> @ns2.second ifbp.ch</font><br>
<font style="font-size: 10pt;" size="2">; (1 server found)</font><br>
<font style="font-size: 10pt;" size="2">;; global options: printcmd</font><br>
<font style="font-size: 10pt;" size="2">;; Got answer:</font><br>
<font style="font-size: 10pt;" size="2">;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 280</font><br>
<font style="font-size: 10pt;" size="2">;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 4</font><br>
<br>
<font style="font-size: 10pt;" size="2">;; QUESTION SECTION:</font><br>
<font style="font-size: 10pt;" size="2">;ifbp.ch. IN A</font><br>
<br>
<font style="font-size: 10pt;" size="2">;; ANSWER SECTION:</font><br>
<font style="font-size: 10pt;" size="2">ifbp.ch. 103 IN CNAME sllsn91.ch.</font><br>
<font style="font-size: 10pt;" size="2">sllsn91.ch. 103 IN A 10.137.142.140</font><br>
<br>
<br>
<font style="font-size: 10pt;" size="2">and the config:</font><br>
<font style="font-size: 10pt;" size="2">on the 9.4.2:</font><br>
<font style="font-size: 10pt;" size="2">options {</font><br>
<font style="font-size: 10pt;" size="2"> # directory info</font><br>
<font style="font-size: 10pt;" size="2"> directory "/opt/named";</font><br>
<font style="font-size: 10pt;" size="2"> version "Why do you think you gona get it!";</font><br>
<font style="font-size: 10pt;" size="2"> recursion yes;</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<font style="font-size: 10pt;" size="2">zone "0.0.127.in-addr.arpa" {</font><br>
<font style="font-size: 10pt;" size="2"> type master;</font><br>
<font style="font-size: 10pt;" size="2"> file "db.127.0.0";</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<font style="font-size: 10pt;" size="2">zone "test" {</font><br>
<font style="font-size: 10pt;" size="2"> type slave;</font><br>
<font style="font-size: 10pt;" size="2"> file "db.test";</font><br>
<font style="font-size: 10pt;" size="2"> check-names ignore;</font><br>
<font style="font-size: 10pt;" size="2"> masters { 172.24.4.5; };</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<font style="font-size: 10pt;" size="2">zone "ch" {</font><br>
<font style="font-size: 10pt;" size="2"> type forward;</font><br>
<font style="font-size: 10pt;" size="2"> forwarders { 10.137.142.139; 10.137.141.11; };</font><br>
<font style="font-size: 10pt;" size="2"> forward only;</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<br>
the config <font style="font-size: 10pt;" size="2">on the 9.4.1</font><br>
<font style="font-size: 10pt;" size="2">options {</font><br>
<font style="font-size: 10pt;" size="2"> # directory info</font><br>
<font style="font-size: 10pt;" size="2"> directory "/opt/named";</font><br>
<font style="font-size: 10pt;" size="2"> version "Why do you think you gona get it!";</font><br>
<font style="font-size: 10pt;" size="2"> recursion yes;</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<font style="font-size: 10pt;" size="2">zone "other" {</font><br>
<font style="font-size: 10pt;" size="2"> type slave;</font><br>
<font style="font-size: 10pt;" size="2"> masters { 172.24.1.5; };</font><br>
<font style="font-size: 10pt;" size="2"> file "db.other";</font><br>
<font style="font-size: 10pt;" size="2"> check-names ignore;</font><br>
<font style="font-size: 10pt;" size="2">};</font><br>
<br>
<font style="font-size: 10pt;" size="2">zone "ch" {</font><br>
<font style="font-size: 10pt;" size="2"> type forward;</font><br>
<font style="font-size: 10pt;" size="2"> forwarders { 10.137.142.139; 10.137.141.11; };</font><br>
<font style="font-size: 10pt;" size="2"> forward only;</font><br>
<font style="font-size: 10pt;" size="2">};<br>
</font><br><br>Any clue why the 9.4.2 is refusing to answer ?<br><br>Thanks in advance<br><br>arno<br><br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009' target='_new'>Check it out!</a></body>
</html>