How do I enable multicast routing in Windows XP
Posted
by
Simon Richter
on Server Fault
See other posts from Server Fault
or by Simon Richter
Published on 2011-02-09T16:38:44Z
Indexed on
2013/06/26
4:23 UTC
Read the original article
Hit count: 630
I have successfully set up a Windows XP machine as an IPv6 router using netsh, that is, it announces prefixes and forwards packets on two interfaces, as verified by pinging.
Now I'd like to forward multicast frames between both subnets; hosts on both sides are properly sending out multicast listener reports, so all it would take would be for the router to process these and start forwarding datagrams.
How can I enable IPv6 multicast routing between two interfaces?
© Server Fault or respective owner