-
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
ARPCHECK=no /sbin/ifup eth1 2> /dev/null #4259
Comments
Vagrant: 1.6.3 I've had this issue pop up for me as well (similar debug log to @lmayorga1980) . It works for me when I use the default network settings (just SSH port forwarding, for example) but fails when I try to use it with a private network as part of a multi-machine environment. |
Same thing here @tricktrap when using the private_network setting. |
One other thing (possibly slightly related) is that when I log into the created box, I've noticed that ifcfg-eth1 has three complete configs:
I suspect that the block mentioned below is doing unexpected things (like append network config to the cfg file for every retry): https://github.com/mitchellh/vagrant/blob/73fd9aa84e8ff439d2949e55a249dedb14aaf64e/plugins/guests/redhat/cap/configure_networks.rb#L52-L65 |
@tricktrap This looks interesting since its happening to me as well. I have seen other issues related to the same problem but it seems that they fix those removing this file |
@lmayorga1980 I also use packer for this. I don't even have an |
Just to be clear, this seems to be related, or maybe identical, to #2614, except with CentOS 7 vs RHEL/CentOS 6.x. I'm going to do some more digging here, since it looks like this was fixed by an upgrade of Vagrant then. |
@tricktrap I just took a quick look to the bento boxes https://github.com/opscode/bento/blob/master/packer/centos-7.0-x86_64.json but i could not find anything specifically created for CentOS 7. |
Any update on this, I'm having the same problem. |
@jedateach I am using the virtual box provider, yes. |
This is fixed by #4195 |
Vagrant: 1.6.3
OS: CentOS 7.0
Full Debug Log
https://gist.github.com/lmayorga1980/c138c47c13d8f53431d8
I had to follow some directions in order to fix ti by removing the following file but it did not work...
rm -rf /etc/udev/rules.d/70-persistent-net.rules
The text was updated successfully, but these errors were encountered: