Und zwar habe ich eine Domain bei Schlund beantragt, und im nachhinein
festgestellt, das ich bei der DNS eintragung nen Fehlergemacht habe.
Und zwar hatte ich als Nameserver ns1.e-w-k.net angegeben.
Richtig wäre aber wohl ns.e-w-k.net gewesen.
Unter Datails kann ich bei schlund nun lesen :
Code: Select all
The domain trendshop-ob.de has NOT been updated. The following errors were detected: == SERVER : received non-authoritatvie answer from IP: NOT AUTHORITATIVE for the zone == END == == SERVER : received non-authoritatvie answer from IP: NOT AUTHORITATIVE for the zone == END == There is a SPOF - single point of failure - in NS-set! This happens if all NS-RR for a domain are in the same subnet. The servers don''t have all the same primary! Server is not authoritative! Server is not authoritative!named.conf
Code: Select all
# The following three zone definitions don't need any modification.
# The first one defines localhost while the second defines the
# reverse lookup for localhost. The last zone "." is the
# definition of the root name servers.
#zone "localhost" in {
# type master;
# file "localhost.zone";
#};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
zone "." in {
type hint;
file "root.hint";
};
# You can insert further zone records for your own domains below.
zone "25.XXX.82.in-addr.arpa" in {
type master;
file ".rev";
};
zone ".net" in {
type master;
file ".zone";
};
zone ".de" in {
type master;
file ".zone";
};
Code: Select all
$TTL 1W
@ IN SOA ns..de. root..net. (
2004042701 ; serial, todays date + todays serial #
8H ; refresh, seconds
2H ; retry, seconds
1W ; expire, seconds
1D ) ; minimum, seconds
NS .net.
NS ns.schlund.de.
MX 10 .de. ; Primary Mail Exchanger
TXT ""
localhost A 127.0.0.1
. A IP
ns A IP
* A IP
Code: Select all
$TTL 1W
@ IN SOA ns.. root.. (
2004042708 ; serial, todays date + todays serial #
8H ; refresh, seconds
2H ; retry, seconds
1W ; expire, seconds
1D ) ; minimum, seconds
NS .
NS ns.schlund.de.
MX 10 . ; Primary Mail Exchanger
TXT ""
localhost A 127.0.0.1
. A ip
ns A ip
* A ip
Code: Select all
$TTL 1W
@ IN SOA ns..net. root..net. {
2004042702 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11H} ; minimum
IN NS ns
IN NS ns.schlund.de.
666 IN PTR .net.
gelaufen ist.
THX schonmal