nProbe
nProbe copied to clipboard
Removing unwanted network hosts
Hello!
nprobe -v
Welcome to nProbe v.10.4.240620 for x86_64-pc-linux-gnu with native PF_RING acceleration. Built with nDPI 4.8.0-4333-467c27ce8
Copyright 2002-23 ntop.org
Version: 10.4.240620 Build OS: Rocky Linux release 9.3 (Blue Onyx) SystemID: L7DB098D2B205A206--U7DB098D2676D0F08--OL GIT rev: 10.4-stable:1003e06277ed8850e299c516c8f0dd322ea40bbd:20240620 Edition: nProbe Enterprise M
Following this example
https://github.com/ntop/nProbe/issues/271#issuecomment-391651255 Use --collection-filter=!192.168.92.1 or --collection-filter=!192.168.92.1/32 to discard a single IP.
I updated all 4 nprobe
-rw-r--r--. 1 root root 2277 Jun 29 18:12 nprobe-eno3.conf -rw-r--r--. 1 root root 2278 Jun 29 18:13 nprobe-eno4.conf -rw-r--r--. 1 root root 2219 Jun 29 18:13 nprobe-ens1f0.conf -rw-r--r--. 1 root root 2280 Jun 29 18:14 nprobe-ens1f1.conf
with this line
--collection-filter=!123.123.128.82/32
But it seems not to work.
Here is the output from nprobe-ens1f1.conf
--zmq tcp://*:5558 –agent-mode -i=ens1f1 -n=none -w=524288 -T="@NTOPNG@" --collection-filter=!123.123.128.82/32
Thank you, Gabriel