<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Alexis de Lattre wrote:<br>
<blockquote type="cite" cite="mid20030312013153.GB23650@via.ecp.fr">
  <pre wrap="">On Tue, Mar 11, 2003, Bill Eldridge wrote :
  </pre>
  <blockquote type="cite">
    <pre wrap="">On the same machine, or accessing the Linux server from another machine?
I can multicast to my own machine without this.
However, no machine should have routing (ip_forward) on by default, non?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No, ip_forward should be off by default of course. My default routing
tables are :

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
138.195.152.128 0.0.0.0         255.255.255.128 U     0      0        0 eth0
0.0.0.0         138.195.152.129 0.0.0.0         UG    0      0        0 eth0

And with this routing tables and if_forward=0, I can multicast a stream
to others machines. You say that you can't do so on your RedHat 8.0 ?

  </pre>
</blockquote>
No, it didn't work until I added the forward and the route.<br>
Perhaps it's because of my Intel Etherpro100 or whatever it's<br>
called - I think in the multicast.txt in the kernel it talks about<br>
it only working in promiscuous mode, perhaps this puts it<br>
in that mode? I'll retest tomorrow to be sure.<br>
<br>
Unless of course your gateway is multicast enabled and handling<br>
this all for you?<br>
</body>
</html>