Hopefully a nice easyone.
I've got an Ubuntu 10.4 server VM. I made a clone of it so I could do some testing. When I fire up the clone Eth0 has disapeared (I'm guessing because the MAC address has changed), how do I get Unbuntu to redetect it.
Printable View
Hopefully a nice easyone.
I've got an Ubuntu 10.4 server VM. I made a clone of it so I could do some testing. When I fire up the clone Eth0 has disapeared (I'm guessing because the MAC address has changed), how do I get Unbuntu to redetect it.
It could be detected as eth1. Do dmesg | grep eth to find out. If it has, just edit /etc/network/interfaces and change eth0 to eth1.
Thanks, now all working.