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.

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

2021-07-01 Thread Jeremy Stanley
On 2021-07-01 14:43:13 +0200 (+0200), Dennis van Dok wrote: > 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 interfa

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 Geert Stappers
On Thu, Jul 01, 2021 at 12:31:02PM +0200, Dennis van Dok wrote: > 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/netw