<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Folks,</DIV>
<DIV> </DIV>
<DIV>When I try to get an IP address for some sub-site/domain, let's say</DIV>
<DIV>cdn2.example.com --- I'm getting errors, BUT when I query</DIV>
<DIV>Google's DNS servers I'm getting an IP address:</DIV>
<DIV> </DIV>
<DIV>dig @8.8.8.8 cdn2.example.com</DIV>
<DIV>cdn2.example.com 3600 IN CNAME cdn2.example2.com</DIV>
<DIV>cdn2.example2.com 3600 IN CNAME cdn3.example2.com</DIV>
<DIV>cdn3.example2.com 3600 IN A 1.2.3.4</DIV>
<DIV> </DIV>
<DIV>This is my DNS configurations/errors:</DIV>
<DIV> </DIV>
<DIV>#############################################################<BR>/usr/local/bind/sbin/named -V<BR>BIND 9.6.1-P3 built with '--prefix=/usr/local/bind' '--with-openssl=/usr/local/openssl' '--enable-fixed-rrset' '--disable-ipv6'<BR>#############################################################<BR>08-Feb-2010 15:13:01.479 query-errors: debug 1: client <some_ip_addr>#7074: query failed (SERVFAIL) for cdn2.example.com/IN/A at query.c:4623<BR>08-Feb-2010 15:13:01.479 query-errors: debug 2: fetch completed at resolver.c:3119 for cdn2.example.com/A in 30.000908: timed out/success <BR>[domain:example.com,referral:1,restart:6,qrysent:13,timeout:9,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]<BR>#############################################################<BR>at query.c:4623<BR>~/bind-9.6.1-P3/bin/named/query.c<BR> default:<BR>
/*<BR> * Something has gone wrong.<BR> */<BR> QUERY_ERROR(DNS_R_SERVFAIL);<BR> goto cleanup;<BR> }<BR>#############################################################<BR>at resolver.c:3119<BR>~/bind-9.6.1-P3/lib/dns/resolver.c</DIV>
<DIV> if (event->ev_type == ISC_TIMEREVENT_LIFE) {<BR> fctx->reason = NULL;<BR> fctx_done(fctx, ISC_R_TIMEDOUT, __LINE__);<BR>#############################################################</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>--WS</DIV>
<DIV> </DIV></td></tr></table><br>