Changes between Version 113 and Version 114 of Startup
- Timestamp:
- 02/03/12 17:43:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v113 v114 101 101 === 3. Hierarchization === 102 102 [[Image(szenarios.png, 220px, right)]] 103 103 You 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: 104 104 {{{ 105 105 sudo mcproxy -f -c <configfile> 106 106 }}} 107 108 And 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 }}}