Name resolution problems with IPv6?

Chris Thompson cet1 at hermes.cam.ac.uk
Fri Jul 21 15:41:12 UTC 2006


On Jul 21 2006, Mark Andrews wrote:

>> I have a strong hunch that the problem is related to IPv4/v6 address 
>> resolution via getaddrinfo() as described in section 3 of this document:
>> http://www.v6fix.net/docs/wide-draft-v6fix.en
>
>	Not in this case.  This case is a simple broken delegation.
>
>	DNS1.ARELLINC.COM and DNS2.ARELLINC.COM only exist as glue
>	records.  When you query these servers for their A or AAAA
>	records they claim they do not exist.
>
>	You need to contact the administrators of ARELLINC.COM and
>	get them to fix there broken configutation by adding the
>	A records for DNS1.ARELLINC.COM and DNS2.ARELLINC.COM to
>	the ARELLINC.COM zone.

More specifically, to sort out their problems with failing to terminate
fully-qualied names with "." ! 

$ dig soa arellinc.com. @209.25.195.244   (or .243, same results)

;; QUESTION SECTION:
;arellinc.com.                  IN      SOA

;; ANSWER SECTION:
arellinc.com.           14440   IN      SOA     dns1.arellinc.com.arellinc.com. cpanel.amln.net. 2006030402 86400 7200 3600000 86400

;; AUTHORITY SECTION:
arellinc.com.           14400   IN      NS      dns2.arellinc.com.arellinc.com.
arellinc.com.           14400   IN      NS      dns1.arellinc.com.arellinc.com.

;; ADDITIONAL SECTION:
dns1.arellinc.com.arellinc.com. 14400 IN A      209.25.195.243
dns2.arellinc.com.arellinc.com. 14400 IN A      209.25.195.244

and indeed one can look up dns{1,2}.arellinc.com.arellinc.com. (sic)
successfully. :-)

-- 
Chris Thompson
Email: cet1 at cam.ac.uk



More information about the bind-users mailing list