<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I would think named-checkzone would complain, but are you missing a new line after the last NS record?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">-Vinny<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> bind-users-bounces+vinny_abello=dell.com@lists.isc.org [mailto:bind-users-bounces+vinny_abello=dell.com@lists.isc.org]
<b>On Behalf Of </b>trm asn<br>
<b>Sent:</b> Tuesday, November 08, 2011 9:58 AM<br>
<b>To:</b> bind-users@lists.isc.org<br>
<b>Subject:</b> Subdomain Issue<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">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>
                              <o:p></o:p></p>
<div id=":192">
<p class="MsoNormal">  2011110806      ; Serial Number<br>
                                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>
; 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>
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>
<br>
<span style="font-size:10.0pt">named-checkzone  <a href="http://example.com">example.com</a> named.example.com.forward
</span><span style="font-size:13.5pt">< No Error</span><span style="font-size:10.0pt"><br>
<br>
<br>
</span>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>
/\<br>
Tarak<o:p></o:p></p>
</div>
</div>
</body>
</html>