Changes between Version 95 and Version 96 of Startup
- Timestamp:
- 02/02/12 14:40:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v95 v96 23 23 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: 24 24 {{{ 25 /proc/sys/net/ipv4/conf/<interface>/rp_filter25 /proc/sys/net/ipv4/conf/<interface>/rp_filter 26 26 }}} 27 27 … … 47 47 This 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: 48 48 {{{ 49 protocol IGMPv250 eth0 ==> eth149 protocol IGMPv2 50 eth0 ==> eth1 51 51 }}} 52 52