This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Linux is not sending Netflow traffic

I have installed fprobe on ubuntu and also added it with SNMP. I can see data using wireshark on solarwinds server coming on port 2055  but unable to see it in NTA. One interface of the linux i showing in unsupported. Please  guide.

fprobe command:

sudo fprobe -fip -x0:0 -B4096 -b10 -r2 -q10000 -t10000:10000000 -n 5 -e 10 -d 10 -a 192.168.0.21 -i eth0 172.172.20.20:2055

  • what version of Ubuntu?  the 20.xx trains automatically enable the firewall (ufw), so you need to add udp2055 using "ufw allow 2055 to 172.172.202.20:2055" i beleive. 

    you can also use netstat on the ubuntu box to verify your actually sending the data.