-
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
Unable to use private network after switching from ifconfig to ip #7711
Comments
Hi! I have successfully brought up the
and provide the output. Thanks! |
Hi @chrisroberts, thanks for taking a look. Here comes part of the output, I added a
Gist to vagrant2.log: https://gist.github.com/agusti-t/eb00fef4266f373ec5215a729a2ac560 |
Fixed by: #7751 |
Fixed via #7751 |
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. |
The fix for #7668 via PR #7705 by @chrisroberts has not fixed the same issue with the CentOS 7 box.
Vagrant version
Vagrant 1.8.6.dev (at master@19c3d838d11cafb0ee6a2a4)
Host operating system
Mac OS X 10.11
Guest operating system
CentOS Linux 7/x86_64
Vagrantfile
Debug output
https://gist.github.com/agusti-t/6e837bbc448630d529f10df01255cd84
Expected behavior
Bring up the box, have eth0 configured on the NAT, have eth1 configured for the private network
Actual behavior
eth0 correctly configured and eth1 does not show ip via
ip addr show
untilsudo systemctl restart network
is issued in the guest machine.Steps to reproduce
vagrant up
References
#7668
#7705
The text was updated successfully, but these errors were encountered: