IPv6 setup on cloud image and cloud-init not working out

2021-07-01 Thread Dennis van Dok
Hi, I'm setting up and Openstack cluster and I was trying out a Debian 10 cloud image. The IPv4 address works via DHCP, and the metadata service provides the static data for IPv4 and IPv6. This gets written to /etc/network/interfaces.d/50-cloud-init, but the system won't honour the configurati

Re: IPv6 setup on cloud image and cloud-init not working out

2021-07-01 Thread Dennis van Dok
On 01-07-2021 13:30, Geert Stappers wrote: > I suggest that cloud-init overwrites /etc/network/interfaces. Entirely? There are hotplug and dhcp lines in there for eth1 and eth2, just in case somebody wants to add more interfaces. I would like to know if anyone has gotten IPv6 working on the clo

Re: IPv6 setup on cloud image and cloud-init not working out

2021-07-01 Thread Dennis van Dok
On 01-07-2021 14:54, Jeremy Stanley wrote: > It really depends a lot on how they're delivering the v6 addresses > in that cloud, whether it's via DHCP6-stateful or static assignment > from metadata or SLAAC or... I failed to mention that I my case the IPv6 comes in through the metadata service.