vagrant-openstack-provider icon indicating copy to clipboard operation
vagrant-openstack-provider copied to clipboard

ssh ip6 vs ip4

Open Drakoskai opened this issue 7 years ago • 1 comments

Is there a way to force the ip 4 address? Vagrant keeps trying to use the v6 address because it's listed first and that address is not reachable for some reason (I have no control over the network or the order it was configured). Ip 4 works when I try it manually after vagrant fails.

Drakoskai avatar Sep 13 '16 15:09 Drakoskai

Currently, it's not possible to force ipv4. Actually, nothing have been done in the plugin to support ipv6. And personally, I have never tested the plugin on an OpenStack with dual network stack.

We could add an option os.ip_version = 6 with default version to 4 to force the plugin to consider only desired IP addresses

ggiamarchi avatar May 22 '17 16:05 ggiamarchi