No matched flows

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
hmaierh
Posts: 3
Joined: Thu Feb 11, 2016 2:40 am

No matched flows

Post by hmaierh »

NNA doesn't show anything. I created a source on port 9995 but the captured nfcapd files have a size of 276 bytes, which means they are empty. so nfdump on these nfcapd-files says: no matched flows
It seems like nfcapd/nfdump, can't extract the netflow data.

I tried to update and recompile nfdump, but it doesn't work.
Port is open and working.
Time is set correct on all machines.
Router configuration should also be allright, because i am receiving flows with other tools like nfsen.
I even captured netflow as a pcap-file with tcpdump on that port, analyzed it with Wireshark and it shows me netflow.

Any ideas how to fix that?
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: No matched flows

Post by bwallace »

On the NNA server, do you do have your firewall/IP tables/SE Linux rules open to this traffic?

Reason I ask is that a tcpdump captures the packets before the kernel sees it. Since you've already confirmed via a tcpdump that this traffic is getting to the NNA server, then I'm rather suspicious of the aforementioned items. If you haven't already, could you you take a look at these settings to confirm that they are not blocking/ dropping this traffic?
Be sure to check out the Knowledgebase for helpful articles and solutions!
hmaierh
Posts: 3
Joined: Thu Feb 11, 2016 2:40 am

Re: No matched flows

Post by hmaierh »

bwallace wrote:On the NNA server, do you do have your firewall/IP tables/SE Linux rules open to this traffic?

Reason I ask is that a tcpdump captures the packets before the kernel sees it. Since you've already confirmed via a tcpdump that this traffic is getting to the NNA server, then I'm rather suspicious of the aforementioned items. If you haven't already, could you you take a look at these settings to confirm that they are not blocking/ dropping this traffic?


The firewall on the NNA server is turned off, IP tables accept all. I checked the SE Linux rules and it looked good.
But I will check the SE Linux rules again.

Thank you for that advice.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: No matched flows

Post by bwallace »

Thanks, definitely lets us know what you find out.
Be sure to check out the Knowledgebase for helpful articles and solutions!
hmaierh
Posts: 3
Joined: Thu Feb 11, 2016 2:40 am

Re: No matched flows

Post by hmaierh »

bwallace wrote:Thanks, definitely lets us know what you find out.
Hi bwallace,

I disabled SELINUX, so that no policy can block NNA. but it is still not detecting netflow.

I still believe that there is something wrong with nfdump/nfcapd, but reinstall doesn't solve that issue.

do you have any other ideas?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: No matched flows

Post by tgriep »

What version of Nagios Network Analyzer are you running?
Can you provide any details on your OS. What distribution and version is it?
What make and model type of equipment you have sending the Netflow data?
What version of Netflow are you running on your equipment?

Can you login as root on the NA server and run the following and post it here?

Code: Select all

ps -ef
service iptables status
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked