Changes between Version 105 and Version 106 of Startup
- Timestamp:
- 02/03/12 15:55:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v105 v106 84 84 Your upstream interface get the vif number zero and you have one downstream configurated with the vif number one. You can compare this information with the file //ip_mr_vif//. Some multicast clients subscribe the group 239.99.99.99 and 239.99.99.99. The robustness_counter is at the moment uninteressting and the flag RUNNING means everything is okay. The mcproxy received on the upstream interface a multicast stream with the same group address of a subscribed group on a downstream and with the source IP 141.22.86.5. So the mcproxy make a entry in the multicast forwarding table //ip_mr_cache//. This mean the flag CACHED_SRC. 85 85 86 if you don't need the status information and you want run the mcproxy in the backround start it with the following comand:86 If you don't need the status information and you want run the mcproxy in the backround start it with the following comand: 87 87 {{{ 88 sudo nohup mcproxy - dv -c <configfile> &88 sudo nohup mcproxy -c <configfile> & 89 89 }}} 90 This means the mcproxy run in the backround and create log-files for every running thread named thread0, thread1, .., threadN. 90 91 91 === 2. === 92 92 [[Image(szenarios3.png, 220px, right)]] 93 If you need more then one multicast proxy on your system, than you canconfigurate the configuration file of the mcproxy like this:93 If you need more then one multicast proxy on your system, than you have to configurate the configuration file of the mcproxy like this: 94 94 {{{ 95 95 protocol IGMPv1 … … 97 97 eth2 ==> eth3 98 98 }}} 99 99 Because you cannot run the mcproxy more than once (see MRT-Flag). 100 100 101 101 === 3. ===