Score:2

How do I visit ipv4 addresses (not domain) from an ipv6-only network?

jp flag

I got an ipv6-only server and I want to visit ipv4 addresses like 8.8.8.8 with it. I know that I can visit ipv4-only website through DNS64 and NAT64. However, if the destination is just an ipv4 address like 8.8.8.8 it won't be converted to ipv6 addresses. In this case, how should I configure to visit destinations like 8.8.8.8? Thanks!

Score:3
cn flag

In the specific use case of DNS, use IPv6 instead of IPv4. Find your DNS service's IPv6 addresses, get a better DNS with v6 transport, or run your own DNS servers on v6 only.

Google public DNS is

  • 2001:4860:4860::8888
  • 2001:4860:4860::8844

Cloudflare public DNS is

  • 2606:4700:4700::1111
  • 2606:4700:4700::1001

Quad9 public DNS is

  • 2620:fe::fe
  • 2620:fe::9

OpenDNS is

  • 2620:119:35::35
  • 2620:119:53::53
Score:0
br flag

I guess this solves your problem

dns64.cloudflare-dns.com (/dns-query)

2606:4700:4700::64 2606:4700:4700::6400

Expanded 2606:4700:4700:0:0:0:0:64

Above is DNS64 for IPv6 only network , providing access to IPv4 using AAAA DNS record , NAT64

Score:0
kr flag

First, you'll still need NAT64 to do the translation.

Because the destination is an IP address and not a domain name, DNS isn't involved so DNS64 can't convert it to the correct IPv6 address. You'll need an IPv6 address to connect to though.

This means your system needs some other way to do the conversion. This is called 464XLAT. For Linux you can find an implementation here: https://github.com/toreanderson/clatd

xyz257 avatar
jp flag
Great! It works. Thanks a lot!
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.