- 7,806
- 13,120
Hi just curious,
Are there standard methods for putting several Virtual Machines in a network?
Are there standard methods for putting several Virtual Machines in a network?
The discussion revolves around best practices for networking multiple Virtual Machines (VMs) to enable resource sharing and communication, particularly in the context of Active Directory. It includes considerations of different networking configurations and the implications of virtual environments.
Participants generally agree on the feasibility of networking VMs within the same domain and the importance of unique IP addresses. However, there are varying perspectives on the specifics of networking configurations and the relevance of different types of virtual networks.
Some assumptions about the networking environment and specific configurations are not fully explored, and the discussion does not resolve the nuances of different virtualization technologies or their implications for networking.
This discussion may be useful for IT professionals, system administrators, and anyone interested in virtual machine networking, particularly in relation to Active Directory and resource sharing.
Thanks, not sure exactly, but I am just looking to have them be able to share resources (I am thinking mostly Active Directory) and communicate with each other in general, as standard physical machines do.jedishrfu said:Do you mean like Docker containers?
WWGD said:Thanks, not sure exactly, but I am just looking to have them be able to share resources (I am thinking mostly Active Directory) and communicate with each other in general, as standard physical machines do.
Thanks, Runner. Does the idea of having them in the same domain ( in windows) work in general too?newjerseyrunner said:VMs are supposed to be agnostic to the hardware they are running on. As long as their ips are different, there should be no issue. Sometimes you'll have to use a bridged adapter through the host though.
Yeah, part of my job is to manage some of my companies windows servers. I've virtualized all of them and they're all on the same domain.WWGD said:Thanks, Runner. Does the idea of having them in the same domain ( in windows) work in general too?