Hi, I am planning to create ipv6 only lxd or kvm, my current network is dynamic ipv4, so I've got a /64 ipv6 from he.net. I've searched for tutorials on google and found the following config for my network interface but it's not working:
auto he-ipv6
iface he-ipv6 inet6 tunnel
address 2001:470:19:58::/64
gateway 2001:470:18:56::1
mode sit
endpoint 216.218.221.6
local 210.6.108.99
ttl 255
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
I haven't use ipv6 before so I totally have no idea about it. Please help, thanks.
auto he-ipv6
iface he-ipv6 inet6 tunnel
address 2001:470:19:58::/64
gateway 2001:470:18:56::1
mode sit
endpoint 216.218.221.6
local 210.6.108.99
ttl 255
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
I haven't use ipv6 before so I totally have no idea about it. Please help, thanks.