MCProxy

Changes between Version 113 and Version 114 of Startup


Ignore:
Timestamp:
02/03/12 17:43:09 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Startup

    v113 v114  
    101101=== 3. Hierarchization ===
    102102[[Image(szenarios.png, 220px, right)]]
    103 
     103You can concatenate multicast proxies and create a shared tree. But If the multicast path is not similar to the ip path, you have to turn off the rp_filter on your OS (see RP-Filter). The mcproxy can do it automatically with the following command:
    104104{{{
    105105 sudo mcproxy -f -c <configfile>
    106106}}}
     107
     108And of course you have to do it on the client system with the following command:
     109{{{
     110 echo "0" >/proc/sys/net/ipv4/conf/<interface>/rp_filter
     111}}}