Could better IPv6 support please be prioritized.
The change needed to make it work with Ubuntu containers is very minor.
It's one setting in one file that PVE overrides to the wrong value.
IPv6AcceptRA in /etc/systemd/network/eth0.network needs to be true not false.
IPv6AcceptRA = true
The change needed to make it work with Ubuntu containers is very minor.
It's one setting in one file that PVE overrides to the wrong value.
IPv6AcceptRA in /etc/systemd/network/eth0.network needs to be true not false.
IPv6AcceptRA = true
This is still an issue for me, Whenever docker starts, ip6 default route disappears. I wrote a start up hook script.
I will keep checking if it works good, if it doesn't will post again.
/var/lib/vz/snippets/ipv6_accept_ra_fix.pl
Code:#!/usr/bin/perl # Ref: https://pve.proxmox.com/pve-docs/chapter-pct.html#_hookscripts # Ref: Example: /usr/share/pve-docs/examples/guest-example-hookscript.pl # Ref: https://forum.proxmox.com/threads/change-remove-hookscript-from-lxc-container.97567/#post-422023 # Ref: https://forum.proxmox.com/threads/post-start-script-for-lxc.36289/#post-504847...