Description
Hi!
I have fastnetmon (paid version) and i want to use flow based thresholds for ddos alerting, but when i look at in_flows/out_flows counters then they dont seem accurate (bytes and packets counters on the other hand do seem accurate). For example this is output of "show single_host_counters ..." command for a DNS server (a lot of DNS requests over UDP)
icmp_in_bytes 72
icmp_in_packets 0
icmp_out_bytes 3470
icmp_out_packets 29
in_bytes 236412
in_flows 6
in_packets 874
out_bytes 120032
out_flows 9
out_packets 1249
tcp_in_bytes 0
tcp_in_packets 0
tcp_out_bytes 2
tcp_out_packets 0
tcp_syn_in_bytes 0
tcp_syn_in_packets 0
tcp_syn_out_bytes 0
tcp_syn_out_packets 0
udp_in_bytes 236334
udp_in_packets 873
udp_out_bytes 116555
udp_out_packets 1216
There should be more than 1000 flows per second for that host, but flow counters are consistently around 10 or so... Is there something that i could check in my config or any ideas what could cause that?
PS! Also, as i understand flow counters should work only for ipv4 and ipv6 is not supported yet?
EDIT: btw i am running fastnetmon in mirror mode.