Hello all<div>,<div>I have what may be an easy question here, but it's been a while since I did much with Bind, so I'm not entirely sure if I'm doing something wrong here.</div><div><br></div><div>What I'm trying to do, should be relatively simple i think, but for some reason i cannot get it to work. I'm trying to delegate a subdomain to a separate nameserver.</div>
<div><br></div><div>My zone file looks like this:</div><div><br></div><div><div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">$TTL 86400</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">; Start of Authority</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><a href="http://stor.company.com">stor.company.com</a>. 86400 IN SOA <a href="http://ns1.company.com">ns1.company.com</a>. <a href="http://hostmaster.company.com">hostmaster.company.com</a>. (</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> 2011052000 ; Serial</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> 3600 ; Refresh</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> 900 ; Retry</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> 864000 ; Expire</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> 86400 ; Min TTL</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"> )</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">; Host</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><a href="http://sip.stor.company.com">sip.stor.company.com</a>. IN A 10.10.10.10</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">; Nameserver</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><a href="http://subdomain.stor.company.com">subdomain.stor.company.com</a>. IN NS <a href="http://sip.stor.company.com">sip.stor.company.com</a>. </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><a href="http://stor.company.com">stor.company.com</a>. IN NS <a href="http://ns2.company.com">ns2.company.com</a>. </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><a href="http://stor.company.com">stor.company.com</a>. IN NS <a href="http://ns1.company.com">ns1.company.com</a>. </p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">
<br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">I have the appropriate entry for <a href="http://stor.company.com">stor.company.com</a> in named.conf.</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">
<br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">I can resolve the nameserver for the subdomain: <a href="http://sip.stor.company.com">sip.stor.company.com</a>. </p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">
<br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">But i cannot dig for ns for <a href="http://subdomain.stor.company.com">subdomain.stor.company.com</a>, it times out.</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">
<br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">Am I missing something obvious in my config? </p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica"><br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">
Thanks alot for any help!</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">Regards,</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">Dalton</p></div></div></div>