Skip to content
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

wrong private network interface name on Fedora #2520

Closed
isaoshimizu opened this issue Nov 21, 2013 · 0 comments
Closed

wrong private network interface name on Fedora #2520

isaoshimizu opened this issue Nov 21, 2013 · 0 comments

Comments

@isaoshimizu
Copy link
Contributor

using Fedora box.

add private network config in Vagrantfile.

config.vm.network :private_network, ip: "192.168.33.30"

occurred error when vagrant up.

[default] Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

/sbin/ifup p7p1 2> /dev/null

Stdout from the command:

ERROR    : [/etc/sysconfig/network-scripts/ifup-eth] Device eth1 does not seem to be present, delaying initialization.


Stderr from the command:

correct interface name is p7p1.
but, vagrant use eth1.

mitchellh added a commit that referenced this issue Nov 23, 2013
guests/fedora: fix network interface name on fedora. issue #2520
@ghost ghost locked and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants