ntop / nProbe

Open source components and extensions for nProbe
http://ntop.org
GNU General Public License v2.0
1.64k stars 44 forks source link

nprobe config #445

Closed CyberbreinAirw0lf closed 3 years ago

CyberbreinAirw0lf commented 3 years ago

Team,

Is there a way to use nprobe for converting packet data into netflow data? The packets are coming in via a Linux device on eth1-3. For example Netflow 5 or Netflow 9? Perhaps somebody can provide an example?

Thank you - Will

simonemainardi commented 3 years ago

Yes.

Examples:

nprobe -i eno1 -n 1.2.3.4:2055 -V 9
nprobe -i none -n 1.2.3.4:2055 --collector-port 6343

see https://www.ntop.org/guides/nprobe/configurations.html for full documentation

CyberbreinAirw0lf commented 3 years ago

Thank you - that was very helpfull