DNS Update auf Privaten Nameserver

Bind, PowerDNS
Post Reply
albatros
Posts: 4
Joined: 2003-09-16 22:54
 

DNS Update auf Privaten Nameserver

Post by albatros »

Hallo Habe ein Problem mit dem DNS update bei Schlund.
Folgender Fehler:
The domain leetwork.de has NOT been updated. The following errors were detected: == SERVER ns.leetwork.de. == Server: angels-beyond-civilization.de Address: 217.160.223.63 Query about leetwork.de for record types ANY Trying leetwork.de ... Nameserver angels-beyond-civilization.de not responding leetwork.de ANY record not found at angels-beyond-civilization.de, try again ns.leetwork.de.: NOT AUTHORITATIVE for the zone leetwork.de == END == Server ns.leetwork.de. is not authoritative! Server ns.schlund.de. not known by server ns.schlund.de.!
allerdings weiß ich nicht, woran es noch liegen könnte. Nameserver läuft und kann auch prima abgefragt werden.
Hier die leetwork.zone

Code: Select all

$TTL 1W
@               IN SOA       ns.leetwork.de.   root.leetwork.de. (
                                2003091601      ; serial
                                8H              ; refresh
                                2H              ; retry
                                1W              ; expiry
                                11h)            ; minimum


                IN NS           ns
                IN NS           ns.leetwork.de.
                IN MX           10 mail.leetwork.de.
                IN A            217.160.223.63
mail            IN A            217.160.223.63
ns              IN A            217.160.223.63
jana            IN A            217.160.223.63
westernohe      IN A            217.160.223.63
*               IN A            217.160.223.63

Vielen Dank schonmal für eure Hilfe.

Albatros
eisdealer
Posts: 52
Joined: 2002-06-09 18:05
Location: Raum Dresden
Contact:
 

Re: DNS Update auf Privaten Nameserver

Post by eisdealer »

hast du in der named.conf diese zeile drinn?

Code: Select all

# erlaubt das zone-update zu ns.schlund.de und ns2.schlund.de
        allow-transfer { 195.20.224.97; 195.20.225.34; };

Sieht aus als ob dein ns keine updates zu ns.schlund zulässt.

MfG Eisi
User avatar
/dev/null
Posts: 149
Joined: 2003-09-11 15:24
Location: Cyberspace
 

Re: DNS Update auf Privaten Nameserver

Post by /dev/null »

Sag mal seh ich das richtig? Du hast als Primären NS "ns.leetwork.de" und als Sekundären den selben also auch "ns.leetwork.de."?

Vieleicht solltest du als Sekundären den ns.schlund.de eintragen! ;)

Ciao
dev/null
albatros
Posts: 4
Joined: 2003-09-16 22:54
 

Re: DNS Update auf Privaten Nameserver

Post by albatros »

allow-transfer { 195.20.224.97; 195.20.225.34; };

steht drin, allerdings in der Options Section. Denke aber das muss so sein.

Bei Schlund habe ich als Primary ns.leetwork.de angegeben. In der leetwork.zone nur den ns.leetwork.de.
Vieleicht sollte ich dort als zweiten den schlund angeben.

thx schonmal für die antworten.

Albatros
Post Reply