0

I am launching two virtual machines on virtualbox.

I want my virtual machines to have one interface for public access exactly like my host machine (blue link) and another interface for the internal network to connect virtual machines together.

What is the best way to do that with the highest performance possible?

1 Answer 1

1

Enable 2 network adapters on each VM and configure one of those adapters to the mode "internal networking", and set the other to the mode "host-only" or "bridged". (Do this on each VM, and ensure that they use the same internal network name).

Read more about it here: Virtualbox networking

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .