virtualbox 创建桥接网络_Windows 10下的Virtualbox中的桥接网络不起作用

I just upgraded my laptop from Windows 7 to Windows 10 and found that I am unable to start Virtualbox VMs configured with a bridged adapter.

See the configuration below:

解决方案

First of all you have to create a VirtualBox Host-Only Ethernet adapter

In Virtualbox :

Go to File > Preferences

On the Network tab select Host only Networks click on "add a Host-only adapter" give it a name by default it is "VirtualBox Host-Only Ethernet adapter"

In Windows :

go to Network connections on Windows and highlight both the real adapter and the new virtual ethernet adapter that you just created.

Right click and select "Bridge Connections", it's going to create a network bridge in Windows.

Now configure your VM :

in the Network part you can activate a new adapter and then select Attached to Host only adapter

Choose the VirtualBox Host-Only Ethernet adapter you have just created

You can now configure your static IP Address by modifying /etc/network/interfaces :

auto eth0

iface eth0 inet static

address 10.1.1.100

netmask 255.255.255.0

gateway 10.1.1.1

You can now restart eth0 by doing :

sudo ifdown eth0

sudo ifup eth0

Some wireless adapters don't work

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值