nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

ipv6 address is reported back to the vagrant up instead of ipv4 causing failure in connection #269

Open RashmiRamanna opened 5 years ago

RashmiRamanna commented 5 years ago

Hi There,

When I issue, "vagrant up --provider=vsphere", the vm reports back the ipv6 address instead of ipv4 to the Vagrant machine. I see this similar issue is fixed for hiper-v

https://github.com/hashicorp/vagrant/pull/8831/files

It will be great if you provide the solution for vsphere as well.

This issue is same as #8759