LXC and IPv6AcceptRA

hidalgo

Renowned Member
Nov 11, 2016
62
0
71
58
I got 2 containers with Ubuntu 24.04.3 LTS. Both running as clients with DHCPv6. One of them has the correct settings in

/etc/systemd/network/eth0.network

Code:
[Match]
Name = eth0

[Network]
Description = Interface eth0 autoconfigured by PVE
DHCP = yes
IPv6AcceptRA = true

while the other one has
Code:
[Match]
Name = eth0

[Network]
Description = Interface eth0 autoconfigured by PVE
DHCP = yes
IPv6AcceptRA = false

I checked every parameter I could find and everything seems to be equal. Where does this come from?

I helped me out with
touch /etc/systemd/network/.pve-ignore.eth0.network
so I don’t have to mess around. But I’d like to understand, from where the container gets its values.

Any ideas?
 
Last edited:
do you really want/need DHCPv6?
Normally RA is the way to go for IPv6. I think only old versions of Windows require DHCPv6.