Changes between Version 138 and Version 139 of Startup
- Timestamp:
- 02/04/12 19:16:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v138 v139 34 34 }}} 35 35 36 wireshark/tcpdump:: Wireshark and tcpdump are packet analyzer. They are used for network troubleshooting and analysis. They can be installed with the following com and:36 wireshark/tcpdump:: Wireshark and tcpdump are packet analyzer. They are used for network troubleshooting and analysis. They can be installed with the following command: 37 37 {{{ 38 38 apt-get install wireshark … … 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 com and:86 If you don't need the status information and you want run the mcproxy in the backround start it with the following command: 87 87 {{{ 88 88 sudo nohup mcproxy -c <configfile> &