-
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
Issue with Consistent Network Device Naming on CentOS 7 #4171
Comments
@Xylakant: I created https://github.com/vStone/vagrant-centos7_fix as a temp workaround. |
I can probably forge a pull request that does pretty much the same as the workaround later today. |
Uses fedora's network configuration for RedHat and CentOS 7. Possibly fixes hashicorp#4171 but I doubt this is the 'cleanest' way. Pointers welcome.
Fixed by #4195 |
I'm still seeing an issue when the network interfaces are using the new-style names on CentOS 7. I'm using the image 'box-cutter/centos7' on vagrantcloud. No issues with VirtualBox and public networks, only with VMware Fusion. Though my image is using the new-style network addresses. Here' s the output of
No eth0 or eth1, but again, this works fine on VirtualBox. |
CentOS 7 now defaults to using Consistent Network Device Naming and thus is affected by the same issues as Fedora. Issue #1997 describes the problem in detail and has a PR attached that applies the fixes for fedora, the same fixes might work for CentOS, so deferring there for a detailed description. RHEL7 is probably affected in the same way.
The text was updated successfully, but these errors were encountered: