Nameserver Prob
Posted: 2003-11-18 00:35
Hallo Rooter,
ich habe seit einigen monaten einen eigenen rootserver von 1&1 und habe nach den howtos hier meinen nameserver aufgesetzt. nach den ersten kontrollen (checkzone, etc.) sah alles soweit okay aus, also habe ich mir bei schlundtec 2 .de-domains bestellt.
je nachdem welchen ns ich abfrage erhalte ich unterschiedliche auszüge, mir ist klar das die namenserver einige zeit brauchen bis sie geupdatet sind.
Hier mal die Fehlermeldung bei schlundtech:
named.conf
default.hosts
217.160.200.zone
127.0.0.zone
localhost.zone
root.hint
Meine Fragen:
1.ich finde es merkwürdig das ich bei einem dig auf ns.schlund.de den inhalt des root.hints sehe, sollten da nicht die anderen einträge stehen ?
2. ich komme nicht dahinter warum meine domains nicht richtig eingetragen werden, liegt es nun daran das
- mein ns zu "jung" ist ? glaube 5 Tage ist er jetzt online
- falsche configs ? ich habe hier schon viel probiert(tipps aus dem forum)einige updates bei schlundtech hinter mir
ich trage bei schlundtec als 1.ns ns.giantsweb.net ein inkl. ip, als 2. den schlundserver
mein 53er port ist auch offen
währe für jede hilfe dankbar,
ted
ich habe seit einigen monaten einen eigenen rootserver von 1&1 und habe nach den howtos hier meinen nameserver aufgesetzt. nach den ersten kontrollen (checkzone, etc.) sah alles soweit okay aus, also habe ich mir bei schlundtec 2 .de-domains bestellt.
je nachdem welchen ns ich abfrage erhalte ich unterschiedliche auszüge, mir ist klar das die namenserver einige zeit brauchen bis sie geupdatet sind.
Hier mal die Fehlermeldung bei schlundtech:
erstaunlich wer da nicht von wem bescheid weiss. hier meine configs:The domain stiftungkonzackwolf.de has NOT been updated. The following errors were detected: Server ns.stiftungkonzackwolf.de. not in NS set! Server ns.giantsweb.net. not known by server ns.giantsweb.net.! Server ns.stiftungkonzackwolf.de. not in NS set! Server ns.giantsweb.net. not known by server ns.schlund.de.!
named.conf
Code: Select all
options {
directory "/var/named";
#forwarders {...};
#forward first;
#listen-on port 53 { 127.0.0.1; };
#listen-on-v6 { any; };
#query-source address * port 53;
#transfer-source * port 53;
#notify-source * port 53;
#allow-query { 127.0.0.1; };
#
notify no;
auth-nxdomain no;
#zoneupdate zu ns.schlund.de ns2.schlund.de
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 "200.160.217.in-addr.arpa" in {
type master;
file "217.160.200.zone";
};
zone "." in {
type hint;
file "root.hint";
};
# You can insert further zone records for your own domains below.
zone "giantsweb.com" {
type master;
file "default.hosts";
};
zone "giantsweb.net" {
type master;
file "default.hosts";
};
zone "berotik.de" {
type master;
file "default.hosts";
};
zone "nightlive-berlin.de" {
type master;
file "default.hosts";
};
zone "protecton.de" {
type master;
file "default.hosts";
};
zone "protecton-gmbh.de" {
type master;
file "default.hosts";
};
zone "hotag-gmbh.de" {
type master;
file "default.hosts";
};
zone "doreen-berlin.de" {
type master;
file "default.hosts";
};
zone "fuchs1.com" {
type master;
file "default.hosts";
};
zone "car-concept-berlin.com" {
type master;
file "default.hosts";
};
zone "jorinagiants.de" {
type master;
file "default.hosts";
};
zone "nightliveberlin.de" {
type master;
file "default.hosts";
};
zone "stiftungkonzackwolf.de" {
type master;
file "default.hosts";
};
zone "vereinhausamsee.de" {
type master;
file "default.hosts";
};
Code: Select all
$TTL 1W
@ IN SOA ns hostmaster (
2003111705
28800
7200
604800
43200 )
@ IN NS ns
@ IN NS ns.schlund.de.
@ IN A 217.160.200.209
* IN A 217.160.200.209
@ IN MX 80 mx
* IN MX 80 mx
Code: Select all
$TTL 1W
@ IN SOA ns.giantsweb.net. webmaster.nightlive-berlin.de. (
2003111705 ; serial
28800 ; refresh
7200 ; retry
604800 ; expiry
43200) ; minimum
;
; Zone Name-Server-Records
IN NS ns
IN NS ns.schlund.de.
209 IN PTR giantsweb.net.
;
; Zone mail exchange records
@ IN MX 10 mx
* IN MX 10 mx
;
; Zone records
IN A 217.160.200.209
* IN A 217.160.200.209
Code: Select all
$TTL 1W
@ IN SOA localhost. root.localhost. (
42 ; serial (d. adams)
2D ; refresh
4H ; retry
6W ; expiry
1W ) ; minimum
IN NS localhost.
1 IN PTR localhost.
Code: Select all
$TTL 1W
@ IN SOA @ root (
42 ; serial (d. adams)
2D ; refresh
4H ; retry
6W ; expiry
1W ) ; minimum
IN NS @
IN A 127.0.0.1
Code: Select all
; <<>> DiG 9.1.3 <<>> @ns.icann.org . ns
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9470
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN NS
;; AUTHORITY SECTION:
. 3600000 IN NS A.ROOT-SERVERS.NET.
. 3600000 IN NS B.ROOT-SERVERS.NET.
. 3600000 IN NS C.ROOT-SERVERS.NET.
. 3600000 IN NS D.ROOT-SERVERS.NET.
. 3600000 IN NS E.ROOT-SERVERS.NET.
. 3600000 IN NS F.ROOT-SERVERS.NET.
. 3600000 IN NS G.ROOT-SERVERS.NET.
. 3600000 IN NS H.ROOT-SERVERS.NET.
. 3600000 IN NS I.ROOT-SERVERS.NET.
. 3600000 IN NS J.ROOT-SERVERS.NET.
. 3600000 IN NS K.ROOT-SERVERS.NET.
. 3600000 IN NS L.ROOT-SERVERS.NET.
. 3600000 IN NS M.ROOT-SERVERS.NET.
;; Query time: 170 msec
;; SERVER: 192.0.34.126#53(ns.icann.org)
;; WHEN: Tue Nov 11 19:00:00 2003
;; MSG SIZE rcvd: 228
1.ich finde es merkwürdig das ich bei einem dig auf ns.schlund.de den inhalt des root.hints sehe, sollten da nicht die anderen einträge stehen ?
2. ich komme nicht dahinter warum meine domains nicht richtig eingetragen werden, liegt es nun daran das
- mein ns zu "jung" ist ? glaube 5 Tage ist er jetzt online
- falsche configs ? ich habe hier schon viel probiert(tipps aus dem forum)einige updates bei schlundtech hinter mir
ich trage bei schlundtec als 1.ns ns.giantsweb.net ein inkl. ip, als 2. den schlundserver
mein 53er port ist auch offen
währe für jede hilfe dankbar,
ted