MCProxy

Changes between Version 48 and Version 49 of Startup


Ignore:
Timestamp:
02/01/12 16:32:14 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Startup

    v48 v49  
    1616
    1717=== Flags ===
    18   MRT-Flag:: If the multicast routing flag is set, then the Linux-Kernel is initialse to forward multicast traffic. To set the flag you need root previligies. Only one programm at the same time can set the MRT-Flag to use multicast routing tables. To set the flag manual you can overwrite the following file:
     18  MRT-Flag:: If the multicast routing flag is set, then the Linux-Kernel is initialse to forward multicast traffic. Only one programm at the same time can set the MRT-Flag to use the multicast routing tables and to set the flag you need root previligies. To change the flag manual you can overwrite the following file:
    1919{{{
    2020/proc/sys/net/ipv<X>/conf/default/mc_forwarding
     
    2727
    2828=== Tools ===
    29  smcroute:: Smcroute is a command line tool to manipulate the multicast routes of the Linux kernel. '''Attention! Smcroute is a daemon and set the MRT-Flag.
     29 smcroute:: Smcroute is a command line tool to manipulate the multicast routes of the Linux kernel and it can send join and leave messages to subscribe mutlicast groups. '''Attention! Smcroute is a daemon and set the MRT-Flag. So you cannot run smcroute and mcproxy at the same time.
    3030{{{
    3131 apt-get install smcroute