RFC: IPv6
See original GitHub issueContext
Docker IPv6 support does not really exist and not usable because most users have an IPv6 host network from the provider without routing. Docker itself is driven by the big cloud provider which has very limited IPv6 support.
However, our system should work in IPv6 and IPv4 in the same way.
Decision
We add a new plugin called ipv6
which implement NAT6 -> https://github.com/robbertkl/docker-ipv6nat
Next, we need to take an IPv6 address alias over NetworkManager and attach it to the DNS plugin for support ipv6 DNS server.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top Results From Across the Web
RFC 2460 - Internet Protocol, Version 6 (IPv6) Specification
Introduction IP version 6 (IPv6) is a new version of the Internet Protocol, designed as the successor to IP version 4 (IPv4) [RFC-791]....
Read more >The Top 10 IPv6 RFCs You Should Read (And Why) (Part 1 of 2)
The Top 10 IPv6 RFCs You Should Read (And Why) (Part 1 of 2) · RFC 2460: Internet Protocol, Version 6 (IPv6) Specification...
Read more >RFC 4291: IP Version 6 Addressing Architecture
RFC 4291 IPv6 Addressing Architecture February 2006 Anycast: An identifier for a set of interfaces (typically belonging to different nodes).
Read more >IPv6 RFC Standards
RFCs related to IPv6 ; 7346 · 7343 · 7341 ; IPv6 Multicast Address Scopes R. Droms [August 2014] Updates RFC 4007, RFC...
Read more >IPv6 RFC List - system.de
Number Title Date Obsoleted by
RFC 1883 Internet Protocol, Version 6 (IPv6) Specification December 1995 RFC 2460
RFC 1884 IP Version 6 Addressing Architecture December...
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 Free
Top 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
Nice, so we can update libnetwork on our OS
Since this was originally opened, the docker-ipv6nat repo mentioned above has pinned an issue considering deprecation due to recent progress in Docker for built in IPv6 NAT support.