-
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
private_network interface stays in "down" state on "vagrant up" #8166
Comments
Decided to investigate this and I'm very suspicious of
Not my area of expertise, but I'll try to fix locally. PS: It works with v1.9.0 |
Just confirmed that rolling back to |
It seems to already have an open PR for this: #8148 |
Sounds like a fix is about squared away, but I'm seeing this as well in Vagrant 1.9.1 with Virtualbox 5.1.10_Debian r112026 and the box 'geerlingguy/centos7'. The issue does not manifest with the VMware provider. My current workaround:
|
@bwlz just a warning you may run into issues with subsequent boots as provision shell will only run on provision. |
I'm experiencing this problem as well. On
I wonder if generating the Issuing
Looking at
Not sure if the latter should be a separate issue or not. |
The |
The private network of my Oracle Linux Vagrant box just randomly stopped working on v1.9.1. It was alright a few days ago but it just decided to stop working. Restarting the network service brings up the private network interface but I still cannot connect into it from my host machine. Can confirm this issue does not occur when I downgraded to v1.8.7. |
Fixed via #8148. Thanks for the report! |
Same experience. I have the following configured: eth0 comes up fine with 10.0.2.15. eth1 is configured under /etc/sysconfig/.../ifcfg-eth1 with the proper IP, but it does not start when system boots. Virtualbox 5.1.12 |
Same experience. Private interface (eth1) cannot auto start after My configuration. |
@chrisroberts please re-open this. The fix is not working for many still. |
Having the same issue. |
@chrisroberts The issue persists, please reopen this issue. |
Vagrant 1.9.7 Issue persists. |
Issue still present here on Ubuntu 16.04, Vagrant 1.9.7 and Virtualbox 5.1.24. A manual |
Is there a way to configure the interface without |
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. |
Hello.
Private network interface stays in "down" state without assigned IP address with Vagrant 1.9.1, VirtualBox 5.1.10 on MacOS Sierra (10.12.2) and Ubuntu 16.04 with Centos 7.3 (centos/7 box).
Box network settings in Vagrantfile:
Network configuration inside box:
But
eth1
is in down state actually:There are couple of workarounds:
network
service while provisioning. For example (for Ansible):The downside - provision has no effect when box is restarted by
reboot
command orvagrant reload
.The downside - interface name may be changed sometimes by udev etc.
PS: I posted this text as a comment to #5590 because symptoms are quite similar. Then there was a bunch of comments from other people complaining about this problem with Vagrant 1.9.1 on different systems. They say mostly that downgrade to 1.8.7 solves the problem. So I've decided to start up a new issue.
The text was updated successfully, but these errors were encountered: