新换的笔记本是win10系统,安装了Genymotion之后,打开一个虚拟机,报了这个错误,而在VirtualBox中直接打开则会报这个错误
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2' (VERR_INTN
在网上找了好久,终于在这里找到的方法解决了我的问题(https://stackoverflow.com/questions/33725779/failed-to-open-create-the-internal-network-vagrant-on-windows10),
在这里记录一下,毕竟win10用户会越来越多,之后可能会不少小伙伴会遇到这个问题。
一、打开控制面板中的网络与Internet
二、选择以太网-网络与共享中心--更改适配器设置
三、找到这个--VirtualBox Host-Only Ethernet Adapter
四、右键点属性--把这个 VirtualBox DNIS6 Bridged Networking Driver 打上勾。
五、点确定,就OK了。
需要注意的是,你看下第三步的时候有几个,可能会有两个,以防万一都处理一下。
好的,以上就是我的解决办法了,希望能帮助到一些同学把。