delegating a subdomain to the same nameserver

Ragnar Paulson ragnar at thesoftwaregroup.on.ca
Tue Jun 27 19:30:47 UTC 2000


I've looked for errors in the logs when the nameserver starts up, and
there are none.  In fact, I just tried reproducing this in a simpler
configuration, with only a couple of zones, and delegation works fine.
I'm really baffled by this
one.

Here are the 5 main config files, I've not included the dozen or so
other ones, most of which are empty. If anyone can solve this or point
me in the right direction i'd be so thankful,

Regards,

Ragnar


named.conf:

/*
 * A simple BIND 8 configuration
 */

options {
        directory "/snet/named";
};

logging {
 channel my_syslog {
  syslog daemon;
  severity dynamic;
  print-severity yes;
 };
 category default { my_syslog; };
        category lame-servers { null; };
        category cname { null; };
 category eventlib { null; };
 category packet { null; };
};

acl "INTERNALNETS" {

192.168.1.0/24 ;
192.52.239.0/25 ;
127.0.0.0/8 ;
192.168.2.0/24 ;
192.168.3.0/24 ;
192.168.6.0/24 ;
10.0.0.0/8 ;
192.168.8.0/24 ;

};

zone "." in {
        type hint;
        file "root.cache";
};


zone "0.0.127.in-addr.arpa" in {
        type master;
        file "named.local";
};


    zone "group.com." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named0.hosts";
    };


    zone "wanware.com." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named1.hosts";
    };


    zone "sentinet.org." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named2.hosts";
    };


    zone "hq.group.com." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named3.hosts";
    };


    zone "1.168.192.in-addr.arpa." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named4.hosts";
    };


    zone "2.168.192.in-addr.arpa." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named5.hosts";
    };


    zone "3.168.192.in-addr.arpa." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named6.hosts";
    };


    zone "7.168.192.in-addr.arpa." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named7.hosts";
    };


    zone "6.168.192.in-addr.arpa." in {
 type master;
 allow-query { INTERNALNETS ; };
 allow-transfer { INTERNALNETS ; };
 file "named8.hosts";
    };


    zone "thesoftwaregroup.on.ca." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named9.hosts";
    };


    zone "27.61.207.in-addr.arpa." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named10.hosts";
    };


    zone "wanwarelinux.com." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named11.hosts";
    };


    zone "wanwarelinux.org." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named12.hosts";
    };


    zone "wanwarelinux.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named13.hosts";
    };


    zone "wanwarent.com." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named14.hosts";
    };


    zone "wanwarent.org." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named15.hosts";
    };


    zone "wanwarent.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named16.hosts";
    };


    zone "wanware.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named17.hosts";
    };


    zone "wanware.org." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named18.hosts";
    };


    zone "sentinet.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named19.hosts";
    };


    zone "softwaregroup.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named20.hosts";
    };


    zone "softwaregroup.org." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named21.hosts";
    };


    zone "lanware.net." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named22.hosts";
    };


    zone "54.212.209.in-addr.arpa." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named23.hosts";
    };


    zone "8.168.192.in-addr.arpa." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named24.hosts";
    };


    zone "9.168.19.in-addr.arpa." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named25.hosts";
    };


    zone "239.52.192.in-addr.arpa." in {
 type master;
 allow-query { ANY ; };
 allow-transfer { ANY ; };
 file "named26.hosts";
    };


named.soa (generic SOA for all zones administerd by this machine)
--------------------------------------------------------------------------------------------------

;
; SOA - Generic Start of Authority record for zone
;

@ IN SOA ns2.wanware.com. webmaster.ns2.wanware.com. (
   375 ; Serial
   10800  ; Refresh - 3 hours
   1800  ; Retry - 30 minutes
   864000   ; Expire - 240 hours
   43200 )  ; Minimum TTL in seconds
 IN NS ns2.wanware.com.

named0.hosts (group.com):
----------------------------------------------------------------------------------------------------------

