概要
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キー」で開いたメニューから「ネットワーク接続」を選択。
「インターネット プロトコルバージョン6(TCP/IPv6)」のチェックを外す
操作ログ
一度、エラーが出ていたネットワークを「無効にする」から無効にし、その後「有効にする」を押して有効にする。
有効にした後はネットワーク設定を開きなおさないと無効と表示されたままだった。おそらく表示が更新されていないだけ。
参考
VirtualBoxでminikubeやvagrantが起動しなくなった場合の対処(VERR_INTNET_FLT_IF_NOT_FOUND)