当前位置:首页 > 模拟器 > VirtualBox Host-only Adapter,Failed to create the host-only adapter

VirtualBox Host-only Adapter,Failed to create the host-only adapter

N36个月前 (12-04)模拟器400

# 不用重装VirtualBox,安装虚拟网卡

今天使用VirtualBox的host-only模式,因为之前把网络连接卸载,这次出现的各种错误。

Failed to create the host-only adapter

Could not find Host Interface Networking driver! Please reinstall

How to reinstall the host-only network adapter in VirtualBox 

# Failed to create the host-only adapter

修改vagrant 配置文件 

config.vm.network “private_network”, ip: “192.168.33.10” 

启用host-only模式 

出现没有找到 host-only适配器

# Could not find Host Interface Networking driver! Please reinstall

在virtualbox 管理 - > 全局设定 -> 网络 - > tab 仅主机网络 - > 添加

正常情况下是可以添加成功的,但是有可能报 

Could not find Host Interface Networking driver!Please reinstall

# How to reinstall the host-only network adapter in VirtualBox

如果第二步报错,这是因为之前卸载虚拟网卡的时候把驱动也给删除了。 

可以在安装virtualbox目录../Oracle VM VirtualBox中的 drivers\ network\ netadp6目录下有三个文件 

VBoxNetAdp6.cat 

VBoxNetAdp6.inf 

VBoxNetAdp6.sys 

这就是virtualbox虚拟网卡的驱动,右击VBoxNetAdp6.inf,点安装即可。 

然后再做第二步。应该可以完成了。


扫描二维码推送至手机访问。

文章内容摘自网络,如有侵权请联系本站删除。

本文链接:https://www.net3c.com/post/80.html

标签: virtualbox

相关文章

解决VMware Workstation 与 Device/Credential Guard 不兼容(全网有效解决思路)

解决VMware Workstation 与 Device/Credential Guard 不兼容(全网有效解决思路)

背景:前段时间因为学习Linux系统需要,自己本机用的是Windows系统,那这里就需要用到虚拟机来创建虚拟环境用来支持Linux系统自己下载了vm虚拟机与Linux镜像文件,看着教程美滋滋的一步一步...

installation failed! Error:系统找不到指定路径

installation failed! Error:系统找不到指定路径

更好的解决方法是用官方的另外一种方法:VirtualBox.exe -extract,用这个命令抽取出.msi文件,在双击运行VirtualBox-4.0.0-r69151-MultiArch_amd...

您的主机不满足在启用 Hyper-V 或 Device/Credential Guard 的情况下运行 VMware Workstation 的最低要求

您的主机不满足在启用 Hyper-V 或 Device/Credential Guard 的情况下运行 VMware Workstation 的最低要求

电脑为win10 家庭中文版,家庭版是没有gpedit.msc的,所以按照网上大多数的解决方案是行不通的错误提示:您的主机不满足在启用 Hyper-V 或 Device/Credential Guar...

ENSP 与VMware workstation 同时安装会出现AR40 或者VMware蓝屏

ENSP 与VMware workstation 同时安装会出现AR40 或者VMware蓝屏

你已经安装了VMware workstation,ENSP,Virtualbox,并且关闭了hyper-v,还会出现报错或者VMware蓝屏。#此处补充一条命令systeminfo...

virtualbox启动虚机报错:The VM session was closed before any attempt to power it on

virtualbox启动虚机报错:The VM session was closed before any attempt to power it on

点击清除即可。或者在控制》清除保存的状态。然后重启虚机即可!...

虚拟机virtualbox错误代码大全

虚拟机virtualbox错误代码大全

/** @文件 * VirtualBox 状态码。 *//* * 版权所有 (C) 2006-2022 甲骨文公司 * * 此文件是 VirtualB...