I'm setting up a 2003 Server vm for testing purposes as a AD controller with DHCP. It's connected to a network with a DSL router already serving DHCP addresses to numerous other client machines.
I've configured the server vm with 2 NICs.
One is connected to the 'real' network of the DSL router. Server is 10.0.0.200 and the router is 10.0.0.2. The other is connected to the virtual host only network, with an address of 192.168.1.2. This will be the address I want to configure for the test lab to do AD, DNS etc.
How to I configure it, such that the physical machines on the 10.0.0.0 network never see my test server, yet the virtual clients on the 192.168.1.0 network can still access the internet through the DSL router at 10.0.0.2. Keeping in mind I want the virtual clients to use the vm server as their DNS server.
Many thanks