You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of ipconfig in guest contains 192.168.50.15
Actual behavior
The output of of ipconfig in guest is
Steps to reproduce
Install VMWare Workstation 16 Pro
Install Vagrant VMware Utility
Install Vagrant VMware Desktop plugin
Reset VMWare network configuration by going to application Virtual Network Editor > Restore Defauls (This step is optional if you have clean install of previous softwares, just to ensure you have same initial network setting as I have)
Execute vagrant up --provider=vmware_desktop with Vagrantfile that I've provided
Execute ipconfig in Windows guest after the provision is done
The text was updated successfully, but these errors were encountered:
vitaminac
changed the title
Static IP Address is not assigned to Windows box with VMWare
Static IP Address Is Not Assigned to Windows Guest with VMWare Provider
Apr 17, 2022
If I remember correctly, I encountered the same issue quite some time ago.
Unfortunately, I don't have the possibility to check at the moment, and I can't find according documentation (which I know exists), but I'm pretty sure that auto_config does not work for the VMware provider.
I'll try to check again in my own documentation if that was the reason as soon as I can.
Maybe it was also part of the vagrant up stdout, but I couldn't find it in yours.
Worst case, you would have to configure the NIC on your own during provisioning.
Vagrant version
Vagrant 2.2.19. This is the latest version by the time of 2022-Apri-17.
Host operating system
systeminfo
command: 10.0.22000 N/A Build 22000Guest operating system
Derived from Windows 7 Ultimate SP1 2019 ISO, os version is 6.1.7601 Service Pack 1 Build 7601 that is obtained from
systeminfo
command.Vagrantfile
Debug output
The output of command
vagrant up --provider=vmware_desktop --debug
ishttps://gist.github.com/vitaminac/5f265f71af18866429628ed2d3f82065
Expected behavior
The output of
ipconfig
in guest contains192.168.50.15
Actual behavior
The output of of
ipconfig
in guest isSteps to reproduce
vagrant up --provider=vmware_desktop
with Vagrantfile that I've providedipconfig
in Windows guest after the provision is doneReferences
The text was updated successfully, but these errors were encountered: