Clone in VMware's vm-manage option, clone an identical virtual machine
1, cloning a virtual machine, Baidu on this article has said.
How VMware virtual machines are cloned
2, after cloning, can not be networked, how to set (if the virtual machine is a fixed IP, please first replace the fixed IP with the non-conflicting IP).
Locate the file that ends with _persistent-net.rules in the directory/etc/udev/rules.d/ , edit it with VI, and comment out the two lines similar to the one below with eth0
| subsystem== "NET", action== "Add", drivers== "? *", attr{address}== "00:0c:29:ad:06:2a", attr{type}== "1", kernel== "eth*" , name= "Eth0" |
Then the eth1 corresponding to the 2 lines of "eth1" modified to "eth0" can be.
Reference to VMware cloning or replicating Linux virtual machines cannot be resolved after the Internet
3, if you want to clone 2 VMs in a row, such as cloning from the PC1 PC2,PC3, then please clone PC2, PC2 set to the Internet, the PC2 on the basis of cloning PC3, do not directly from PC1 on the continuous cloning PC2 and PC3.
VMware clone virtual machines