-
Notifications
You must be signed in to change notification settings - Fork 34
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
Flag for IPv6 not available #50
Comments
What do you think about enabling ipv6 by default and add an option for disabling it instead ? |
Sounds good. But unfortunately I have some issues after enabling IPv6 for scaleway-VM's deployed with docker-machine. Might be due to issues in the scaleway IPv6 bootstrap script or just a fault on my side - but before enabling it by default, it might be wise to test it first. |
Okay, this seems to be a bug in scaleway bootstrapping. Enabling ipv6 from the beginning will probably work. I will report this bug to scaleway. Reproduce:
Workaround:
|
Hi @JBBr, thanks you for your feedback, To enable IPV6 on VCS instances, the reboot is the normal way https://blog.scaleway.com/2016/03/31/introducing-native-ipv6-connectivity-on-scaleway/ |
Hi @QuentinPerez , As I don't know if others are experiencing this problem too, I would recommend to add an option for IPv6 to the scaleway driver and don't enable it by default yet. |
It would be great to be able to enable IPv6 for the created scaleway instance.
Some ipv6 code seems to be in the code but commented out:
https://github.com/scaleway/docker-machine-driver-scaleway/blob/master/driver/scaleway.go#L169
The text was updated successfully, but these errors were encountered: