I've received a native IPv6 /64 subnet from my server provider, but I can't get it to play the way I want it.
I'm running virtual machines, and I want them to have their own public ip(s).
Let's pretend I got the following information:
IPs: 1:1:1:1::/64, gateway: 1:1:1:0::1
Now I want the host machine to have ip 1:1:1:1::1, and the rest routed from eth0 to the internal br0 where all the virtual machines are bridged.
It's possible to ping6 ipv6.google.com from the root machine, so it seems to work so far.
I've enabled routing, and it seems as the packets are properly forwarded from the internal machine (from br0) through eth0 - but nothing more than that... no reply.
Note, eth0 is not a part of br0.
Any ideas?