Changes between Version 81 and Version 82 of Startup
- Timestamp:
- 02/02/12 13:50:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v81 v82 61 61 Then you can start the mcproxy with the following command: 62 62 {{{ 63 sudo mcproxy -dsvv -c <configfile>63 sudo mcproxy -svv -c <configfile> 64 64 }}} 65 with this option the mcproxy print many status information like this: 66 {{{ 67 protocol: 68 IGMPv2 69 70 eth0 ==> 71 eth1 72 73 74 alvie time: 1 75 ##-- instance upstream lo [vif=0] --## 76 group addr 77 78 -- downstream eth0 [vif=1] -- 79 group addr | robustness_counter | flag 80 [0] 224.0.0.251 2 RUNNING 81 src addr | robustness_counter | flag 82 [0] 141.22.27.11 2 CACHED_SRC 83 [0] 224.0.0.251 2 84 85 86 }}} 87 65 88 66 89 === 2. ===