The problem is that the vm's needs to be able to interact with each other and access to Internet is also required.
Th lab environment should be hidden from computers outside Virtualbox - that is computers on my "home-LAN".
The lab network needs it's own IP-address range (separate from the host -W7 x64)
Trying to use NAT but the the vm's can't ping each other both can ping their gateway (the same for both)
Trying do have a server joining a domain - doesn't work either.
Looking at the different options to set up Vbox networking, NAT, internal, bridged, Host only.
No one seems to fit my scenario. The closest seems to be Host only.
I'm trying to understand Host Only networking in the user manual but I don't understand the part in setting up a second network to be able to connect to the outside world.
Host-only networking is particularly useful for preconfigured virtual appliances, where multiple virtual machines are shipped together and designed to cooperate. For example, one virtual machine may contain a web server and a second one a database, and since they are intended to talk to each other, the appliance can instruct VirtualBox to set up a host-only network for the two. A second (bridged) network would then connect the web server to the outside world to serve data to, but the outside world cannot connect to the database.
Just one sentence that leaves some guessing.
Is the outside world in this case Internet or would it also include the physical network that the host is connected to?
How is that second network to be set up?
How do I set it up so that vm's can communicate with each other and also have access to Internet through the host machine?
Host machine: 192.168.0.x /24
vm.s: 10.0.0.x /24 (of course any C-net within that A-net can be used)
And does it matter which virtualized network adapter that's used inside VB for different OS's? (Client/Server)
AMD PCNet PCI II;
AMD PCNet FAST III (the default);
Intel PRO/1000 MT Desktop;
Intel PRO/1000 T Server;
Intel PRO/1000 MT Server;
Paravirtualized network adapter (virtio-net).