[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DNS: not working correctly



Hello,

I have set up a domain name server with BIND a couple of months ago. It
worked almost correctly on every computer I had been on, however, some
could not reach my domain.

But, a couple of days ago, my server became unreachenable through the
domain name. I guessed it might have missed an DNS update because the link
was down during that period. But now, more than two days later, things
still do not work.

I examined it with nslookup:
with q=ns, everything seems to work
with q=a, it can not find the domain
with q=any, everything seems ok


How can I fix this? I included the bind files. I hope you can help.

Thanks in advance,
Sebastiaan.


; BIND data file for sacred-key.org

$TTL	86400
@	IN	SOA	ns.sacred-key.org.	root.sacred-key.org. (
			2000120801	; volgnummer
			10800		; Refresh
			3600		; Retry
			3600000		; Expire
			86400	)	; Default TTL
		IN	NS	ns.sacred-key.org.
		IN	MX  10	mail.sacred-key.org.
		IN	A	213.10.33.89
mail		IN	A	213.10.33.89
ns		IN	A	213.10.33.89
ftp		IN	CNAME	mail.sacred-key.org.
www		IN	NS	www-dns
www-dns		IN	A	202.67.129.130

; Nameservers voor dit domein
	TXT	"This is sacred-key.org!"

localhost	A	127.0.0.1

; Alle computers in dit domein
onix	A	192.168.1.254
ancient A	192.168.1.2
peter	A	192.168.1.1
conny	A	192.168.1.3
; BIND data file for sacred-key.org

$TTL	86400
@	IN	SOA	ns.sacred-key.org.	root.sacred-key.org. (
			2000120701	; volgnummer
			10800		; Refresh
			3600		; Retry
			3600000		; Expire
			86400	)	; Default TTL
	IN	NS	ns
89	IN	PTR	sacred-key.org.

; Nameservers voor dit domein
	TXT	"This is sacred-key.org!"




Reply to: