-
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
RHEL/CentOS7 guest on VirtualBox with host only interface will not work because configure_networks.rb expects old interface names #4078
Comments
I'm getting the same issue with CentOS 7. Any possible workarounds using symlinks ? |
I'm having the same issue. I've read the linked issues as well. Does anybody already have a solution or a workaround now? |
@Pluto1010 @espector You could use @vStone plugin or repo to solve this problem. |
Also #4195 |
Nice one, @vStone! Thanks. |
This will be fixed by #4195 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Setting up a host-only interface on a RHEL7/CentOS7 guest doesn't work. E.g.
The code in
plugins/guests/redhat/cap/configure_networks.rb
expects the "old" network interface names like eth0, eth1, etc. Since EL7, these have other names (e.g.enp0s3
andenp0s8
). Vagrant up in that case gives the following error message:Copying over the equivalent from
plugins/guests/fedora/cap/configure_networks.rb
fixes EL7, but breaks EL6:The text was updated successfully, but these errors were encountered: