I have two Qemu virtual machines with Ubuntu Server. I would like one of them to be a DHCP server. On the second one, I would like to have two IPv6 addresses. One should be static, and the other one should be obtained from my DHCP server. I am able to create many static addresses, but when I get a dynamic one, I lose all my static addresses except a link-local one. What should I do to have both static and dynamic IPv6 addressess on one interface?
Thank you in advance for any help.