Subject: Re: Making IPV6 go
To: None <explorer@flame.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/22/1999 12:11:16
>I have an arm32 box with the ipv6 stuff compiled in now. However, it doesn't
>seem to interoperate with a linux box with their ipv6 mods.
>It seems that the netbsd box doesn't add a default route for fe80:: to any
>interface. Also, pinging the local address (fe80::a00:2bff:fe81:6247)
>does not work, but pinging the fudged address (fe80:1::a00:2bff:fe81:6247)
>does. This is all from local host.
>No matter what address I try to ping netbsd->linux or linux->netbsd the
>wrong thing seems to happen.
I believe
% ping6 -I <name of interface> fe80::a00:2bff:fe81:6247
should work. You always need to specify the name of interface to
disambiguate.
itojun