Hi, I have a template on which cloud init is installed, I do fullclone from it and after that I change the ip and gw parameters.
Option 1 - qm set 123 --ipconfig0 ip = 10.0.10.123 / 24, gw = 10.0.10.1
Option 2 Post request / nodes /% s /% s /% d / config in the body of which new parameters ip, gw are transmitted.
In ui Proxmox, the new parameters change, in the virtual machine configuration in the vmid.conf file, the parameters change to new , in the qocow2 file are changed to new parameters, but in the file etc / sysconfig / network-scripts / ifcfg-eth0 the parameters are not written. Tell me how to solve the problem thanks?
Option 1 - qm set 123 --ipconfig0 ip = 10.0.10.123 / 24, gw = 10.0.10.1
Option 2 Post request / nodes /% s /% s /% d / config in the body of which new parameters ip, gw are transmitted.
In ui Proxmox, the new parameters change, in the virtual machine configuration in the vmid.conf file, the parameters change to new , in the qocow2 file are changed to new parameters, but in the file etc / sysconfig / network-scripts / ifcfg-eth0 the parameters are not written. Tell me how to solve the problem thanks?
Last edited: