Make 2 virtual machines ping in virtual box
- by darkheir
I'm trying to make 2 virtual machines communicate in Virtual Box, but whitout any success.
Here are the step I have done:
I setted both VMs in Internal networking mode (using VBoxManage modifyvm "VM name" --nic<x> intnet)
I setted the DHCP server that is built into VirtualBox to manage IP addresses :VBoxManage dhcpserver add --netname intnet --ip 10.13.13.100 --netmask 255.255.255.0 --lowerip 10.13.13.101 --upperip 10.13.13.254 --enable
But then both of the VM have the same IP Adresse (10.13.13.101) and even if set the IP manually, the Virtual Machines are not pinging each other.