Skip to content

broken IPv6 on Debian #462

Open
Open
@WhiteRabbit-Code

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions