Hi Proxmox fans,
I have some issues with my lxc containers, as they don't get an ipv6 assigned. Although all other devices on my network receive an ipv6 address (including the pve host) and the container's vmbridge is set to DHCP for ipv4 and ipv6.
After some trial and error I noticed that when I switch the flag in
to
So, is there either a way to set this flag permanently to true or is there another better approach to receiving an ipv6? (I'm new to all of this...)
Thanks!!
I have some issues with my lxc containers, as they don't get an ipv6 assigned. Although all other devices on my network receive an ipv6 address (including the pve host) and the container's vmbridge is set to DHCP for ipv4 and ipv6.
After some trial and error I noticed that when I switch the flag in
/etc/systemd/network/eth0.network
IPv6AcceptRA = false
to
true
and the restart the network services with systemctl restart systemd-networkd.service
it all works and the container gets an ipv6. Only issue is, if the container reboots the flag gets reset to its apparent default false
.So, is there either a way to set this flag permanently to true or is there another better approach to receiving an ipv6? (I'm new to all of this...)
Thanks!!