-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken IPv6 on Debian #462
Comments
Can you share reproduction steps for this issue as well as the image you were using when you encountered this issue? |
@WhiteRabbit-Code just checking in to see if you're still seeing an issue, if yes, would you please share reproduction steps? |
Sorry for the late reply. I've created a VPC with a dualstack subnet, so it got a public IPv6 range assigned. Back then, the VM was created within this subnet and immediately got assigned a public IPv6 address. The image is a During this update process, one day |
@WhiteRabbit-Code I just verified again running on dual stack instance, I see IP getting assigned.
Running However, to highlight fundamental change that went into guest-agent is it no longer relies only on Previous version of agent would launch But by default OS/netplan should configure it based on |
Latest google-guest-agent 1:20241011.01-g1 on Debian 12 breaks IPv6 connectivity by creating an interface file which misses the inet6 configuration:
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:
Please do not neglect IPv6 as this is the default in today's Internet.
The text was updated successfully, but these errors were encountered: