vSphere Cloned VMs have Same IP Address

I recently ran into a problem where new vSphere-hosted virtual machines that are cloned from existing VMs have the same IP address. I assumed the clone process took care of these issues but apparently not. To fix this, I found the following solution:

  • Remove machine-id with sudo rm -rf /etc/machine-id
  • Run dbus-uuidgen --ensure=/etc/machine-id

After a reboot, the cloned VM has a new IP address!


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s