Hi,
i have configured a Master DNS server, i have also created records to delegate
a zone to child dns server
But when named service is started it says
Jul 31 14:33:30 localhost named[21581]: dns.zone:9: ignoring out-of-zone data
(child.dns.com)
I am using bind-9.3.4-10.P1.el5_3.3. on CEntos 5.2
Please help. Thanks in advance.
how to delegate the zone, is there any other configuration needed
my zone file ...
$TTL 86400
@ IN SOA dns.com. root.dns.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS dns.com.
child.dns.com. IN NS ns.child.dns.com.
101 IN PTR dns.com.
@ IN A 192.168.1.101
ns.child IN A 192.168.1.107
www 0 IN A 192.168.1.101
www 0 IN A 192.168.1.102
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.centos.org/pipermail/centos/attachments/20090731/6fcb9707/attachment-0002.html>
--On Friday, July 31, 2009 4:54 PM +0530 Gopinath Achari <gopinath at signal-networks.com> wrote:> i have configured a Master DNS server, i have also created records to > delegate a zone to child dns server But when named service is started it > says > > Jul 31 14:33:30 localhost named[21581]: dns.zone:9: ignoring out-of-zone > data (child.dns.com)<http://www.google.com/search?q=ignoring+out+of+zone+data> At a guess, from looking at a few hits from that search, you need an origin statement and don't want a fully-qualified name for the child NS record.