What I'm trying to accomplish:
Have a template of an Ubuntu server set up that I can clone, mostly for the purposes of building nodes for a small K8S cluster.
I have Parallels Desktop for macOS Version 15.1.4 (47270)
What I did:
1. Built the template server, complete with patches, docker, etc. I named it Node01
2. Shut down Node01
3. Chose "Clone to template..."
4. From that template, chose "Deploy to virtual machine..."
What's wrong:
A. Any new VM, despite even having a different MAC address, comes up with the same IP address as Node01. Why?
B. I can force it to release [sudo dhclient -r enp0s5] and renew [sudo dhclient enp0s5] but when I reboot the VM, it's back to having the IP address of Node01. Why??
Have a template of an Ubuntu server set up that I can clone, mostly for the purposes of building nodes for a small K8S cluster.
I have Parallels Desktop for macOS Version 15.1.4 (47270)
What I did:
1. Built the template server, complete with patches, docker, etc. I named it Node01
2. Shut down Node01
3. Chose "Clone to template..."
4. From that template, chose "Deploy to virtual machine..."
What's wrong:
A. Any new VM, despite even having a different MAC address, comes up with the same IP address as Node01. Why?
B. I can force it to release [sudo dhclient -r enp0s5] and renew [sudo dhclient enp0s5] but when I reboot the VM, it's back to having the IP address of Node01. Why??