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

Re: strange error when trying to ping6 all hosts



On Wed, Jun 22, 2005 at 03:09:47PM +0200, Simon Oosthoek wrote:
> Hi all
> 
> I have a mysterious problem (to me ;-)
> I'm trying to ping6 ff02::1, but I get the error: connect: Invalid argument

That's because you didn't specify an interface. If you want to
communicate with something that has link scope, you need to specify the
link you want to use, like so:

ping6 -I eth0 ff02::1

-- 
The amount of time between slipping on the peel and landing on the
pavement is precisely one bananosecond



Reply to: