10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vagrant 1.9.1 centos7box on virtualbox でprivate networkが認識されない

Posted at

結論

service network restart

すればOK

動作環境

MacOS 10.10.5
Virtual Box 5.0.30
Vagrant 1.9.1
centos/7 1610.01

Vagrantfileの該当の設定

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

関連していそうなIssues/PullRequest

Vagrant 1.9.1 private networking configures unreachable VirtualBox VM
[Fix service network restart on RHEL-7 / Fedora]
(https://github.com/mitchellh/vagrant/pull/8052)

10
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?