I am on 4.7.1.7
Netflow data used to come up under Logging > Netflow. I havent checked in a while but today i checked and see no results.
I can confirm Flow data is showing up on the server itself by running tcpdump. Any ideas?
Netflow data used to come up under Logging > Netflow. I havent checked in a while but today i checked and see no results.
I can confirm Flow data is showing up on the server itself by running tcpdump. Any ideas?
tcpdump -i eth0 | grep 2055
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
20:09:29.581140 IP atl-fw1-inet.moore.lan.10305 > nxfilter-192-168-3-60.moore.lan.2055: UDP, length 1464
20:09:29.581203 IP atl-fw1-inet.moore.lan.10305 > nxfilter-192-168-3-60.moore.lan.2055: UDP, length 1464
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
20:09:29.581140 IP atl-fw1-inet.moore.lan.10305 > nxfilter-192-168-3-60.moore.lan.2055: UDP, length 1464
20:09:29.581203 IP atl-fw1-inet.moore.lan.10305 > nxfilter-192-168-3-60.moore.lan.2055: UDP, length 1464
Comment