On Tue, 2004-08-03 at 18:38 -0700, Takeo Shibata wrote: > Hi Christina > > Thank you for your great advise. > It works! > > BTW, I just configured the IPv6 on my Linux PC. > It shows fe80::xxxxx/64 > So it says that scope is /64 instead of > %1, or %2 ... > > And from Linux, I successfullty ping6 to Win2003 and > WinXP. > This may sound basic, but could you tell me how to ping6 to > the local-link ipv6 with scope representation /64? > (Other word, how can I translate /64 to % format?)
AFAIK, Linux doesn't support *BSD %n syntax for interfaces. Instead, use the following format: ping6 -I <interface_name> <local_link_address> For example: ping6 -I eth0 fe80:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX -------------------------------------------------------------------- IETF IPv6 working group mailing list [EMAIL PROTECTED] Administrative Requests: https://www1.ietf.org/mailman/listinfo/ipv6 --------------------------------------------------------------------
