I would expect a vm to get the IP 2001:41d0:2:abb4::101.But it does not. It gets 2001:41d0:2:abb4:400:daff:fe29:6cf3. Someone has an idea how to fix that?
Also i am not sure what is meant by “Global prefix” and “ULA prefix” under the Addresses section. The context section is not clear to me too. “Network address” is the address i wish to assign the VM? Netmask is 64 for example?
Mount your context CD from the inside of the VM, and look at the contents of the context.sh file there. It might be that ONe has set up things correctly, but the network configuration scripts of your guest OS use a stateless IPv6 configuration (get the prefix from the router advertisement packets, and set up the local part - the lowest 64 bits - based on the MAC address or whatever).
ULA are “unique local addresses”, rough equivalent of IPv4 private addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).