Umzug von Domains klappt nicht (Ngz Root/Schlund Prov)
Posted: 2004-12-23 17:14
Hab mir einen NGZ Rootserver gemietet und will nun meine Domains welche auf meinem alten 1&1 RootServer habe, welche ich jedoch nicht selber administriert habe, auf meinen neuen Server umziehen.
Hab Debian Sarge installiert:
Hab mal so ein paar Tut's befolgt und folgendes ist dabei herausgekommen
Inhalt named.conf:
include "/etc/bind/named.conf.options";
zone "." {
type hint;
file "/etc/bind/db.root";
};
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
include "/etc/bind/named.conf.local";
Inhalt named.conf.options:
options {
directory "/var/cache/bind";
pid-file "/var/run/bind/named.pid";
notify yes;
allow-transfer { 195.20.224.97; 195.20.225.34; };
forwarders { 195.20.224.234; 195.20.224.99; };
forward first;
listen-on port 53 { 127.0.0.1; 213.202.216.243; };
listen-on-v6 { none; };
allow-query { 127.0.0.1; 213.202.216.243; };
allow-recursion { 127.0.0.1; 213.202.216.243; };
auth-nxdomain no; # conform to RFC1035
};
zone "216.202.213.in-addr.arpa" in {
type master;
file "/etc/bind/213.202.216.zone";
};
zone "base-signs.de" in {
type master;
file "/etc/bind/default.zone";
allow-query { any; };
};
Inhalt 213.202.216.zone
$TTL 1W
@ IN SOA ns.base-signs.de. root.base-signs.de. (
2002022501 ; serial
8H ; refresh
2H ; retry
1W ; expiry
12H) ; minimum
IN NS ns
IN NS slv2.schlund.de.
243 IN PTR base-signs.de.
Bei schlund bekomme ich im WI immer folgenden Fehler.
The domain base-signs.de has NOT been updated. The following errors were detected: == SERVER slv2.schlund.de. == Server: slv2.schlund.de Address: 212.227.123.29 Query about base-signs.de for record types ANY Trying base-signs.de ... Query failed, 0 answers, status: server failure base-signs.de ANY record not found at slv2.schlund.de, server failure slv2.schlund.de.: NOT AUTHORITATIVE for the zone base-signs.de == END == Server slv2.schlund.de. is not authoritative!
Hab Debian Sarge installiert:
Hab mal so ein paar Tut's befolgt und folgendes ist dabei herausgekommen
Inhalt named.conf:
include "/etc/bind/named.conf.options";
zone "." {
type hint;
file "/etc/bind/db.root";
};
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
include "/etc/bind/named.conf.local";
Inhalt named.conf.options:
options {
directory "/var/cache/bind";
pid-file "/var/run/bind/named.pid";
notify yes;
allow-transfer { 195.20.224.97; 195.20.225.34; };
forwarders { 195.20.224.234; 195.20.224.99; };
forward first;
listen-on port 53 { 127.0.0.1; 213.202.216.243; };
listen-on-v6 { none; };
allow-query { 127.0.0.1; 213.202.216.243; };
allow-recursion { 127.0.0.1; 213.202.216.243; };
auth-nxdomain no; # conform to RFC1035
};
zone "216.202.213.in-addr.arpa" in {
type master;
file "/etc/bind/213.202.216.zone";
};
zone "base-signs.de" in {
type master;
file "/etc/bind/default.zone";
allow-query { any; };
};
Inhalt 213.202.216.zone
$TTL 1W
@ IN SOA ns.base-signs.de. root.base-signs.de. (
2002022501 ; serial
8H ; refresh
2H ; retry
1W ; expiry
12H) ; minimum
IN NS ns
IN NS slv2.schlund.de.
243 IN PTR base-signs.de.
Bei schlund bekomme ich im WI immer folgenden Fehler.
The domain base-signs.de has NOT been updated. The following errors were detected: == SERVER slv2.schlund.de. == Server: slv2.schlund.de Address: 212.227.123.29 Query about base-signs.de for record types ANY Trying base-signs.de ... Query failed, 0 answers, status: server failure base-signs.de ANY record not found at slv2.schlund.de, server failure slv2.schlund.de.: NOT AUTHORITATIVE for the zone base-signs.de == END == Server slv2.schlund.de. is not authoritative!