Solving Centos 7 clone problem via Vmware

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.

nano /etc/sysconfig/network-scripts/ifcfg-ens160

Step2: Let’s add the line below. Replace the existing MAC with your desired MAC Address.

MACADDR=00:00:00:00:00:00

#UID Turns Off

Step3: Save the configuration file.

Step4: Restart the networking process.

/etc/init.d/network restart

I hope it was a useful article.