Responses in-line.<br><br><div class="gmail_quote">On 8 November 2011 14:57, trm asn <span dir="ltr"><<a href="mailto:trm.nagios@gmail.com">trm.nagios@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear List,<br><br>Please help me out to investigate the below scenario .<br><br>I have one domain "<a href="http://example.com/" target="_blank">example.com</a>"<br><br>$TTL 300<br>@       IN      SOA     <a href="http://ns4.example.com/" target="_blank">ns4.example.com</a>. <a href="http://postmaster.example.com/" target="_blank">postmaster.example.com</a>. (<br>
</blockquote><div><br>The @ above says to use $ORIGIN, which by default is set to  the name specified to the name statement in 'named.conf'.  It would be helpful to provide that file and the version of bind your using (named -v).<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

                              <div>  2011110806      ; Serial Number<br></div></blockquote><div><br>Trust serial number is being incremented after each change and before each 'rndc reload <a href="http://example.com">example.com</a>'.<br>
 <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>                                10800           ; Refresh after 3 hours<br>                                3600            ; Retry after 1 hour<br>

                                604800          ; Expire after 1 week<br>
                                300 )         ; Minimum TTL of 1 day<br></div></blockquote><div><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>; Name servers<br>        IN      NS      <a href="http://ns4.example.com/" target="_blank">ns4.example.com</a>.<br>        IN      NS      <a href="http://ns2.example.com/" target="_blank">ns2.example.com</a>.<br>

        IN      NS      <a href="http://ns1.example.com/" target="_blank">ns1.example.com</a>.<br><br>        IN    A    203.39.45.19<br>        IN    MX    <a href="http://mail.goole.com/" target="_blank">mail.goole.com</a>.<br>
</div></blockquote><div><br>All records above have been for "<a href="http://example.com">example.com</a>.".  There are three advertised nameservers, one of which is the same as in the SOA.  But note none of them have been given an address record.  How is a server to contact them?  How is this one to notify them?<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>
www        IN    CNAME    <a href="http://example.com/" target="_blank">example.com</a>.<br>
a        IN    A    203.39.45.20<br>b        IN    A    203.39.45.21<br><b>test    IN    NS    <a href="http://ns1973.hostgator.com/" target="_blank">ns1973.hostgator.com</a>.<br>test    IN    NS    <a href="http://ns1974.hostgator.com/" target="_blank">ns1974.hostgator.com</a>.</b><br>
</div></blockquote><div><br>Test is sub-domain delegated to two external hosts.  As their domain names are different the address for those should not be list in this zone file; indeed they are not.<br></div><div><br> </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><small><font size="2">named-checkzone  <a href="http://example.com" target="_blank">example.com</a>
      named.example.com.forward</font> <font size="4">< No Error</font><br><br><br></small>The moment I have done the "rndc reload <a href="http://example.com/" target="_blank">example.com</a>", the domain and all subdomain were became not resolvable. <br>

<br>After commenting out below entries & rndc reload , all back to normal.<br>
<b>;test    IN    NS    <a href="http://ns1973.hostgator.com/" target="_blank">ns1973.hostgator.com</a>.<br>
;test    IN    NS    <a href="http://ns1974.hostgator.com/" target="_blank">ns1974.hostgator.com</a>.</b><br><br>Please help me out on this issue.<br><br></div></blockquote><div><br>I wonder if the server is wondering how its going to contact those other name servers to tell them the changes.  But then why does changing it back, removing the child delegation then work?<br>
<br>I'd like to see your dig query and response before and afterwards, but first you might want to help yourself by running named in the foreground with debugging enabled to see what's happening when you start your server, query it, reload the zone and query it again.  Run 'named -g -d 3' for starters and see what that gives you.<br>
<br>Stace<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>/\<br>Tarak</div>
<br>_______________________________________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br></blockquote></div><br>