I have two Virtual Machines on VMBox, I am configuring and connecting these machines. I set the two interfaces to each machine with NAT and Internal, also, IP addresses are set. While when I ping "test1" 192.168.1.2 and ping ubuntu with "192.168.1.1", it both shows destination host unreachable. How to fix it? PLease


I believe there is issue with IP 192.168.1.1 in most of the cases it is the default gateway address so I would suggest take another IP address available like 192.168.1.5 to 192.168.1.10 make sure it is available.
Second in network section add new NIC briged network or host only network on each VM

Then try to ping it will be reachable.
If you still have any issue then you can also remove the static IP and let the VM get the IP from DHCP server.
Please do comment if you have any issue.
I have two Virtual Machines on VMBox, I am configuring and connecting these machines. I set...