delegation problem

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Jun 20 00:00:59 UTC 2002


> 
> I'm having a weird problem with delegation since moving to Bind 9.2.1.
> 
> I am trying to delegate the zone asic.avnet.com from within avnet.com.
>  Here are the records from by parent zoen:
> 
> $ORIGIN asic.avnet.com.
> asic.avnet.com.                 IN      NS             
> gate.asic.avnet.com.
> gate                            IN      A               199.182.146.2
> 
> Certain things work fine, for instance, I can fetch the MX record as
> follows:
> 
> dig @horse.avnet.com asic.avnet.com mx
> 
> which works fine.  However, I can't look up asic.avnet.com or
> gate.asic.avnet.com, I get a SERVFAIL message.  If I add "+trace" to
> my dig command, it appears to work.
> 
> Any suggestions?
> 

	Yes.  gate.asic.avnet.com should be a A record not a CNAME.

	Mark

; <<>> DiG 8.3 <<>> gate.asic.avnet.com @199.182.146.2 +norec 
; (1 server found)
;; res options: init defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48825
;; flags: qr aa ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;	gate.asic.avnet.com, type = A, class = IN

;; ANSWER SECTION:
gate.asic.avnet.com.	1D IN CNAME	asic.avnet.com.
asic.avnet.com.		1D IN A		199.182.146.2

;; AUTHORITY SECTION:
asic.avnet.com.		1D IN NS	gate.asic.avnet.com.

;; Total query time: 220 msec
;; FROM: drugs.dv.isc.org to SERVER: 199.182.146.2
;; WHEN: Thu Jun 20 09:58:52 2002
;; MSG SIZE  sent: 37  rcvd: 95

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list