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 interface enp0s3 should be configured as internal interface 10.0.2.15
The interface enp0s8 should be configured as private interface 192.168.33.10
Actual behavior
Vagrant is taking the interface docker0 as internal interface as the log shows, breaking the configuration of the next interface in the list enp0s3. As the internal interface is down, Vagrant is not able to contact with the VM causing the "hang".
Steps to reproduce
vagrant init williamyeh/centos7-docker
Use the above Vagrantfile
vagrant up
The provision hangs at "Configuring and enabling network interfaces..." step
The text was updated successfully, but these errors were encountered:
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.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vagrant version
Vagrant 1.8.6
Host operating system
Archlinux
Guest operating system
Centos 7 + Docker installed and enabled
For example: https://atlas.hashicorp.com/williamyeh/boxes/centos7-docker
Vagrantfile
Debug output
https://gist.github.com/amatas/10bbf7d691d5443e74f89af42f12ec93#file-vagrant_interface-log-L4248-L4249
Expected behavior
Actual behavior
Vagrant is taking the interface docker0 as internal interface as the log shows, breaking the configuration of the next interface in the list enp0s3. As the internal interface is down, Vagrant is not able to contact with the VM causing the "hang".
Steps to reproduce
The text was updated successfully, but these errors were encountered: