Headless VirtualBox VM NAT Network
- by dirt
I have a remote linux server accessible through SSH only.
My goal is to host multiple Virtual Machines on this host server using VirtualBox. The host server has 1 IP address, so NAT will be used to route to the VMs for example 10022 will forward to server1:22 and 20022 will forward to server2:22.
I have installed VirtualBox and copied a…