<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p>Hi,</p>
<p></p>
<p>               i have configured a Master DNS server, i have also created records to delegate a zone to child dns server</p>
<p>But when named service is started it says </p>
<p></p>
<p><span style="font-weight:600;color:#123bc3">Jul 31 14:33:30 localhost named[21581]: dns.zone:9: ignoring out-of-zone data (child.dns.com)</span></p>
<p></p>
<p>I am using bind-9.3.4-10.P1.el5_3.3. on CEntos 5.2</p>
<p></p>
<p>Please help. Thanks in advance. </p>
<p></p>
<p>how to delegate the zone, is there any other configuration needed</p>
<p></p>
<p></p>
<p>my zone file ...</p>
<p></p>
<p>$TTL    86400</p>
<p>@       IN      SOA     dns.com. root.dns.com.  (</p>
<p>                                      1997022700 ; Serial</p>
<p>                                      28800      ; Refresh</p>
<p>                                      14400      ; Retry</p>
<p>                                      3600000    ; Expire</p>
<p>                                      86400 )    ; Minimum</p>
<p>                IN      NS      dns.com.</p>
<p>child.dns.com.  IN      NS      ns.child.dns.com.</p>
<p></p>
<p>101             IN      PTR     dns.com.</p>
<p>@               IN      A       192.168.1.101</p>
<p></p>
<p>ns.child        IN      A       192.168.1.107</p>
<p>www     0       IN      A       192.168.1.101</p>
<p>www     0       IN      A       192.168.1.102</p>
<p></p>
</body></html>