>>>>> On Wed, 11 Apr 2001 14:37:17 +0900,
>>>>> [EMAIL PROTECTED] said:
>> While pinging to my link-local address i get following error:
>> # ping6 fe80::200:e2ff:fe3b:9e1b
>> connect: Invalid argument
>> #
>> this seems to be very small problem but I am not able to figure it
>> out. Can any one give some pointers??
> which operating system are you using? if you are on BSDs,
> you need to specify outgoing interface by using either of the
> following (because linklocal address is ambiguous to multi-interface
> node):
(Although this message might be rather confusing...) More accurately,
you need to specify the outgoing "link". The difference between
interfaces and links is documented in
draft-ietf-ipngwg-scoping-arch-02.txt.
> # ping6 -I if0 fe80::200:e2ff:fe3b:9e1b
> # ping6 fe80::200:e2ff:fe3b:9e1b%if0
The -I option specifies the outgoing *interface*.
fe80...%if0 specifies the outgoing *link*, assuming we have one-to-one
mapping between links and interfaces (KAME/BSD assumes the mapping in
its implementation). As a result of the assumption, those two would
make the same effect.
JINMEI, Tatuya
Communication Platform Lab.
Corporate R&D Center, Toshiba Corp.
[EMAIL PROTECTED]
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]