Hi
I have four Linux guests and the host is also Linux. I would need:
1) Network connection between all guests
2) Host must have access to all guests
3) All individual guest must have access to host
4) Host have to have Internet connection
Optionally I would like also if:
5) Guests have access to Internet
Host machine have only one NIC and guests should be restricted so they can't disturb host machine's network connection to LAN and WAN.
Is this kind of setup even possible with Virtualbox? I've tried a lot of things. NAT would be the most suitable if guest machines could see each other.
Advanced network configuration for multiple guests
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Advanced network configuration for multiple guests
With your current configuration you can add a second adapter to the guests as host-only .
Or switch to Bridged if you have a router.
Or switch to Bridged if you have a router.
-
corrafig
- Posts: 2
- Joined: 21. Oct 2009, 18:04
- Primary OS: Debian other
- VBox Version: OSE Debian
- Guest OSses: Linux, Windows
Re: Advanced network configuration for multiple guests
Yeah! I was so focused to make it with only one NIC in guest... But now I have NAT (two way connection between guest and host) + Internet networkin (for guests).
Thanks
Thanks