In article <[EMAIL PROTECTED]>,
 "Thomas L." <[EMAIL PROTECTED]> wrote:

> Hello guys,
> 
>   I'm having a strange issue with BIND-9.3.5-P2 on a
> Solaris 10 6/06 box. Instead of a long explanation, let me
> show you the problem:
> 
> ryna>host cath
> cath.hinyx.info has address 192.168.0.2
> Host cath.hinyx.info not found: 3(NXDOMAIN)
> Host cath.hinyx.info not found: 3(NXDOMAIN)

The "host <hostname>" command performs three lookups: A record, AAAA 
record, and MX record.

So it looks like your server returns a response when looking up the A 
record, but an NXDOMAIN error when looking up the AAAA or MX records.  
This is incorrect behavior: NXDOMAIN means the name doesn't exist at 
all, not that it doesn't have a record of the requested type.

-- 
Barry Margolin, [EMAIL PROTECTED]
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***

Reply via email to