5.7
cloning a virtual machine
1) Close the virtual machine to be cloned
2) Find clone options
3) Welcome page
4) cloning a virtual machine
5) set to create a full clone
6) set the cloned virtual machine name and storage location
7) waiting to be cloned
8) Click Close to complete cloning
9) Modify the IP of the virtual machine after cloning
[[email protected]/] #vim/etc/udev/rules.d/70-persistent-net.rules
Go to the following page, delete eth0 the row, modify eth1 to eth0, and copy the physical IP address
) Modify the IP address
[[email protected]/] #vim/etc/sysconfig/network-scripts/ifcfg-eth0
(1) update the physical IP address of the copy
HWADDR=00:0C:2X:6X:0X:XX #MAC Address
(2) Change to the IP you want
ipaddr=192.168.1.101 #IP Address
One) modify the host name
See 5.3.
Restart the server
This tutorial by the Silicon Valley education Big Data Institute produced, if you need to reprint please indicate the source, welcome to the Silicon Valley public number (Atguigu) to learn more.
Silicon Valley Big Data technology Linux 5th Network configuration and System management operations 5.7 cloning virtual machines