DNS problem - please help! {Scanned}

Pete Ehlke pde at ehlke.net
Wed Dec 31 14:58:22 UTC 2003


On Wed, Dec 31, 2003 at 09:45:30AM -0500, SW wrote:
> KB,
> 
> It doesn't work for other domains which the dns server is authortative which
> don't have hyphen. What's making this problem even more diffucult to narrow
> down is that if I try to resolve domains which this dns server keeps records
> for that some domains resolve and others don't.
> 
Well, of your two name servers, one is not responding at all, and the
other is refusing queries:

ucan[~]$ dig mcbc-dc.org ns @ns1.wppi.net.

; <<>> DiG 9.2.2rc1 <<>> mcbc-dc.org ns @ns1.wppi.net.
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 60940
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mcbc-dc.org.                   IN      NS

;; Query time: 93 msec
;; SERVER: 68.166.149.45#53(ns1.wppi.net.)
;; WHEN: Wed Dec 31 06:54:16 2003
;; MSG SIZE  rcvd: 29

ucan[~]$ ^1^2
dig mcbc-dc.org ns @ns2.wppi.net.

; <<>> DiG 9.2.2rc1 <<>> mcbc-dc.org ns @ns2.wppi.net.
;; global options:  printcmd
;; connection timed out; no servers could be reached
ucan[~]$ 


Makes it pretty hard to resolve mcbc-dc.org.

Fix the packet filter or routing problem with ns2.wppi.net so that
queries can actually get to it, then allow the world to query your
zones. What does named.conf look like on ns1?

-Pete


More information about the bind-users mailing list