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

Error: vagrant failed to configure private network on CloudLinux 7 guest #7427

Closed
ezamriy opened this issue Jun 12, 2016 · 0 comments
Closed

Comments

@ezamriy
Copy link
Contributor

ezamriy commented Jun 12, 2016

Vagrant version

Vagrant 1.8.1

Host operating system

Fedora 23

Guest operating system

CloudLinux 7.2

Vagrantfile

Vagrant.configure(2) do |config|
  config.vm.box = "cloudlinux/cloudlinux-7-x86_64"
  config.vm.network "private_network", type: "dhcp"
end

Debug output

https://gist.github.com/ezamriy/876c70bcecb8d3a03ee38d2520bfe969

Expected behavior

CloudLinux 7 VM successfully launched with private network configured.

Actual behavior

Vagrant fails to configure network:

==> 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!

ARPCHECK=no /sbin/ifup eth1 2> /dev/null

Stdout from the command:

Stderr from the command:

Steps to reproduce

  1. vagrant init cloudlinux/cloudlinux-7-x86_64
  2. vagrant up --provider virtualbox

References

@ghost ghost locked and limited conversation to collaborators Apr 4, 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