Eu tenho 2 máquinas (IPv6 habilitado) e endereço de link local exclusivo atribuído à interface eth0
Machine 1: eth0 - Ula :- fdd9:a8e4:5c28:1::1
eth0 - link-local :- fe80::c1c7:10d0:6e9a:538b/64
e
Machine 2: eth0 - Ula :- fdd9:a8e4:5c28:1::2
eth0 - link-local :- fe80::c1c7:10 d0:659a:8967/64
Eu consigo fazer ping do endereço local vinculado da máquina 1 a partir da máquina 2, mas não consigo efetuar o ping do endereço local de link exclusivo.
Ping de Machin 1: -
ping6 -I eth0 fdd9:a8e4:5c28:1::2
connect: Network is unreachable
pi@raspberrypi2:~ $ [ -f /proc/net/if_inet6 ] && echo 'IPv6 ready system!' || echo 'No IPv6 support found! Compile the kernel!!'
IPv6 ready system!
pi@raspberrypi2:~ $ lsmod |grep -w 'ipv6' && echo "IPv6 module successfully loaded"
ipv6 408971 65 bridge
IPv6 module successfully loaded
Tags networking ipv6