I gave an IPv6 address to my SUSE Linux machine on a VirtualBox VM with ifconfig eth0 inet6 add ...
I can't ping that address from Windows XP (vice versa) The address of the Linux machine is efbb::26
and XP is efbb::27.
ping6 -s efbb::27 -r efbb::26
the output:
from efbb::27 with 32 bytes of data ( I think it must be 56 bytes)
Invalid source route specified
Problem with source address or scope-id
Where is the problem?