docker-dst-server icon indicating copy to clipboard operation
docker-dst-server copied to clipboard

Proper IPv6 support

Open Jamesits opened this issue 6 years ago • 3 comments

Verification needed:

DST Server

  • [ ] IPv6 Support
  • [ ] Listen on IPv6 address
  • [ ] IPv6 only environment

DST Client

  • [x] IPv6 Support
  • [ ] IPv6 only environment

Klei auth server

  • [ ] IPv6 Support
  • [ ] IPv6 only environment

Docker

  • [x] Enable IPv6 (Note: enable IPv6 from Docker daemon directly will cause the daemon to fail. Additional undocumented steps needed.)
  • [x] Auto NAT (like IPv4)

Jamesits avatar Jul 13 '18 16:07 Jamesits

You could avoid docker networking and use network_mode: "host" (docker-compose) That way you skip network virtualization and use the underlying host's network. It's not valid for all use cases, but may solve problems with ipv6

serpi90 avatar Dec 01 '19 02:12 serpi90

@serpi90 Yes I know this. Still, there are cases where custom networking is unfeasible (e.g. in a swarm or k8s cluster).

I haven't looked into it for years because IPv6 support for Docker has never become better during these years. They are still crappy, the docs are still not working and when you enable it everything starts to fail.

Jamesits avatar Dec 04 '19 12:12 Jamesits

Waiting for https://github.com/moby/moby/pull/41622

Jamesits avatar Dec 08 '20 03:12 Jamesits