> Do you have tried "ping -I eth0 fe80::x" instead of "ping -I fe80::x"? > First should normally never work. Correction: Second should normally never work. > It's the nature of link-local > addresses that you must specify the interface with each address. On 2.6 > you get an "Invalid argument" errno if not. > > Alina