Authority: 0

Joerg Kalitowitsch joerg at punktnet.net
Fri Aug 19 11:40:32 UTC 2005


Hi

i need your help:

I´m running BIND 9.2.2 on a linux machine.
My problem is, that dig gives me the result, that ns1.punktnet.net has no
authority for this domain. Authority:0
Also the domainregistration-bot results: the nameserver hat no Authoritiy
for this domain.

I think it´s really a small error, but I can´t see the tree in the forest...
;-))

Do you have a hint for me?

thx joerg



named.conf:
--------------------------------------------------------------------
options {
 directory "/var/lib/named/master";
 dump-file "/var/log/named_dump.db";
 statistics-file "/var/log/named.stats";
 listen-on-v6 { any; };
 # If notify is set to yes (default), notify messages are sent to other
 # name servers when the the zone data is changed.  Instead of setting
 # a global 'notify' statement in the 'options' section, a separate
 # 'notify' can be added to each zone definition.
 notify no;
};

include "/etc/named.conf.include";

zone "localhost" in {
 type master;
 file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" in {
 type master;
 file "/var/lib/named/master/127.0.0.zone";
};

zone "." in {
 type hint;
 file "/var/lib/named/master/root.hint";
};

zone "angelwear.de" {
 type master;
 file "/var/lib/named/master/template.hosts";
 };

## .... and lots of other domains
--------------------------------------------------------------------



template.hosts:
--------------------------------------------------------------------
$ttl 14400
@ IN SOA ns1.punktnet.net. hostmaster.punktnet.net. (
   2005081703
   14400
   7200
   604800
   14400 )

@       IN     A 194.8.202.202
www     IN     A       194.8.202.202
@     IN     MX 100 smtp.punktnet.net.
@      IN     NS ns1.punktnet.net.
@     IN     NS ns2.punktnet.net.
--------------------------------------------------------------------



dig:
--------------------------------------------------------------------
; <<>> DiG 9.2.1 <<>> @ns1.punktnet.net angelwear.de any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15525
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3

;; QUESTION SECTION:
;angelwear.de.			IN	ANY

;; ANSWER SECTION:
angelwear.de.		14400	IN	MX	100 smtp.punktnet.net.
angelwear.de.		14400	IN	NS	ns2.punktnet.net.
angelwear.de.		14400	IN	NS	ns1.punktnet.net.
angelwear.de.		14400	IN	SOA	ns1.punktnet.net. hostmaster.punktnet.net.
2005081703 14400 7200 604800 14400
angelwear.de.		14400	IN	A	194.8.202.202

;; ADDITIONAL SECTION:
smtp.punktnet.net.	14400	IN	A	194.8.202.205
ns1.punktnet.net.	14400	IN	A	194.8.202.201
ns2.punktnet.net.	14400	IN	A	195.14.224.6
--------------------------------------------------------------------





More information about the bind-users mailing list