Hi,
it seems that the generated cloud-init.yaml file has an incorrect format for the network configuration if you set IPv6 to SLAAC for an interface.
The resulting file will have "auto/24" as an address which is an incorrect format I believe (a mix of IPv6 "auto" for the address and an IPv4 subnet of /24).
Consequently the cloud-init process is not able to handle the network setup correctly:
"Sterr: Error in network definition //etc/netplan/50-cloud-init.yaml line 10 column 12: malformed address 'auto/24', must be X.X.X.X/NN or X:X:X:X:X:X:X:X/NN"
Eventually I was logging in to the running machine and just removed that line of "- auto/24" from the file. After "netplan apply" the network would just come up as expected incl. IPv6 SLAAC.
Could this be corrected in the Proxmox packages? Thanks.
it seems that the generated cloud-init.yaml file has an incorrect format for the network configuration if you set IPv6 to SLAAC for an interface.
The resulting file will have "auto/24" as an address which is an incorrect format I believe (a mix of IPv6 "auto" for the address and an IPv4 subnet of /24).
Consequently the cloud-init process is not able to handle the network setup correctly:
"Sterr: Error in network definition //etc/netplan/50-cloud-init.yaml line 10 column 12: malformed address 'auto/24', must be X.X.X.X/NN or X:X:X:X:X:X:X:X/NN"
Eventually I was logging in to the running machine and just removed that line of "- auto/24" from the file. After "netplan apply" the network would just come up as expected incl. IPv6 SLAAC.
Could this be corrected in the Proxmox packages? Thanks.