Source created, NNA not listening on the unique port
Posted: Sat Nov 19, 2016 2:22 am
Hello,
I've installed NNA on CentOS 7 and everything looks good. I created a source and specified the port as 1100. When on NNA server, I try to telnet localhost 1100 it doesn't connect. However, the process seems to be running:
Please help me get NNA running and start collecting data from a linux source.
Thanks
I've installed NNA on CentOS 7 and everything looks good. I created a source and specified the port as 1100. When on NNA server, I try to telnet localhost 1100 it doesn't connect. However, the process seems to be running:
Code: Select all
# ps -ef --cols=300 |grep nfcapd
nna 8413 1 0 14:40 ? 00:00:00 /usr/local/bin/nfcapd -I 1 -l /usr/local/nagiosna/var/BrS/flows -p 1100 -x /usr/local/nagiosna/bin/reap_files.py %d %f %i -P /usr/local/nagiosna/var/BrS/1100.pid -D -e -w -z
nna 8414 8413 0 14:40 ? 00:00:00 /usr/local/bin/nfcapd -I 1 -l /usr/local/nagiosna/var/BrS/flows -p 1100 -x /usr/local/nagiosna/bin/reap_files.py %d %f %i -P /usr/local/nagiosna/var/BrS/1100.pid -D -e -w -z
root 8871 8666 0 15:07 pts/1 00:00:00 grep --color=auto nfcapd
Code: Select all
# telnet localhost 1100
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Thanks