Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper IPv6 support #7

Open
3 of 9 tasks
Jamesits opened this issue Jul 13, 2018 · 3 comments
Open
3 of 9 tasks

Proper IPv6 support #7

Jamesits opened this issue Jul 13, 2018 · 3 comments

Comments

@Jamesits
Copy link
Owner

Jamesits commented Jul 13, 2018

Verification needed:

DST Server

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

DST Client

  • IPv6 Support
  • IPv6 only environment

Klei auth server

  • IPv6 Support
  • IPv6 only environment

Docker

  • Enable IPv6
    (Note: enable IPv6 from Docker daemon directly will cause the daemon to fail. Additional undocumented steps needed.)
  • Auto NAT (like IPv4)
@serpi90
Copy link

serpi90 commented Dec 1, 2019

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

@Jamesits
Copy link
Owner Author

Jamesits commented Dec 4, 2019

@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
Copy link
Owner Author

Jamesits commented Dec 8, 2020

Waiting for moby/moby#41622

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants