but my IPV6 is dynamic offered by ASUS router IPV6 native method,like 240e:345:c1b:a101::/56 it will changed when i restart router…240e:345:c1b:a201::/56 240e:345:c11:a000::/56
so how to create a macvlan with both IPV4 and IPV6?
Doesn’t something like ifconfig show two IPv6 addresses, one temporary and another for internal use only? (There may be better ways to set up IPv6 in Docker; not my cup of tea.)
But this is a private IP address for an internal network, so I assumed you’re looking for IPv6 access only over the internal network as well? In that case, it doesn’t matter that your external IP addresses change, you just want something that is stable in your own network, right? Or do you want to expose it to the internet?
(I am mainly asking for the other readers; I’m sure I won’t have the solution for you in either case. Sorry if I am creating confusion.)