NAT64/DNS64 shows up as IPv6
See original GitHub issueWhat 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:
- Created 9 years ago
- Reactions:2
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
All three of them sound sensible to me