Hi Microsoft.
I'm a student on university college nordjylland study computer science.
I'm working on a virtuel datacenter setup were I now have a physical DHCP server with a NAT sharing internet connection to a Windows Server 2012 R2 with hyper-v.
The DHCP/NAT server have a "virtual private network adapter 1" for the hyper-v host and a "virtual private network adapter 2" for only the virtual machines nad "public network adapter" with internet connection.
The Windows Server 2012 R2 with hyper-v have "virtual private network adapter 1" and "virtual private network adapter 2".
"virtual private network adapter 2" is not sharing the connection with the operating system, but I dont get internet connection for my virtuel machines, but I get IP address from the DHCP server.
My DHCP scopes ranges is:
192.168.1.1-192.168.1.12 - gateway: 192.168.1.1
and
192.168.2.1-192.168.2.254 - gateway: 192.168.2.1
My virtuel machine have automatic settings and get IPs, but no internet connection still, but the HYPER-V HOST have internet connection.
I think i have something wrong configuration for Windows Server NAT. Can you help?