Dear experts,
Recently I got an access to four virtual machines (with Ubuntu 12.04 Guest) via ssh by running the "ssh user@ipaddress" command on my Ubuntu's terminal.
Then I want to configure their network adapter as a Host-Only by having the following configuration:
1. VM1 connect to VM2 via VMNet1 on VM1 and via VMNet1 on VM2
2. VM2 connect to VM3 via VMNet2 on VM2 and via VMNet1 on VM3
3. VM2 connect to VM4 via VMNet3 on VM2 and via VMNet1 on VM4
4. All VMs connect to NAT via VMNet0
I attached the example figure for this configuration.
The problem I have is, I don't have access to their VMWare, I can only access then on my terminal.
Is there any ways to configure the network using commands in the terminal (CLI commands)? As far as I know, we can do it in VirtualBox by using vboxmanage commands. What is the equivalent for that in VMWare?
Thank you.