-
Notifications
You must be signed in to change notification settings - Fork 1.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
Not able to connect to VM on Windows 7 #370
Comments
Try running |
I did that. I also went one step further to take homestead out of the equation. I created a new folder, ran vagrant init then pointed at the latest homestead box. Both attempts resulted in the same behavior. |
In order to rule out an issue with my configuration, I reproduced this on another Windows 7 x64 machine on a different network and got the same result. |
Where you using Virtualbox 5.0.x in both machines? I've had to update all of my systems to 5.1.x since Vagrant 1.8 started giving me troubles. This thread seems to also suggest upgrading Virtualbox may help: chef/bento#682 |
Yes, 5.0.x on both. I thought 5.0.18 was the latest version. Thanks for the pointer to 5.1. I'll upgrade and report back. |
Note: You can't upgrade from 5.0.x -> 5.1.x from the app, you'll want to download the 5.1.x installer, install it, then also upgrade the extensions. It should prompt you to install the new extension on launch. |
5.1 fixed the issue. I can use homestead 0.6.0 now. Thanks for the help! |
Vagrant version
Vagrant 1.9.0
Provider & Provider version
VirtualBox 5.0.30 r112061
Host operating system
Windows 7 x64 Ultimate SP1
Homestead.yaml
Vagrant up output
https://gist.github.com/jaden/ea07b79d9f55e84d80244486b84fbac6
Expected behavior
192.168.10.10 should have been set as the static IP
Actual behavior
The VM appears to hang, but the console shows the following message (updating until the 5 minutes have elapsed)
[*** ] A start job is running for Raise network interface (2min 35s / 5min 3)
Once the VM boots, it has no static ip, as ifconfig shows:
Steps to reproduce
Using the previous box version (0.5.0) by adding the following line to Homestead.yaml sets the static IP and boots up normally:
version: "0.5.0"
The text was updated successfully, but these errors were encountered: