问题后重新配置 Homestead vagrant box
Reconfigure Homestead vagrant box after issue
我有 windows 10 个问题。问题出在 vagrant-vbox 和网络适配器上,vbox 或 vagrant 创建了大约 10 个虚拟网络适配器。我把它们都删除了,还有一个用于我的宅基地机器。现在宅基地不会起来。在尝试通过 VBox 的 GUI 使用 homestead 启动 VM 后,我收到此错误。
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
我尝试使用 vagrant reload --provision 但这没有效果。
是否可以在不重新安装 homestead 的情况下解决我的问题?
如本文所述post
- open Virtual Box
- --> Go to Device Manager
- --> Network adapters
- --> Uninstall network adapter (on which setting Bridged adapter is not working)
- --> Click on Scan for harware changes
- --> Restart PC
- --> after restart go to Device Manager
- --> Network adapters
- --> uninstalled network adapter will be marked with "!", again uninstall this network adapter
- --> Click on Scan for harware changes
- now network adapter will be installed and restart will not be required. It is all, test Bridged adapter in VirtualBox ...
我有 windows 10 个问题。问题出在 vagrant-vbox 和网络适配器上,vbox 或 vagrant 创建了大约 10 个虚拟网络适配器。我把它们都删除了,还有一个用于我的宅基地机器。现在宅基地不会起来。在尝试通过 VBox 的 GUI 使用 homestead 启动 VM 后,我收到此错误。
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND). Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
我尝试使用 vagrant reload --provision 但这没有效果。
是否可以在不重新安装 homestead 的情况下解决我的问题?
如本文所述post
- open Virtual Box
- --> Go to Device Manager
- --> Network adapters
- --> Uninstall network adapter (on which setting Bridged adapter is not working)
- --> Click on Scan for harware changes
- --> Restart PC
- --> after restart go to Device Manager
- --> Network adapters
- --> uninstalled network adapter will be marked with "!", again uninstall this network adapter
- --> Click on Scan for harware changes
- now network adapter will be installed and restart will not be required. It is all, test Bridged adapter in VirtualBox ...