LoginSignup
2
2

More than 5 years have passed since last update.

Vagrant upした際にこける Part.2

Posted at

windows10の環境で、vagrant up 時に、下記エラー発生

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "ipconfig", "VirtualBox Host-Only Ethernet Adapter", "--ip", "192.168.33.1", "--netmask", "255.255.255.0"]

Stderr: VBoxManage.exe: error: The host network interface with the given name could not be found
VBoxManage.exe: error: Details: code E_INVALIDARG (0x80070057), component HostWrap, interface IHost, callee IUnknown
VBoxManage.exe: error: Context: "FindHostNetworkInterfaceByName(Bstr(pszName).raw(), hif.asOutParam())" at line 205 of file VBoxManageHostonly.cpp

デバイスマネージャーを開いて、ネットワークアダプターの項目にある、
VirtualBox Host-only Ethernet~ の不要な物を削除したら無事起動。

vagrantとvirtualboxをUpdateしたので、その影響かな。。。


参考サイト

2
2
0

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
2
2