Test Lab: Virtual Network
Description:
These are the steps I took to put my VMs on a private virtual network.
To Resolve:
-
First thing I wanted to do was to decide on which type of network these machines will reside on, if you want internet on each machine, you could simply install a “Bridged Networking” NIC on each of the VMs and assign them an IP on your LAN. But like most who are building a test lab, I wanted a segregated network where the machines can talk to each other, but not to the WAN or any of my machines on the LAN (except for my host).
-
So you launch VMWare workstation and go to Edit => Virtual Network Editor. It will bring up 3 defaults VMNet0, 1, and 8. Don’t use any of these, select your own.
-
It will default to “Host-Only” => this is what you want. Make sure to uncheck the DHCP Server option if you have a Server OS that will have have the DHCP server role. Feel free to to change the subnet to whatever. I used VMNet 13 with the IP:
10.10.13.0
and subnet mask255.255.255.0
. Done. -
Now go to each VM => Settings => Change the NIC to “Custom” and select the network you just created.
-
Follow the steps in Test Lab Domain Setup for further DHCP Settings, but the virtual private network is officially setup after step 4.
Comments