Recent content by konraaad

  1. K

    No IPV6 for LXC container

    Thanks HR40, your response (before your edit) did help me solve this issue! I had tried SLAAC, but that didn't work either. Solution (for my environment): Changed the flag IPv6AcceptRA in /etc/systemd/network/eth0.network from false to true. Created a file using touch...
  2. K

    No IPV6 for LXC container

    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...