Nameserver is not return any dns records

chielsen

Verified User
Joined
Jul 26, 2004
Messages
62
Hi,

I'm trying to run my own nameservers. I have setup 2 ips with reverse ptr addresses, and added A records.
Unfortunately my domain is not working. Check http://www.intodns.com/chq.nl

The nameservers are listed correctly, but it says not returning any records. Any body who can help me?
 
Try the dig command against your nameservers to see if they work. Check your firewall. Check netstat to ensure its listening to the right ip.

; <<>> DiG 9.8.1-P1 <<>> @77.81.241.174 chq.nl
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

More than likely its a firewall or binding issue.

Make sure your firewall allows port 53 udp and tcp connections from the outside.
 
Last edited:
I fiddled some with apf and resolve.conf.

It can now load from ns1 (77.81.241.174) abut not ns2 (77.81.241.176). Any idea?
 
Back
Top