This happens to me as I convert the VMware image to Hyper-V.
I always have to do a "lshw -class network", view the Linux denomination for virtual network adapter (usually eth0 in HyperV).

Then "sudo nano /etc/network/interfaces"
Change the Vmware interface "encs160" or similar to "eth0" - press CTRL + X, press Y and ENTER. You can then either reboot or issue the command "ifup eth0"
