Page 1 of 1

Setting up the network

Posted: 5. Jul 2010, 10:21
by LBM
Hi Guys

I would like to have a setup like the following.
2, or more Vitualbox clients/hosts that can see each other, but all other clients on the network should not be able to see them!
Also these clients/hosts must be able to access the internet (most likely through the virtualbox host ???).

I asume I must setup some sort of network in virtualbox, but I simply cannot get it to work, at all.

How could I accomplish this task ?

Re: Setting up the network

Posted: 5. Jul 2010, 11:00
by baf
Easiest method:
Assign two network cards to each guest
One on nat to reach internet
One as "Host only" or "Internal network" to talk between them. HO or IN depends if you want the host to be able to reach them.

Re: Setting up the network

Posted: 6. Jul 2010, 13:40
by LBM
Wow, that was simple! Thanks a lot :)