Open
Description
Latest google-guest-agent 1:20241011.01-g1 on Debian 12 breaks IPv6 connectivity by creating an interface file which misses the inet6 configuration:
$ cat /run/network/interfaces.d/ens4
auto ens4
allow-hotplug ens4
iface ens4 inet dhcp
Since I'm IPv6 only, this broke my whole infrastructure.
Reverting back to the latest version 20211116.00-6+b7 from the Debian repositories creates a correct interface file and immediately restores IPv6 connectivity:
$ cat /run/network/interfaces.d/ens4
auto ens4
allow-hotplug ens4
iface ens4 inet dhcp
iface ens4 inet6 auto
Please do not neglect IPv6 as this is the default in today's Internet.
Metadata
Assignees
Labels
No labels
Activity