<div dir="ltr">I appear to have my NAT64+DN64 IPv6 -> IPv4 network configured correctly, as I can access IPv4 only Internet sites, e.g. from my browser.  But some tools don't seem to work the way I think they should.<div><br></div><div><div>One example is nslookup.  If do nslookup <a href="http://ipv4.google.com">ipv4.google.com</a>, I get:<br></div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">$ nslookup <a href="http://ipv4.google.com">ipv4.google.com</a></font></div></div><div><div><font face="monospace, monospace">Server:         2001:4:1f:98::2</font></div></div><div><div><font face="monospace, monospace">Address:        2001:4:1f:98::2#53</font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">Non-authoritative answer:</font></div></div><div><div><font face="monospace, monospace"><a href="http://ipv4.google.com">ipv4.google.com</a> canonical name = <a href="http://ipv4.l.google.com">ipv4.l.google.com</a>.</font></div></div><div><div><font face="monospace, monospace">Name:   <a href="http://ipv4.l.google.com">ipv4.l.google.com</a></font></div></div><div><div><font face="monospace, monospace">Address: 216.58.218.110</font></div></div></blockquote><div><br></div><div>Shouldn't the address (last line) be an IPv6 address (prefixed IPv4 address, created by NAT64, such as 64:ff9b::216.58.218.110)?</div></div><div><br></div><div>Here is my network configuration, set up with only IPv6 (DHCP address):</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">$ ip a</font></div></div><div><div><font face="monospace, monospace">1: lo: <LOOPBACK,UP,LOWER_UP> mtu 6556 qdisc noqueue state UNKNOWN qlen 1</font></div></div><div><div><font face="monospace, monospace">    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</font></div></div><div><div><font face="monospace, monospace">    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo</font></div></div><div><div><font face="monospace, monospace">       valid_lft forever preferred_lft forever</font></div></div><div><div><font face="monospace, monospace">    inet6 ::1/128 scope host</font></div></div><div><div><font face="monospace, monospace">       valid_lft forever preferred_lft forever</font></div></div><div><div><font face="monospace, monospace">2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</font></div></div><div><div><font face="monospace, monospace">    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff</font></div></div><div><div><font face="monospace, monospace">    inet6 2001:4:1f:98::1b1/128 scope global dynamic</font></div></div><div><div><font face="monospace, monospace">       valid_lft 4663sec preferred_lft 1963sec</font></div></div><div><div><font face="monospace, monospace">    inet6 fe80::XXXX:XXXX:XXXX:XXXX/64 scope link</font></div></div><div><div><font face="monospace, monospace">       valid_lft forever preferred_lft forever</font></div></div></blockquote><div><br></div><div>Here is the named.conf.options file:</div><div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">options {</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">    </span>directory "/var/cache/bind";</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">  </span>auth-nxdomain no;</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">       </span>listen-on-v6 { any; };</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">  </span>allow-query { any; };</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">   </span>dns64 64::ff9b::/96 {</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">           </span>clients { any; };</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">               </span>exclude { ::/0; };</font></div></div><div><div><font face="monospace, monospace"><span style="white-space:pre">      </span>};</font></div></div><div><div><font face="monospace, monospace">};</font></div></div></blockquote><div><br></div><div>Is the nslookup output correct?  And if not, is this why tools like ping, used with a URL, can't resolve the host without being explicitly told (i.e. with ping -6 or ping6) that the target is IPv6?</div><div><br></div><div>Rick</div></div>