;
;   named.hosts: SentiNet master zone file
;
;
$INCLUDE named.soa
@ IN MX 5 ns2.group.com.
@ IN MX 10 ns.sentinet.org.
@  IN NS ns1.bconnex.ca.
qa.group.com. 86400 IN NS lauren.qa.group.com.
lauren.qa.group.com. IN A 192.52.239.122
hq.group.com. 86400 IN NS ns2.wanware.com.
ns2.wanware.com. IN A 192.52.239.253
localhost IN A 127.0.0.1
gw.group.com. IN A 192.52.239.122
vpn.group.com. IN A 192.52.239.69
demo1.group.com. IN A 192.52.239.1
vpn2.group.com. IN A 192.52.239.70
moreton.group.com. IN A 192.52.239.93
penguin.group.com. IN A 192.52.239.65
pengate.group.com. IN A 192.52.239.66
mrman.group.com. IN A 192.52.239.8
group.com. IN A 192.52.239.253
 IN MX 5 ns2.wanware.com.
lion.group.com. IN A 192.52.239.2
crossport.group.com. IN A 192.52.239.81
ns2.group.com. IN CNAME ns2.wanware.com.
www.group.com. IN CNAME ns2.wanware.com.
ns.group.com. IN CNAME ns2.wanware.com.
ftp.group.com. IN CNAME ns2.wanware.com.
mail.group.com. IN CNAME ns2.wanware.com.
software.group.com. IN CNAME ns2.wanware.com.
www2.group.com. IN CNAME ns2.wanware.com.

named1.hosts (wanware.com)
-------------------------------------------------
;
;   named.hosts: SentiNet master zone file
;
;
$INCLUDE named.soa
@ IN MX 5 ns2.group.com.
@ IN MX 10 ns2.group.com.
@  IN NS ns1.bconnex.ca.
subz.wanware.com. 86400 IN NS ariel.subz.wanware.com.
ariel.subz.wanware.com. IN A 192.168.1.254
qa.wanware.com. 86400 IN NS lauren.qa.wanware.com.
lauren.qa.wanware.com. IN A 192.52.239.121
qa2.wanware.com. 86400 IN NS jazz.qa2.wanware.com.
jazz.qa2.wanware.com. IN A 192.52.239.246
finaltest.wanware.com. 86400 IN NS randy.finaltest.wanware.com.
randy.finaltest.wanware.com. IN A 209.212.55.86
qa3.wanware.com. 86400 IN NS esmith.qa3.wanware.com.
esmith.qa3.wanware.com. IN A 192.52.239.120
localhost IN A 127.0.0.1
www.wanware.com. IN A 192.52.239.253
lauren.qa.wanware.com. IN A 192.52.239.121
randy.finaltest.wanware.com. IN A 209.212.55.86
jazz.qa2.wanware.com. IN A 192.52.239.246
ns2.wanware.com. IN A 192.52.239.253
esmith.qa3.wanware.com. IN A 192.52.239.120
wanware.com. IN A 192.52.239.253
 IN MX 5 ns2.wanware.com.
ftp.wanware.com. IN CNAME www.wanware.com.
addahost.wanware.com. IN CNAME lauren.qa.wanware.com.

named3.hosts (hq.group.com):
-------------------------------------------------------------------------

;
;   named.hosts: SentiNet master zone file
;
;
$INCLUDE named.soa
localhost IN A 127.0.0.1
hp.hq.group.com. IN A 192.168.1.252
canon.hq.group.com. IN A 192.168.1.251
steves.hq.group.com. IN A 192.168.1.248
sera.hq.group.com. IN A 192.168.1.225
 IN MX 5 ns2.wanware.com.
