Search found 6 matches

by pchua
Tue Aug 11, 2015 5:50 pm
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

Re: NNA on AWS

Hi all, Just to give an update. After trying to update CentOS to latest version and trying to check other things, I finally figured out how to make it work. fprobe wasn't running at all before, and I needed to include -n option and choose the newest version instead of the default (5). fprobe -i eth0...
by pchua
Wed Aug 05, 2015 8:50 pm
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

Re: NNA on AWS

I've tried using fprobe -i eth0 10.0.0.44:49152 but I still get the same results. No traffic graph on NNA server and tcpdump doesn't show traffic going to 49152. It seems that fprobe might not be sending netflow data correctly, or I am missing a collector on my NNA server side (just to be sure, once...
by pchua
Wed Aug 05, 2015 6:52 pm
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

Re: NNA on AWS

Here is the sample output from the tcpdump: It looks like my source server (10.0.0.91) isn't sending netflow data to NNA server (10.0.0.44) at port 49152 as I initially requested. I ran fprobe 10.0.0.44:49152 on my source server but it isn't sending correctly I guess. Reason being is that I do not g...
by pchua
Wed Aug 05, 2015 12:23 pm
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

Re: NNA on AWS

I disabled iptables on the NNA server. So far I still see no change.
by pchua
Wed Aug 05, 2015 10:56 am
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

Re: NNA on AWS

I have set the Security Group to allow UDP incoming traffic to port 49152 (the port I'm using to send netflow data to my NNA server) and I've setup my source on the NNA to receive from this port. All outbound traffic is permitted. Is there any other ports I need to open up for NNA for the traffic gr...
by pchua
Tue Aug 04, 2015 6:04 pm
Forum: Nagios Network Analyzer
Topic: NNA on AWS
Replies: 14
Views: 5016

NNA on AWS

Hi all,

I installed NNA on a CENTOS 7 server inside a VPC. I created another CENTOS 7 server on the same VPC and installed fprobe to send netflow data to the NNA server.

However I am not getting any graph or traffic information. Is there anything I am missing?

Thanks!