3
0

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 3 years have passed since last update.

vagrant + VirtualBoxでVERR_INTNET_FLT_IF_NOT_FOUNDが出たのを解消したメモ

Last updated at Posted at 2020-11-20

概要

VERR_INTNET_FLT_IF_NOT_FOUNDが出てVirtualboxが起動できなくなった。
ホスティングアダプタの再起動で直った。

現象

vagrant upをしたところ以下のようなエラーが発生。

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

Command: ["startvm", "87e1b4f5-9363-4430-9eb9-36c684d306ab", "--type", "headless"]

Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #13' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

環境

  • Windows10 Home バージョン20H2(OS ビルド 19042.610)
  • VirtualBox 6.1.16 r140961 (Qt5.6.2)
  • Vagrant 2.2.10

対応

VirtualBoxでminikubeやvagrantが起動しなくなった場合の対処(VERR_INTNET_FLT_IF_NOT_FOUND)に記述の手順をなぞる。

操作ログ

「windowsキー」+「xキー」で開いたメニューから「ネットワーク接続」を選択。
image.png

「アダプターのオプションを変更する」を選択
image.png

「プロパティ」を選択
image.png

「インターネット プロトコルバージョン6(TCP/IPv6)」のチェックを外す
image.png

操作ログ

一度、エラーが出ていたネットワークを「無効にする」から無効にし、その後「有効にする」を押して有効にする。
有効にした後はネットワーク設定を開きなおさないと無効と表示されたままだった。おそらく表示が更新されていないだけ。
image.png

参考

VirtualBoxでminikubeやvagrantが起動しなくなった場合の対処(VERR_INTNET_FLT_IF_NOT_FOUND)

3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?