> I'm working on multicast, and I'm trying to make something like ping6 ff02::1 but it
>dosen't work. Another thing that I don't understand is why the destination address is
>239.192.0.1 when my lan is 192.136.8.0. Can anyone help me?
>Thanks
>Emanuel Moreira
which operating system are you on? if you are on KAME-based systems
(including FreeBSD 4.x/NetBSD 1.5/OpenBSD 2.7 and 2.8), you must
specify outgoing interface to "ping6".
% ping6 -I xl0 ff02::1
ff02::1 is a link-local scoped address, and is ambiguous to kernel
if it comes without scope identification (which is, name of interface
basically).
itojun
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]