nsidc / vagrant-vsphere

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

Wrong vagrant ssh hostname #237

Open oorestisime opened 7 years ago

oorestisime commented 7 years ago

I am not sure if this is actually an issue with the vsphere plugin but i thought to mention this here first. When i clone a vm and in the provisioning i install docker then the hostname of ssh-config (and thus the vagrant ssh) is wrong. basically it gets the docker address which is 172.17.0.1

Any idea how i can solve this?

edmcman commented 7 years ago

Try the real_nic_ip option. Not sure why this isn't on by default...

oorestisime commented 7 years ago

Worked great thanks a lot! Not sure why this is isn't on.