Sniffer troubleshooting

From VoIPmonitor.org
Revision as of 19:08, 21 May 2013 by Festr (talk | contribs) (Created page with "= voipmonitor does not sniff anything = *Always check if you actually see the SIP traffic. The easest way it to run (apt-get install tshark | yum install wireshark) tsh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

voipmonitor does not sniff anything

  • Always check if you actually see the SIP traffic. The easest way it to run (apt-get install tshark | yum install wireshark) tshark -i eth1 -R sip
  • if you do not see traffic, make sure that the interface is UP (ip link set up dev eth1)
  • if you use "-i any" and you are port-mirroring traffic, make sure you put interface to promisc mode (ifcofnig eth1 promisc; ifcofnig eth2 promis;) you can put this directly in /etc/init.d/voipmonitor
  • Check /var/log/syslog or /var/log/messages for any problems related to voipmonitor.
  • Check if voipmonitor is running "ps axl |grep voipmonitor" and is using configuration file (--config-file /...)