Hi. I need to clone a Linux Centos VM without losing the original VM. So, instead of generalizing and deallocating it (which would make it useless), I just created a snapshot and then a disk form it.
Then I created a new VM attaching the cloned disk. VM boots normally, but I can't access it through ssh.
Accessing the VM using Serial Console and running a “ifconfig”, I can see the IP address is 127.0.0.1. So, off course VM is not allowing SSH connections.
What can I do to make the VM get an IP from DHCP VNET?
Thanks