habe namensserver eingerichtet aber wie kann ich testen ob er lauft bin bei firsthop
$TTL 1W
@ IN SOA ns.hostingclan.de. root.hostingclan.de. (
2003022501 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns
IN NS ns.schlund.de. ?? was kommt hier bei firsthop rein ??
IN PTR hostingclan.de.
eingerichtet aber wie testen???
Re: eingerichtet aber wie testen???
versuch mal ein :
dig @deineip hostingclan.de any
dig @deineip hostingclan.de any
Re: eingerichtet aber wie testen???
Hi,
also erstens bietet Firsthop meines Wissens keine Nameserver an... Du musst also entweder selbst einen zweiten betreiben oder den deines Domainanbieters nutzen sofern dieser einen zur Verfügung stellt (bspw. Providerdomain). Weiter denke ich, ist dieser PTR Eintrag in deiner Zone hier ziemlich sinnlos - dafür fehlen die A Records
Wobei natürlich deine IP eingetragen werden sollte.
Läuft der Nameserver überhaupt? Ein "dig @deineip hostingclan.de ANY" müsste dann eigentlich bereits richtig aufgelöst werden.
so long
static
also erstens bietet Firsthop meines Wissens keine Nameserver an... Du musst also entweder selbst einen zweiten betreiben oder den deines Domainanbieters nutzen sofern dieser einen zur Verfügung stellt (bspw. Providerdomain). Weiter denke ich, ist dieser PTR Eintrag in deiner Zone hier ziemlich sinnlos - dafür fehlen die A Records
Code: Select all
hostingclan.de. IN A 123.123.123.123
*.hostingclan.de. IN A 123.123.123.123Läuft der Nameserver überhaupt? Ein "dig @deineip hostingclan.de ANY" müsste dann eigentlich bereits richtig aufgelöst werden.
so long
static
das zeigt er an
; <<>> DiG 9.2.1 <<>> @193.xxx.xx.xx hostingclan.de ANY
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11674
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION:
;hostingclan.de. IN ANY
;; ANSWER SECTION:
hostingclan.de. 616 IN A 193.xxx.xx.xx
hostingclan.de. 76216 IN SOA dns1.securitydns.com. hostmaster.securitydns.com. 2003120802 10800 3600 604800 86400
hostingclan.de. 616 IN MX 10 mail.hostingclan.de.
hostingclan.de. 616 IN NS dns2.securitydns.com.
hostingclan.de. 616 IN NS dns1.securitydns.com.
;; AUTHORITY SECTION:
hostingclan.de. 616 IN NS dns2.securitydns.com.
hostingclan.de. 616 IN NS dns1.securitydns.com.
;; ADDITIONAL SECTION:
mail.hostingclan.de. 616 IN A 193.xxx.xx.xx
;; Query time: 1 msec
;; SERVER: 193.xxx.xx.xx#53(193.xxx.xx.xx)
;; WHEN: Sun Dec 14 22:06:26 2003
;; MSG SIZE rcvd: 213
ist wohl noch die alte ns eingetragen habe ich aber schon gelöscht
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11674
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION:
;hostingclan.de. IN ANY
;; ANSWER SECTION:
hostingclan.de. 616 IN A 193.xxx.xx.xx
hostingclan.de. 76216 IN SOA dns1.securitydns.com. hostmaster.securitydns.com. 2003120802 10800 3600 604800 86400
hostingclan.de. 616 IN MX 10 mail.hostingclan.de.
hostingclan.de. 616 IN NS dns2.securitydns.com.
hostingclan.de. 616 IN NS dns1.securitydns.com.
;; AUTHORITY SECTION:
hostingclan.de. 616 IN NS dns2.securitydns.com.
hostingclan.de. 616 IN NS dns1.securitydns.com.
;; ADDITIONAL SECTION:
mail.hostingclan.de. 616 IN A 193.xxx.xx.xx
;; Query time: 1 msec
;; SERVER: 193.xxx.xx.xx#53(193.xxx.xx.xx)
;; WHEN: Sun Dec 14 22:06:26 2003
;; MSG SIZE rcvd: 213
ist wohl noch die alte ns eingetragen habe ich aber schon gelöscht