-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Can not set static IP for VM when use VMware Fusion plugin #5134
Comments
I've tried this with the virtualbox provider and it is able to set a static IP. One interesting thing is that with virtualbox it asks me to select which interface to use but on vmware_fusion it does not. When I use
|
Hi @athirn - I believe this issue should be fixed in recent versions of the VMware plugin. If you're still having issues with the most recent version, feel free to email support@hashicorp.com and we can figure it out together! 👍 |
thanks. will test it. |
Tried this today with Vagrant 1.7.4 and vagrant-vmware-fusion (4.0.2) on OSX and still seeing this issue |
Hi @quasiben, if you haven't done so already, you can email support@hashicorp.com for VMware provider support. 👌 |
@phinze, apologies. I did contact support -- it was a entirely my fault. Thanks for checking in. |
What was the issue? Have people found resolution with this? I upgraded, still no go |
Hi @CaptTofu - can you write in to support@hashicorp.com with the behavior you're seeing? We can help you out with VMware provider issues there. 👍 |
I still have this problem, works fine with virtualbox but not with vmware_fusion. How can one resolve this? |
I wrote in another bugticket how this might be related to |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I want the fusion VM that Vagrant creates to have a static IP from the LAN that the computer as attached to. If I set networking to be public_network and specify an IP, the VM still uses DHCP. I'm using Vagrant 1.7.2 and vmware-fusion 3.2.0.
Here is the
Vagrantfile
when I do a
vagrant up
the VM does not have the static IP but one from DHCP insteadThe text was updated successfully, but these errors were encountered: