I'm a little confused as to how to set this up and need a little guidance.
What i'm trying to do is create a lab environment on my hyper-v host that consists of 3 subnets: 192.168.1.0, 192.168.2.0 and 192.168.3.0. I created a server 2012 VM with RRAS and attached 3 NICs to it with the following:
NIC1: IP = 192.168.1.254, SM = 255.255.255.0, No Gateway or DNS servers.
NIC 2: 192.168.2.254, SM = 255.255.255.0, No Gateway or DNS servers.
NIC 3: 192.168.3.254, SM = 255.255.255.0, No Gateway or DNS servers.
So far so good, I create 2 additional VMs on the 192.168.1.0 network, one is a DC/DNS/DHCP and the other is an SCCM server. However, I need to also have internet connection for these lab VMs. My hyper-v host has 2 NICs with access to an internet connection. How do I go about this considering that I want to keep this lab isolated using those subnets but at the same time having internet connection?
Thanks,