penguin.hq.group.com. IN A 192.168.1.224
ragnarp.hq.group.com. IN A 192.168.1.216
carstens.hq.group.com. IN A 192.168.1.215
craigb.hq.group.com. IN A 192.168.1.199
jaredonly.hq.group.com. IN A 192.168.1.120
annap.hq.group.com. IN A 192.168.2.242
jaredr.hq.group.com. IN A 192.168.2.226
williamz.hq.group.com. IN A 192.168.2.209
lt02.hq.group.com. IN A 192.168.2.129
jasonc.hq.group.com. IN A 192.168.3.210
oldv.hq.group.com. IN A 192.168.3.207
markj.hq.group.com. IN A 192.168.3.131
derekv.hq.group.com. IN A 192.168.3.249
wayned.hq.group.com. IN A 192.168.3.248
sherik.hq.group.com. IN A 192.168.3.242
shelleym.hq.group.com. IN A 192.168.3.229
aldonak.hq.group.com. IN A 192.168.3.218
rossb.hq.group.com. IN A 192.168.3.215
martined.hq.group.com. IN A 192.168.3.209
gandalf.hq.group.com. IN A 192.168.7.221
ozzy.hq.group.com. IN A 192.168.2.214
alf.hq.group.com. IN A 192.168.3.208
hermes.hq.group.com. IN A 192.168.3.241
sentinet.hq.group.com. IN A 192.168.2.169
tarzan.hq.group.com. IN A 192.168.2.208
sirius.hq.group.com. IN A 192.168.2.229
randyj.hq.group.com. IN A 192.168.3.206
peace.hq.group.com. IN A 192.168.1.205
darla.hq.group.com. IN A 192.168.2.228
bigboy.hq.group.com. IN A 192.168.2.136
snetinst.hq.group.com. IN A 192.168.2.204
vpn.hq.group.com. IN A 192.168.2.69
oldalf.hq.group.com. IN A 192.168.2.198
floater.hq.group.com. IN A 192.168.3.231
mohandes.hq.group.com. IN A 192.168.3.68
unisys.hq.group.com. IN A 192.168.2.241
martine2.hq.group.com. IN A 192.168.3.203
hobbes.hq.group.com. IN A 192.168.2.246
te2.hq.group.com. IN A 192.168.3.202
paulv.hq.group.com. IN A 192.168.3.244
jack.hq.group.com. IN A 192.168.1.249
radiant.hq.group.com. IN A 192.168.1.245
radiant.hq.group.com. IN A 192.168.2.245
radiant.hq.group.com. IN A 192.168.3.245
radiant1.hq.group.com. IN A 192.168.1.245
radiant2.hq.group.com. IN A 192.168.2.245
radiant3.hq.group.com. IN A 192.168.3.245
scotth.hq.group.com. IN A 192.168.3.132
qauw71.hq.group.com. IN A 192.168.2.130
turbo.hq.group.com. IN A 192.168.2.100
eglev.hq.group.com. IN A 192.168.3.211
mrman.hq.group.com. IN A 192.168.2.1
gamera.hq.group.com. IN A 192.168.2.2
dialup1.hq.group.com. IN A 192.168.6.130
dialup2.hq.group.com. IN A 192.168.6.131
linux20.hq.group.com. IN A 192.168.2.180
victors.hq.group.com. IN A 192.168.3.201
ariel.hq.group.com. IN A 192.168.2.254
ariel1.hq.group.com. IN A 192.168.1.254
snetinst2.hq.group.com. IN A 192.168.1.204
prod0.hq.group.com. IN A 192.168.1.160
prod1.hq.group.com. IN A 192.168.1.161
prod2.hq.group.com. IN A 192.168.1.162
adams.hq.group.com. IN A 192.168.1.42
snetinst3.hq.group.com. IN A 192.168.3.204
william-pit01.hq.group.com. IN A 192.168.2.247
barbaras.hq.group.com. IN A 192.168.2.197
majortom.hq.group.com. IN A 192.168.2.196
bugzilla.hq.group.com. IN A 192.168.2.2
gamera8.hq.group.com. IN A 192.168.8.2
visitor.hq.group.com. IN A 192.168.2.50
moreton.hq.group.com. IN A 192.168.3.1
esmith.hq.group.com. IN A 192.168.3.214
barbara.hq.group.com. IN A 192.168.3.2
johnstom.hq.group.com. IN A 19.168.9.2
crossport.hq.group.com. IN A 192.168.1.168
mimmo.hq.group.com. IN A 192.168.3.134
ariel.hq.group.com. IN CNAME ariel1.hq.group.com.
ariel2.hq.group.com. IN CNAME ariel.hq.group.com.
blacky.hq.group.com. IN CNAME sera.hq.group.com.
alpha.hq.group.com. IN CNAME radiant.hq.group.com.
alpha.hq.group.com. IN CNAME radiant.hq.group.com.
alpha2.hq.group.com. IN CNAME radiant.hq.group.com.
alpha1.hq.group.com. IN CNAME radiant.hq.group.com.



--
Ragnar Paulson    ragnar at thesoftwaregroup.on.ca
The Software Group Limited  705 725 9999

"Of course I don't believe in it.  But I understand that it brings you
luck whether you believe in it or not."

-- Nuclear physicist Niels Bohr explaining why he had hung a horseshoe
on the wall.





More information about the bind-users mailing list