I have a Ubuntu VirtualBox host and two Ubuntu guests. I need to be able to ssh into both guests and be able to ssh to/from guest1 and guest2.
I'm really stuck. I've tried NAT settings, bridged adapters and host-only adapters.
All I want is for each guest to have its own IP address (e.g. guest1=192.168.56.101 and guest2=192.168.56.102).
Is this possible?