Solving Centos 7 clone problem via Vmware
We often encounter Centos 7 cloning problem via Vmware, we can solve the problem by following the steps below to solve this.
Step1: First, you go to the ethernet configuration file.
1 | nano /etc/sysconfig/network-scripts/ifcfg-ens160 |
Step2: Let’s add the line below. Replace the existing MAC with your desired MAC Address.
1 | MACADDR=00:00:00:00:00:00 |
#UID Turns Off
Step3: Save the configuration file.
Step4: Restart the networking process.
1 | /etc/init.d/network restart |
I hope it was a useful article.