My network driver supports multicast. I have tested with multicast
applications and it works fine. But when I issue ping 224.0.0.1 from command
prompt, it doesnt reply to that though it has joined the group already
through ndis oids. I have tried setting IGMPLevel to 2 in registry. Will this
work at all? I am testing on Windows2003 server. Should I tune in additional
parameters?

thanks
sophia

Re: multicast ping by Pavel

Pavel
Fri Nov 18 14:53:44 CST 2005

There should be some utility in the Resource kit for diagnosing IGMP,
check it. NDIS OIDs (alone) is not a way to join a multicast group.
--PA


"Sophia" <Sophia@discussions.microsoft.com> wrote in message news:29B2D62D-B6CD-4B32-8ECA-204FC08F0A74@microsoft.com...
> My network driver supports multicast. I have tested with multicast
> applications and it works fine. But when I issue ping 224.0.0.1 from command
> prompt, it doesnt reply to that though it has joined the group already
> through ndis oids. I have tried setting IGMPLevel to 2 in registry. Will this
> work at all? I am testing on Windows2003 server. Should I tune in additional
> parameters?
>
> thanks
> sophia