I've just cloned a working VM (running debian, using shared networking, static address) but the new VM has problems when trying to configure eth0: it claims there is no such device. My /etc/network/interfaces file looks like this:
Code:
allow-hotplug eth0
iface eth0 inet dhcp
I also tried setting the interface to static and configuring the address, but got the same result. Any ideas why this could be happening?
thanks for any tip.