<div dir="ltr">hi,<br><br>Consider 3 pc's,<br><br>pc1: Has two 2 NIC's , eth0 (<a href="http://10.100.0.1/16">10.100.0.1/16</a>) and eth1 (<a href="http://10.200.0.1/16">10.200.0.1/16</a>).<br>pc2: eth0 (10.100.0.2), connected to eth0 of pc1 and has default gateway 10.100.0.1<br>
pc3: eth0 (10.200.0.2), connected to eth1 of pc1 and has default gateway 10.200.0.1<br><br>ie,<br> we have two subnets.<br><br>10.100.0.2 [eth0] ---------- [eth0] 10.100.0.1 | 10.200.0.1 [eth1]------------ [eth0]10.200.0.2<br>
       pc2                                               pc1                                               pc3<br><br>Now how do I route multicast packets, so that I can ip-multicast from pc2 to pc3 or vice-versa?<br>The problem is that if trying to add route on pc 1, 224/4 has to be routed to both eth0 and eth1 depending upon from whether they come from pc2 or pc3.<br>
<br>-Nazeem<br></div>