Windows Virtual Machines will not run
listed in answer
ANSWER:
Check the VirtualBox Networking FAQ: https://www.virtualbox.org/wiki/User_HOWTOS
I usually setup 2 virtual NICs in my VMs – one NAT and one host-only. Host-only allows the VM to talk to the host (such as connecting to a local web server running there,) and NAT allows the VM to talk to external networks.

New Comments