PDA

View Full Version : DNS PROBLEM! ns1.sition.nl not found



mdoens
08-01-2004, 11:39 AM
I resetted my server 2 weeks ago and every thing worked fine. At the moment i cannot ping ns1.sition.nl and ns2.sition.nl

(domain sition.nl, oosterlee.com)


How do i get ns1.sition.nl working again??



dig sition.nl @localhost works fine (i think)
; <<>> DiG 9.2.1 <<>> sition.nl @localhost
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22206
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;sition.nl. IN A

;; ANSWER SECTION:
sition.nl. 14400 IN A 213.247.57.91

;; AUTHORITY SECTION:
sition.nl. 14400 IN NS ns2.sition.nl.
sition.nl. 14400 IN NS ns1.sition.nl.

;; ADDITIONAL SECTION:
ns1.sition.nl. 14400 IN A 213.247.57.92
ns2.sition.nl. 14400 IN A 213.247.57.93

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(localhost)
;; WHEN: Sun Aug 1 20:42:37 2004
;; MSG SIZE rcvd: 111


dnsreport.com gives: (domain sition.nl)
NS FAIL NS A timeout occurred getting the NS records from your nameservers! None of your nameservers responded fast enough. They are probably down or unreachable. I can't continue since your nameservers aren't responding.


service named restart worked,
[root@s001 root]# service named status
number of zones: 28
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running

skruf
08-01-2004, 12:16 PM
Hey,

If you look higher up on the dnsreport.com readout you'll see this:

ns2.sition.nl. [NO GLUE; No A record]
ns1.sition.nl. [NO GLUE; No A record]

Check your name servers registration at the registrar where you have the sition.nl registered.

David

mdoens
08-01-2004, 12:22 PM
i removed te name servers from te dns adminstration and added them again. now every thing seems to be working again but it is very strange???

nobaloney
08-01-2004, 12:34 PM
Did you register your nameservers with the registrar where you registered your domain?

Jeff

wdv
08-01-2004, 01:50 PM
Originally posted by jlasman
Did you register your nameservers with the registrar where you registered your domain?

Jeff

Hi Jeff,

That's not required with .nl (it's actually not possible :))

extor
08-01-2004, 02:12 PM
Originally posted by wdv
Hi Jeff,

That's not required with .nl (it's actually not possible :))

he means that you must tell your domain dealer where you registered your .nl that they must point the nameservers to your server ip's. That is possible by all ext. I have also done this for .nl nameservers!

nobaloney
08-02-2004, 02:56 PM
Originally posted by wdv
That's not required with .nl (it's actually not possible :))
I won't argue that it is or isn't possible, because I don't know.

But I will argue that unless you create A records for the nameservers in the .nl root servers you'll always have glue errors, because that's what glue is.

Jeff