Antwort: Re: Delegation not working

holger.honert at signal-iduna.de holger.honert at signal-iduna.de
Tue Dec 21 14:51:13 UTC 2004


hi dave,
thx a lot for your answer!

the named.conf:

options {
        directory "/etc/namedb";
        forward only;
        forwarders {172.17.111.17; 172.17.111.16;172.19.111.16; };
        query-source address * port 1053;
        recursion yes;
        check-names master ignore;
        check-names slave ignore;
        check-names response ignore;
};

logging {
        channel named_log {
                file "/var/log/named.log" versions 5 size 20m;
                severity dynamic;
                print-category yes;
                print-severity yes;
                print-time yes;
                };
        channel query_log {
                file "/var/log/query.log" versions 5 size 20m;
                severity debug ;
                print-category yes;
                print-severity yes;
                print-time yes;
                };
        category default {
                named_log;
                };
        category queries {
                query_log;
                };
        category lame-servers {
                null;
                };
};



// The root hints are compiled into a BIND 9 name server, so this 
statement
// is to be considered as optional or obsolete

zone "nwf.local" {
        type master;
        file "primary/db.nwf.local";
        allow-query {
                any;
                };
        allow-transfer {
                any;
                };
        notify yes;
        check-names ignore;
        };
zone "." {
        type hint;
        file "named.root";
};

zone "27.172.in-addr.arpa" {
        type master;
        file "primary/172.27.rev";
        allow-query {
                any;
                };
        allow-transfer {
                any;
                };
        check-names ignore;
        };


In the query.log file was no query-entry from the parent server!

here the zone-file:

$ORIGIN .
$TTL 38400      ; 10 hours 40 minutes
nwf.local       IN      SOA     ns.nwf.local. dnsadmin.signal-iduna.net. (
                        136
                        1800
                        1800
                        604800
                        38400 )
                        NS      ns.nwf.local.
$ORIGIN nwf.local.
$TTL 38400      ; 10 hours 40 minutes
dsr2161_1124            A       172.27.100.9
$TTL 7200       ; 2 hours
FK827910                A       172.27.100.31
iw00811934              A       172.27.100.17
$TTL 38400      ; 10 hours 40 minutes
komfs1                  A       172.27.100.10
komftp                  A       172.27.100.100
linux-ppc               A       172.27.100.11
$TTL 7200       ; 2 hours
lt-u007196              A       172.27.100.60
ms2                     A       172.27.100.51
s0004615                A       172.27.100.16
s0005499                A       172.27.100.19
S0007821                A       172.27.100.3
s0007827                A       172.27.100.250
$TTL 38400      ; 10 hours 40 minutes
tk-admin_neu            A       172.27.100.20
$TTL 7200       ; 2 hours
TP97850                 A       172.27.100.22
$TTL 38400      ; 10 hours 40 minutes
vgate3                  A       172.27.100.99
www-koms                A       172.27.100.13
wwwsand                 A       172.27.100.18


Kind Regards/Freundlichen Gruß
 
Holger Honert
 
KOMN-97851
 
SIGNAL IDUNA Gruppe
Joseph-Scherer-Str. 3
 
44139 Dortmund
 
Phone: +49 231/135-4043
FAX: +49 231/135-2959
 
mailto: holger.honert at signal-iduna.de






David Botham <DBotham at OptimusSolutions.com>
Gesendet von: bind-users-bounce at isc.org
21.12.2004 15:18
 
An:           bind-users at isc.org
Kopie: 
Thema:        Re: Delegation not working


bind-users-bounce at isc.org wrote on 12/21/2004 09:10:16 AM:
> Hello,
> my top-zone  is local and I want to delegate the subdomain nwf.local to 
> the server ns.nwf.local ip=172.27.100.12.
> 

[clip...]

> But when I use dig to get a name in the subdomain it looks like this:
> 
> root at qip-srv.do.signal-iduna.de:/chroot/named/var/log# dig 
> s0004615.nwf.local
> 
> ; <<>> DiG 9.3.0 <<>> s0004615.nwf.local
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 241
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;s0004615.nwf.local.            IN      A
> 
> ;; Query time: 4 msec
> ;; SERVER: 127.0.0.1#53(127.0.0.1)
> ;; WHEN: Tue Dec 21 15:06:14 2004
> ;; MSG SIZE  rcvd: 36

Please post the nwf.local zone file and named.conf from ns.nwf.local.


dave...


> 
> 


[clip...]






More information about the bind-users mailing list