


| VMWare: Network Problem After Cloning Debian Image |
| Company Blog - tolga |
|
Weird problem: after cloning a running Debian image in WMVare, network of newly created virtual machine do not work. Since the original image runs and network comes up normally, i thought that was an cloning issue and found that it was an issue of wrong mac address in the vmx config file. It's easy to fix it if you know the situation though, here it comes: - Edit /etc/udev/rules.d/z25_persistent-net.rules and comment first line about SUBSYSTEM and change eth1 to eth0 in the second line: |