Changes between Version 48 and Version 49 of Startup
- Timestamp:
- 02/01/12 16:32:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v48 v49 16 16 17 17 === 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 setthe 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: 19 19 {{{ 20 20 /proc/sys/net/ipv<X>/conf/default/mc_forwarding … … 27 27 28 28 === 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. 30 30 {{{ 31 31 apt-get install smcroute