I see the mac address is new but the same IP of original VM.
I am using lastest version
How to fix bug
I am using lastest version
How to fix bug
/etc/network/interfaces
. If you want the IP to be dynamic, you could change the template to use DHCP per default and set up an DHCP server, if there isn't already one in your network.Did you create the template by properly cleaning up the VM, i.e. releasing the IP, cleaning all cached configuration, etc.I see the mac address is new but the same IP of original VM.
I am using lastest version
I dont know all the steps you took to install it. You can search for "golden image" for some helpful tips, ie:i only install new Ubuntu 22.04 , apt update && apt upgrade . that is all steps
do i need to clear cache DHCP before converting VM to template.
I use ISO image file to install. I am in doubt Proxmox create new MAC Address on new VM but it still cache in Proxmox is MAC Address of original VMI dont know all the steps you took to install it. You can search for "golden image" for some helpful tips, ie:
https://github.com/mvallim/cloud-image-ubuntu-from-scratch
Or use a pre-built Cloud Image.
I suspect once DHCP re-issue the IP, its now on a time-defined lease. Also releasing and renewing will get you the next IP in line, which is probably the one you used.
Is the IP already in-use on the network? Ideally, DHCP server will probe and avoid giving out duplicate IP. Again, this depends on your setup, of which we know nothing about.
As a test, you can shutdown the cloned VM. Remove the NIC and add a new one. Boot it up, configure for DHCP and see what happens.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
i will try it if this step is success for me then this can say is a bug clone VM of ProxmoxAs a test, you can shutdown the cloned VM. Remove the NIC and add a new one. Boot it up, configure for DHCP and see what happens.
Warnings are not errors. The option can be depreciated and still supported for a while, eventually it will get removed. The message tells you to update your config file to new option name, so when it gets removed you wont be left without network.i try set static ip When i sudo netplan apply
it show this message but i still ping ok