vmware-archive / vagrant-vmware-appcatalyst

Vagrant provider for VMware AppCatalyst®
Apache License 2.0
73 stars 16 forks source link

On ubuntu 14.04 host with multiple networks pulls ip from highest numbered interface #16

Open Snergster opened 8 years ago

Snergster commented 8 years ago

pretty much says it in title.
Setup: Single ubuntu host with 5 interfaces eth0 - eth4 on the up it consistently gets and tries to use the address on eth4 (which in this case is host only and doesn't work at all for this purpose) instead of eth0. Any way to control in the vagrant file which interface it gets the address from so it could get the proper dhcp given address from eth0? That would be my preference over manually setting ssh.host and setting it static to one of the other eth's Happy to provide any debug you need

frapposelli commented 8 years ago

Hi @Snergster, unfortunately the current version of the provider doesn't support multiple interfaces, this is being worked on and will be available in the next release of the provider that is due very soon.

Snergster commented 8 years ago

Just to be clear by provider I assume you mean this plugin? If thats the case no worries I can just use the workaround i have in pocket.

Not to be picky...but if your definition of very soon like any week now, or like hashicorp very soon in the next season or two, or like a blizzard very soon before you die of old age? Just curious

frapposelli commented 8 years ago

@Snergster yes, with provider I mean this plugin.

Definition of very soon in this is anytime between tomorrow and end of november :smile:

Xe commented 8 years ago

Can you provide a minimal simplified version of the vagrantfile so I can attempt to reproduce this issue?