Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP
On older Debian Buster images, the installed custom version of cloud-init may interfere with IPv6 connectivity when the Instance transitions to using routed IP. To avoid this, you should install a newer version of cloud-init before the migration to routed IP. This procedure also recovers connectivity for an Instance already using routed IP.
- Install the new
debian-stablePPA. The URL of the PPA may be configured to use thenobleseries. Replacenoblewithbionicin the URL.In the file opened withrm -f /etc/apt/sources.list.d/scaleway-ubuntu-stable-bionic.list add-apt-repository ppa:scaleway/debian-staging nano /etc/apt/sources.list.d/scaleway-ubuntu-debian-staging-noble.listnano, replacenoblewithbionic. - Install the new version of
scaleway-ecosystemandcloud-init. It is important to clean the previouscloud-initdata as the new version has a structure that may cause a failure at the next boot.apt update apt -y install scaleway-ecosystem cloud-init cloud-init clean - Reboot the Instance to apply the changes.
reboot
Still need help?Create a support ticket