- 7,699
- 12,686
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?
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?