Anyone else having major issues with Packet Sniffer in 2.9.14? It seems as thought its not capturing all packets and other oddities. 20-30 entries show up and then disappear. After moving the pcap to ethereal I see that it only captured about 10% of the traffic. Just curious if anyone else noticed this.
I also notice when filtering on specifics you still get ICMP and non-IP from everywhere included in the pcap.
i’m having a similar issue here. It’s starting, and then dying. I created a script, below, that restarts it every 5 minutes in case it’s not running, since I’m running snort on my server that it is supposed to be streaming to. Anyways, every 5 it runs, it logs that the sniffer is not running. It used to stay up all the time in 2.9.13 before I upgraded…
Anyone else seeing similar ???
restart script:
:if ( ! [tool sniffer get running] ) do={:log info "Sniffer IS NOT RUNNING at Start of script"
/tool sniffer stop
:delay 2s
/tool sniffer start} else={:log info "Sniffer is running at Start of script"}
:if ( [tool sniffer get running] ) do={:log info "Sniffer is running at End of script"} else={:log info "Sniffer IS NOT RUNNING at End of script"}
and a snippet of my syslog:
Mar 18 19:36:00 sentry script,info Sniffer IS NOT RUNNING at Start of script
Mar 18 19:36:02 sentry script,info Sniffer is running at End of script
Mar 18 19:41:00 sentry script,info Sniffer IS NOT RUNNING at Start of script
Mar 18 19:41:02 sentry script,info Sniffer is running at End of script
Mar 18 19:46:00 sentry script,info Sniffer IS NOT RUNNING at Start of script
Mar 18 19:46:02 sentry script,info Sniffer is running at End of script
Mar 18 19:51:00 sentry script,info Sniffer IS NOT RUNNING at Start of script
Mar 18 19:51:02 sentry script,info Sniffer is running at End of script
Mar 18 19:56:00 sentry script,info Sniffer IS NOT RUNNING at Start of script
Mar 18 19:56:02 sentry script,info Sniffer is running at End of script
… just need to make sure MikroTik knows it’s a problem, since it was something that was broken along the way, they need to know it’s now broken so that it can be fixed…