Nochmal slv2.schlund.de

Bind, PowerDNS
Post Reply
grabber66
Posts: 36
Joined: 2004-04-17 11:53
 

Nochmal slv2.schlund.de

Post by grabber66 »

Hallo zusammen,
Ich habe einen Namesever nach dieser FAQ eingerichtet :
http://www.rootforum.org/faq/index.php? ... 80&lang=de

Das scheint auch zu funzen.
http:// (funzt)
http://www. (zeigt noch auf alten Server)

Doch ich habe die Sache mit slv2.schlund.de noch nicht richtig verstanden.
Hier mal meine named.conf :

Code: Select all

# BIND 9 Konfigurationsdatei
# 30.12.2002

options {
        directory "/var/lib/named";
        forwarders { 195.20.224.234; 195.20.224.99; };
        forward first;
        listen-on port 53 { 127.0.0.1; MEINE IP; };
        listen-on-v6 { none; };
        allow-transfer { 195.20.224.97; };
        allow-query { 127.0.0.1; MEINE IP };
        notify yes;
        auth-nxdomain no;
        allow-recursion { 127.0.0.1; MEINE IP; };
};

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

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

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

zone "handwerksbetriebe.de" {
   type master;
   file "/var/lib/named/standart.zone";
   allow-query { any; };
};

Und die standart.zone

Code: Select all

$TTL 1W
@		IN	SOA	ns.handwerksbetriebe.de.	hostmaster.handwerksbetriebe.de.	(
				2004123010	; serial
				8H		; refresh
				2H		; retry
				1W		; expiry
				11h )		; minimum
;
; Zone name server records
;
		IN	NS	ns
		IN	NS	ns.schlund.de.
;
; Zone mail exchange records
;
		IN	MX	10	mx
;
;  Zone records
;
		IN	A	MEINE IP
*		IN	A	MEINE IP
Wo muss denn nun slv2.schlund.de hin, oder kommt das hier garnicht rein ?
Und kann mal jemand nen Blick über die beiden Dateien werfen, ob
ich da alles richtig gemacht habe.
Ich würde mich sehr freuen...
wgot
Posts: 1675
Joined: 2003-07-06 02:03
 

Re: Nochmal slv2.schlund.de

Post by wgot »

Hallo,

allow-transfer { 195.20.224.97; 212.227.123.29; };

die IP des slv2.schlund.de muß da drinnen stehen. Die andere IP kann raus falls Du ns.schlund.de überhaupt nicht nutzt.

; Zone name server records
;
IN NS ns
IN NS slv2.schlund.de.

Gruß, Wolfgang
grabber66
Posts: 36
Joined: 2004-04-17 11:53
 

Re: Nochmal slv2.schlund.de

Post by grabber66 »

Will irgentwie nicht :
Meldung bei schlund....

Code: Select all

The domain XXX.de has NOT been updated. The following errors were detected: Server slv2.schlund.de. not in NS set! Server ns.schlund.de. not known by server ns.XXX.de.!
Obwohl die Domain erreichbar ist ????
Ist auch die neue, also scheint das update doch teilweise gelugen zu sein.
Obwohl bei schlund update->Felherhaft kommt..
creek
Posts: 76
Joined: 2003-07-29 08:52
Location: Stuttgart
 

Re: Nochmal slv2.schlund.de

Post by creek »

du solltest slv2.schlund.de auch in deine Zone eintragen, in der geposteten Zonefile steht ns.schlund.de drin
grabber66
Posts: 36
Joined: 2004-04-17 11:53
 

Re: Nochmal slv2.schlund.de

Post by grabber66 »

Hab ich. Hatte ich oben nur noch nicht aktualisiert.
Anstatt ns.schlund.de steht im standart.zone slv2.schlund.de.
wgot
Posts: 1675
Joined: 2003-07-06 02:03
 

Re: Nochmal slv2.schlund.de

Post by wgot »

Hallo,

kannst Du mal MEINE IP und XXX durch Realdaten ersetzen, damit man sich das Problem ansehen kann?

Gruß, Wolfgang
grabber66
Posts: 36
Joined: 2004-04-17 11:53
 

Re: Nochmal slv2.schlund.de

Post by grabber66 »

Ich habe jetzt nochmal das update durchgeführt, und bei schlund
als 2.NS nicht nur "bei schlund" genommen, sondern die Daten :
slv2.schlund.de und 212.227.123.29 per Hand eingetragen.
Nun klappt es....

Danke
Post Reply