Skip to content
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

proxmox-ve: Fix IPv6 configuration in routed setup #1022

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

Manawyrm
Copy link
Contributor

This change updates the IPv6 network configuration for Proxmox VE hosts in a routed configuration.
Previously, the proposed configuration would create 3 /64 routes on the system.

  • 1 route generated by the vmbr0 interface being a /64
  • 1 route created manually with the up ip -6 route add for the same /64
  • 1 route created by the eth0 interface being a /64 as well (wrongly so, because none of the /64 hosts will be reachable via NDP on the physical L2 to the router)

This change results in 2 routes:

  • a single /128 route to the hosts IPv6 address itself on eth0
  • a single /64 route to the vmbr0 interface for the whole subnet
I have read and understood the Contributor's Certificate of Origin available at the end of 
https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md
and I hereby certify that I meet the contribution criteria described in it.

Signed-off-by: Sarah Maedel <[email protected]>

@svenja11 svenja11 added review wanted Request a review Existing tutorial Changes on an existing tutorial labels Dec 11, 2024
@svenja11
Copy link
Collaborator

Thank you @Manawyrm!

@svenja11 svenja11 added ready and removed review wanted Request a review labels Dec 11, 2024
@svenja11 svenja11 merged commit ce83296 into hetzneronline:master Dec 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Existing tutorial Changes on an existing tutorial ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants