Skip to content

nfdump 1.7 sflow not read, how to debug? #514

Answered by phaag
atbohmer asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Andre,
Please make sure, your firewall does not block port 9001. Even if it sounds to easy, it is the most often reason for cases like these.

Please note, that tcpdump grabs the packets before the firewall, therefore you'll see them always. If you think it should be open, dump these packets from port 9001 with tcpdump -w 9001.pcap ..... for a minute or so and feed them to a test instance of sfcapd: sfcapd -w /tmp -vv -f 9001.pcap As you already compiled with --enable-readpcap, sfcapd already can read this pcap.
If you get now a valid flow file, then you need to check your firewall again, or any other host settings, otherwise send me that pcap, so I can check, what's wrong.

If you open…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@atbohmer
Comment options

Answer selected by atbohmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants