I'm having some problems setting up Ipv6 on my virtual machine.
The host operating system is Windows Server 2012 R2 and using Hyper-v I'm running Ubuntu 14.10 server.
I've set it up as:
iface eth0 inet6 static
address YOUR_IPV6
netmask IPV6_PREFIX
post-up /sbin/ip -f inet6 route add IPV6_GATEWAY dev eth0
post-up /sbin/ip -f inet6 route add default gw IPV6_GATEWAY
pre-down /sbin/ip -f inet6 route del IPV6_GATEWAY dev eth0
pre-down /sbin/ip -f inet6 route del default gw IPV6_GATEWAY
As explained here:
http://docs.ovh.ca/en/guides-network-ipv6.html
My host has an Ipv6 Ip ending with ::1
The Ubuntu virtual machine has an IP ending with ::2
Both have a /64 prefix and the same gateway.
I can ping from the host system but not from the virtual machine, when disabling Ipv6 on the host and using the host settings on the VM I can't ping either..
I've contacted OVH support, but they couldn't help me..