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

Flag for IPv6 not available #50

Closed
jthomaschewski opened this issue Jun 13, 2016 · 5 comments · Fixed by #51
Closed

Flag for IPv6 not available #50

jthomaschewski opened this issue Jun 13, 2016 · 5 comments · Fixed by #51

Comments

@jthomaschewski
Copy link

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

@moul
Copy link
Contributor

moul commented Jun 14, 2016

What do you think about enabling ipv6 by default and add an option for disabling it instead ?

@jthomaschewski
Copy link
Author

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.
Hopefully no issues occur when IPv6 is enabled on first boot.

@jthomaschewski
Copy link
Author

jthomaschewski commented Jun 15, 2016

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:

  • Create ubuntu 16.04 docker VCS (through docker-machine create, no ipv6 by default)
  • Enable IPv6 in scaleway panel and restart server
  • Ipv6 connectivity is broken (routes and ips exist though)

Workaround:

  • Terminate (Archive) VCS in scaleway panel
  • Start VCS again
  • IPv6 connectivity is working

@QuentinPerez
Copy link
Contributor

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/
On the VPS, a reboot of the server from the console is mandatory to enable IPv6.

@jthomaschewski
Copy link
Author

Hi @QuentinPerez ,
unfortunately a reboot is not sufficient. As I wrote in my reproducing steps ("Enable IPv6 in scaleway panel and restart server"). Tested with default VCS1 and Ubuntu Xenial setup.
I already opened a ticket for this and got a reply that they sent this to the network team.

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.

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

Successfully merging a pull request may close this issue.

3 participants