ich habe auf unserem 1&1 rootserver (suse 7.2) bind9 nach der faq eingerichtet.
ich poste aber trotzdem nocheinmal alle verwendeten files (kommentare habe ich heir gelöscht):
/etc/named.conf:
Code: Select all
options {
directory "/var/named";
notify no;
allow-transfer { 195.20.224.97; 195.20.225.34; };
};
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";
};
zone "140.160.217.in-addr.arpa" in {
type master;
file "217.160.140.zone";
};
zone "m2m2.de" in {
type master;
file "m2m2.zone";
};
zone "schumacher-kempen.de" in {
type master;
file "schumacher-kempen.zone";
};
Code: Select all
$TTL 1W
@ IN SOA ns.m2m2.de. root.m2m2.de. (
2002022501 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns
IN NS ns.schlund.de.
IN A 217.160.140.38
mail IN A 217.160.140.38
ns IN A 217.160.140.38
* IN A 217.160.140.38
Code: Select all
$TTL 1W
@ IN SOA ns.m2m2.de. root.schumacher-kempen.de. (
2002022502 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns.m2m2.de.
IN MX 10 mail.m2m2.de.
IN A 217.160.140.38
* IN A 217.160.140.38
www IN A 217.160.140.38
diese ist durch uns (reseller) bei hosteurope bestellt, soweit ok.
trage ich als nameserver für die domain schumacher-kempen.de folgende nameserverdaten ein:
nserver1: ns.m2m2.de 217.160.140.38
nserver2: m2m2.de 217.160.140.38
bekomme ich als antwort von der denic:
> The domain
>
> schumacher-kempen.de
>
> has NOT been updated.
> The following errors were detected:
> 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.
so und nun frage ich mich was ich ändern muss...
ciao fabian