MCProxy

Changes between Version 95 and Version 96 of Startup


Ignore:
Timestamp:
02/02/12 14:40:57 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Startup

    v95 v96  
    2323  RP-Filter::  The Reverse Path Filter check the source IP of each packet received on an interface against the routing table. If the best route for the source IP address does not use the same interface that the packet was received on the packet is dropped. If the multicast path is not similar to the ip path, the flag musst be turned off. This is imported for the multicast client and for the mcproxy itself and can be done in the following file:
    2424{{{
    25 /proc/sys/net/ipv4/conf/<interface>/rp_filter
     25 /proc/sys/net/ipv4/conf/<interface>/rp_filter
    2626}}}
    2727
     
    4747This is the easiest scenario you have one upstream und one downstream interface. For example it can be used to forward a multicast IPTV stream from a service provider to your pc or to your flat network. The configuration file of the mcproxy have to look like this:
    4848{{{
    49 protocol IGMPv2
    50 eth0 ==> eth1
     49 protocol IGMPv2
     50 eth0 ==> eth1
    5151}}}
    5252