docker-ipv6nat
docker-ipv6nat copied to clipboard
Extend Docker with IPv6 NAT, similar to IPv4
When port mapping is defined in Docker, it might be specifying a HostIP in addition to the HostPort. If the HostIp is defined, it's generally an IPv4 address. it might...
In some cases, the docker container can specify a HostIP listen address to listen to. It might be desirable to allow converting containers listening on IPv4 only addresses to IPv6...
- OS: Debian 9.6 - IPv6 range 2a01:4f8:192:6406::/64 pinging successfully from outside - ping6 google.com is working fine from host Steps I made: nano /etc/docker/daemon.json ``` { "experimental": true, "ipv6":...
Would it be possible to add support for `SNAT` (as a configurable alternative to `MASQUERADE`) so that I can control the source IP address used in outgoing connections made from...
@robbertkl we might need to update the used docker image as well depending on the severity of the vuln. in the standard library. https://groups.google.com/g/golang-announce/c/dRtDK7WS78g