question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NAT64/DNS64 shows up as IPv6

See original GitHub issue
What steps will reproduce the problem?
1. Set up network with IPv6 only and NAT64/DNS64 for reaching IPv4 internets
2. Load some sites with just A records
3. Profit!

It would be nice if the plugin would de-synthesize NAT64 and show it as IPv4 
connections. Now EVERYTHING shows up as IPv6 here. Sort of but not really 
misleading, though very annoying ;-)

Application/OS level NAT64 detection is kinda up in the air at the IETF still I 
think, but desynthesizing the "well known" NAT64 prefix 64:ff9b::/96 back into 
displaying as IPv4 would help a lot, even if its just changing the icons back.

Original issue reported on code.google.com by trippehh on 6 Oct 2012 at 10:18

Issue Analytics

  • State:open
  • Created 9 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nivexcommented, Oct 28, 2017

There is now a known host in DNS for this purpose: ipv4only.arpa. If you get an AAAA back from this, you know you’re behind NAT64.

IPvFox had this functionality before it went unmaintained: https://github.com/Dagger0/IPvFox/commit/4dd97947e0e6ef8296c5321354ea2e9ea41bffb1 Dunno if any of that code can be repurposed into a WebExtension.

0reactions
telmichcommented, Aug 19, 2020

How about “(4)” (4 in brackets)? Or a green 4, or a red 6?

All three of them sound sensible to me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supporting IPv6 DNS64/NAT64 Networks - Apple Developer
A DNS64/NAT64 network is an IPv6-only network that continues to provide access to IPv4 content through translation.
Read more >
DNS64 and NAT64 - Amazon Virtual Private Cloud
A NAT gateway supports network address translation from IPv6 to IPv4, popularly known as NAT64. NAT64 helps your IPv6 AWS resources communicate with...
Read more >
On The Road to IPv6-Only: From Dual-Stack to DNS64/NAT64 ...
Next, the IPv6-only node sends a packet with the synthesized IPv6 address as the destination, which gets routed to the NAT64 component.
Read more >
What is NAT64 / DNS64 and how do they work? (+ why use ...
What is NAT64 and DNS64? Diagram showing how NAT64 and DNS64 work together; NAT64. Encoding an IPv4 address into an IPv6 address; Running...
Read more >
Hands-on with NAT64 and DNS64 - cloudnetworks.io
In my last post I talked about the basics of IPv6 and how it's implemented in an AWS VPC. In addition to IPv6-only...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found