Hello,
I am experiencing an issue where my Proxmox servers are not automatically receiving a public IPv6 address via Router Advertisements (RA) or DHCPv6, while other devices on the same network (such as my Windows laptop) receive an IPv6 address immediately.
Thank you for your assistance.
I am experiencing an issue where my Proxmox servers are not automatically receiving a public IPv6 address via Router Advertisements (RA) or DHCPv6, while other devices on the same network (such as my Windows laptop) receive an IPv6 address immediately.
Network Setup:
- My router is configured to provide IPv6 addresses using DHCPv6.
- A Windows machine connected to the same network automatically receives a public IPv6 address and is reachable from the internet.
- However, Proxmox (running on Debian) only receives a link-local address (fe80::/64) but no global IPv6 address.
Troubleshooting Steps Taken:
- Checked IPv6 addresses on Proxmox:
ip -6 addr show vmbr0
- Only a link-local address is assigned, no global IPv6.
- Tried requesting an address manually:
dhclient -6 -v vmbr0
- No public IPv6 is assigned.
- Verified IPv6 routes:
>ip -6 route- No default IPv6 route exists.
- No default IPv6 route exists.
- Manually assigned an IPv6 address for testing:
- After manual assignment, IPv6 does not work properly.
Question:
- Why is Proxmox not automatically receiving an IPv6 address via DHCPv6 or Router Advertisements, even though other devices on the same network do?
- Is there a known issue with Proxmox not handling RA/DHCPv6 correctly?
- What is the recommended way to configure Proxmox to ensure it automatically obtains a public IPv6 address upon network restart?
Thank you for your assistance.