Hi,
i need a DNS entry for a local Domain which would be the primary DNS.
To register the Domain i have to add the DNS-Server as a Glue-Record.
The primary DNS-Server should be ns1.woodheadz.de and the IP for this Host should be 85.14.217.216.
The secondary DNS should be ns10.schlundtech.de. This is an external DNS-Server.
Now i have the following DNS-Configs:
pri.woodheadz.de
Code:
$TTL 3600
@ IN SOA ns1.woodheadz.de. pid.d-s-s-p.de. (
2007060602 ; serial, todays date + todays serial #
10000 ; refresh, seconds
2048 ; retry, seconds
604800 ; expire, seconds
3600 ) ; minimum, seconds
;
NS ns1.woodheadz.de. ; Inet Address of name server 1
NS ns10.schlundtech.de. ; Inet Address of name server 2
;
MX 10 ns1.woodheadz.de.
woodheadz.de. A 85.14.217.216
www A 85.14.217.216
mail A 85.14.217.216
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
IN A 85.14.217.216
ns1 IN A 85.14.217.216
And the config-File vor the IP is:
pri.217.14.85.in-addr.arpa:
Code:
$TTL 86400
@ IN SOA ns1.woodheadz.de. hostmaster.woodheadz.de. (
2007060504 ; serial, todays date + todays serial #
28800 ; Refresh
7200 ; Retry
604800 ; Expire
86400) ; Minimum TTL
NS ns1.woodheadz.de.
NS ns10.schlundtech.de.
216 PTR woodheadz.de.
216 PTR www.woodheadz.de.
216 PTR ns1.woodheadz.de.
216 PTR mail.woodheadz.de.
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
When i want to register the Domain with primary dns ns1.woodheadz.de and secondary dns ns10.schlundtech.de i get the following error message:
Code:
Nameserver error
ERROR: [TEST SOA record present]: server failure (IN/SOA: woodheadz.de.) (ns10.schlundtech.de./62.116.163.100)
So what is wrong with this configuration when i want to register the domain woodheadz.de with the dns ns1.woodheadz.de as glue?
Thanks!
Stephan