[Solved] Mimicking a physical network using VMs
Posted: 8. Feb 2014, 23:10
Hi folks,
We are going to mimic/mirror a physical network setup using virtual machines and would need some help setting things up.
The existing physical network setup consists of two networks 172.16.10.x and 172.30.1.x, one having two client PCs and one Gateway, and the other having one server PC and another Gateway:
Obvioulsy, we would need to create a minimum of three VMs: two for the clients and one for the server. However, how do we need to configure them that they see each other? Do we need to activate more than one NIC on the VMs? Should they be set up as brigded or internal? Do we also need to create VMs to emulate the Gateways or can the client and server VMs be configured to work without Gateways?
As we are not very experineced with networking in Virtualbox we would very much appreciate some guidance.
TIA!
We are going to mimic/mirror a physical network setup using virtual machines and would need some help setting things up.
The existing physical network setup consists of two networks 172.16.10.x and 172.30.1.x, one having two client PCs and one Gateway, and the other having one server PC and another Gateway:
Code: Select all
Client-1: 172.16.10.1/24, GW: 172.16.10.254 Client-2: 172.16.10.2/24, GW: 172.16.10.254 Gateway-1: 172.16.10.254 Server: 172.30.1.21/24, GW: 172.30.1.254 Gateway-2: 172.30.1.254
Obvioulsy, we would need to create a minimum of three VMs: two for the clients and one for the server. However, how do we need to configure them that they see each other? Do we need to activate more than one NIC on the VMs? Should they be set up as brigded or internal? Do we also need to create VMs to emulate the Gateways or can the client and server VMs be configured to work without Gateways?
As we are not very experineced with networking in Virtualbox we would very much appreciate some guidance.
TIA!