>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):
# ping6 -I if0 fe80::200:e2ff:fe3b:9e1b
# ping6 fe80::200:e2ff:fe3b:9e1b%if0
itojun
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]