Hello,
I have a Proxmox VM that I configured as a template. I use this template to create/clone multiple VMs.
My network setup is:
What is the recommended way to prepare the Linux VM before converting it to a Proxmox template so that every cloned VM receives a different DHCP IP address?
I have a Proxmox VM that I configured as a template. I use this template to create/clone multiple VMs.
My network setup is:
- Proxmox
- pfSense as the router/DHCP server
- pfSense DHCP assigns IP addresses dynamically
- VMs use DHCP; I do not configure static IP addresses in Terraform or Proxmox
- I use Terraform to create the VMs from the Proxmox template
What is the recommended way to prepare the Linux VM before converting it to a Proxmox template so that every cloned VM receives a different DHCP IP address?