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

Second network interface down on vagrant up #8206

Closed
simonkulessa opened this issue Jan 16, 2017 · 3 comments
Closed

Second network interface down on vagrant up #8206

simonkulessa opened this issue Jan 16, 2017 · 3 comments
Assignees

Comments

@simonkulessa
Copy link

simonkulessa commented Jan 16, 2017

Vagrant version

1.9.1

Host operating system

Mac OSX 10.11.6

Guest operating system

CentOS 7.3

Vagrantfile

Vagrant.configure("2") do |config|

config.vm.box = "centos-7.3-x86_64.box"

config.vm.hostname = "xxxxxxxx"
config.vm.network "private_network", ip: "192.168.33.243"

#config.vbguest.auto_update = false

config.ssh.forward_agent = true
config.ssh.keep_alive = true
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"

config.vm.provider :virtualbox do |v|
v.memory = 1024
v.cpus = 2
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--name", "xxxxxxxxxx"]
v.customize ["modifyvm", :id, "--accelerate3d", "off"]
v.customize ["modifyvm", :id, "--accelerate2dvideo", "off"]
v.customize ["modifyvm", :id, "--cpuexecutioncap", "75"]
v.customize ["modifyvm", :id, "--largepages", "on"]
end

end

Error:

The second interface is "down" when "vagrant up". A "systemctl restart network" solves the error and it will work on "reboot", too. But "vagrant halt" and "vagrant up" won´t work - the interface will remain down.

Expected behavior:

The Interface is up.

Additional Information:

The basebox is built by myself.

Regards
Simon

@simonkulessa
Copy link
Author

Just tested it with the centos/7 box from vagrant atlas - same behavior.

@kikitux
Copy link
Contributor

kikitux commented Jan 16, 2017

Hello

Seems duplicate of:
#8166

Fix will be on next version

@kikitux kikitux closed this as completed Jan 16, 2017
@kikitux kikitux self-assigned this Jan 16, 2017
@simonkulessa
Copy link
Author

oh sorry :( have had searched for it but didn´t found this issue :/

@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.
Projects
None yet
Development

No branches or pull requests

2 participants