Changes between Version 47 and Version 48 of Startup
- Timestamp:
- 02/01/12 16:26:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v47 v48 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. 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. 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: 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!''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. 30 30 {{{ 31 31 apt-get install smcroute