<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 1/23/2012 11:54 PM, Noel Butler wrote:
    <blockquote cite="mid:1327380869.5534.11.camel@tardis" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="GENERATOR" content="GtkHTML/3.28.3">
      <br>
      Likely because ns3 has only ipv6 address and no ipv4 address and
      the server you are checking from has no ipv6 capability.<br>
      You are asking for big problems using this method.<br>
      You should give all NS records an IPv4 address, and then add in
      IPv6 on the ones you can<br>
      <br>
      eg:<br>
      <br>
      ns2                     A       ip.v.4.add<br>
      ns2                     AAAA    ip:6:addr<br>
    </blockquote>
    Ns3 only has an ipv6 address on purpose but that shouldn't stop dig
    from finding out the address.  It's not trying to query via ipv6,
    it's saying no address exists.  This is correct since not all
    registrars accept an nameserver with ipv4 and ipv6 glue, ns3 only
    has AAAA address.<br>
    <br>
    Regards,<br>
    KAM<br>
  </body>
</html>