Hello everybodies,
i want to setup the following vms on hyper-v (on Win10):
- Virtual Domain controller named "DC" (with DHCP,DNS,Fileserver roles etc...)
- Virtual SCCM named "CFG" (with SQL server)
- Some virtual clients for study purposes
So i have created two NIC's on Hyper-v, one Private and one External (binded to the NIC physic host running hyper-v).
I want to be able to make internet accessible to CFG and all the vms clients through theDC.
This is my configuration:
CFG with WS2012R2
- NIC private with ipv4: 172.16.0.2 subnet 255.255.0.0
DC with WS2012R2
- NIC private with ipv4: 172.16.0.1 subnet 255.255.0.0
- NIC external with ipv4: 192.168.0.4
PC HOST with Windows 10 : 192.168.0.2
ROUTER: 192.168.0.1
Done by now
On PC HOST:
route add -p 172.16.0.0 mask 255.255.0.0 192.168.0.4 metric 10
On DC:
- NAT with routing and remote access roles on the external NIC
- DNS interfaces on private NIC pointing to 172.16.0.1
- DNS forwarders on private NIC pointing to 192.168.0.1
- DHCP router scope options on ip 172.16.0.1
My problem is that CFG and vms clients using private NIC aren't able to reach internet, but they can retrieve an ip from the DHCP server.
When i try to pathping or tracert a website neither a hop is done and the result is NIC general failure.
What am i missing ?
Thanks in advance