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 :
In Windows :
Now configure your VM :
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