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

No IPv6 services reachable from containers #13748

Open
ruben-herold opened this issue Oct 21, 2023 · 1 comment
Open

No IPv6 services reachable from containers #13748

ruben-herold opened this issue Oct 21, 2023 · 1 comment

Comments

@ruben-herold
Copy link

Description

hi,

we have now the first windows users in our dev team. On linux we add:

{
"ipv6": true,
"fixed-cidr-v6": "64:ff9b:99::/64"
}

and do nat66 on the host so all containers can reach our ipv6 only services. Users are
connected to the company network via ipv6 vpn.
This seems not to work on windows.

How can the containers run on windows reach ipv6 only services?

Reproduce

Installed docker desktop
Add:

{
"ipv6": true,
"fixed-cidr-v6": "64:ff9b:99::/64"
}

found nothing to configure nat.
Start container

Expected behavior

Can reach ipv6 addresses from container.

docker version

current version

docker info

empty

Diagnostics ID

noen

Additional Info

none

@ruben-herold
Copy link
Author

You will find some additional Informations in:

microsoft/WSL#10663

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