transfer between Linodes using ipv6
ifconfig reports the following local address for eth0:
> inet6 fe80::f03c:91ff:fe96:fca9/64 scope link
But > ping6 -I eth0 fe80::f03c:91ff:fe96:fca9
from the other Linode reports > Destination unreachable: Address unreachable
What am I missing?
4 Replies
ping6 -I eth0 2600:3c00::f03c:91ff:fe96:fca9
also results in a "destination unreachable" ping result.
By the way, what is a link-local address for if not for communicating between two devices on the same network?
But that's neither here nor there… obviously, something isn't set up correctly.
First, omit the -I eth0 from the ping6 command. You shouldn't need it. That's what the routing table is for
Secondly, do you have any iptables or ip6tables filters blocking ICMP or ICMPv6 traffic? IPv6 makes significant use of ICMPv6, and it shouldn't be filtered.
If neither of those are it, what are the outputs of "ip -6 addr" and "ip -6 route" ?
ipv6zombo.com