[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00616) Re: problems with usagi-kernel



In article <Pine.LNX.4.31.0107050801550.20919-100000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> (at Thu, 5 Jul 2001 08:07:13 +0200 (CEST)), <6bone@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> says:

> If I try to ping all IPv6 nodes at the network I do 'ping6 ff02::1'
> It works at bsd/kame systems but the linux/usagi ping6 reports
> 
> usagi/ping6/ping6 ff02::1
> ping6: connect: Invalid argument

Assuming you're using linux24;
try "ping6 ff02::1%eth0" (or so).

It is easy to remove this restrictinos (link-local scope addresses 
without scope_id are invalid); I'm not sure if "ff02::1" (not 
ff02::1%eth0) should be valid.

Any comments?

--yoshfuji