I am having a problem getting the network connections setup on a VM with Windows 2012. My host machine is a Windows Server 2012. The VM I am using is VirtualBox. My goal is to setup a single VM (Windows 2012 + DC + SQL 2012 + SP 2013) I am trying to get the network connection setup so that I have an "Internal" connection and an "External" connection. Here is what I have done to setup the internal connection:
- Network attached to: NAT
- Adapter Type: Intel PRO/1000 MT Server (82545EM)
- setup internet protocol version (IP Address: 192.168.150.1, Subnet: 255.255.255.0)
- DNS address 192.168.150.1
Here is what I have done to setup the external connection:
- Network attached to: Host-only Adapter
- Adapter Type: Intel PRO/1000 MT Server (82545EM)
- obtain IP address automatically
- Use DNS server addresses 127.0.0.1 and alternate address 4.2.2.4
I cannot get an internet connection.