I just activated IPV6 on my network and I see than, in spite of not configuring IPv6 (i.e leaving IPv6 as static with IPv6/Cidr None) my containers (debian 13) still get IPv6 addresses with SLAAC and it seems they use eui-64.
I like that because my ISP assigns a dynamic prefix (so I cannot use static IPv6 addresses) and this way I can just allow traffic to the static suffix (the router being opewrt running in a virtual machine) and change the dns to point to the new address (using the ddns service of openwrt), however I'd like that to be by design and not by chance.
Toggling between IPv6 static/none and SLAAC only removes or adds the line "iface eth0 inet6 auto" to /etc/network/interfaces (I guess debian uses SLAAC even without this line) but I don't know how to add the line "privext 0" so I'm sure the suffix only depends on the (static) mac address.
Forgive me if it's a stupid question, I'm still trying to familiarize myself with IPv6
I like that because my ISP assigns a dynamic prefix (so I cannot use static IPv6 addresses) and this way I can just allow traffic to the static suffix (the router being opewrt running in a virtual machine) and change the dns to point to the new address (using the ddns service of openwrt), however I'd like that to be by design and not by chance.
Toggling between IPv6 static/none and SLAAC only removes or adds the line "iface eth0 inet6 auto" to /etc/network/interfaces (I guess debian uses SLAAC even without this line) but I don't know how to add the line "privext 0" so I'm sure the suffix only depends on the (static) mac address.
Forgive me if it's a stupid question, I'm still trying to familiarize myself with IPv6