Hi Amarof, I think you answered to the wrong thread, but anyway.
> i'm using ntop 2.00 > i don't want that ntop sniff some IP on my subnet how to exclude it? That's easy: when starting ntop after you gave the parameters, add a tcpdump-like expression to filter the packets. For example: ntop -i eth0 not host <IP-Addr.1> and not host <IP-Addr.2> Then the kernel filters these packets. I'm currently editing the ntop sources to allow the entering of filtering rules via web interface while ntop is running. CU, Michael -- Michael Weidel, University of Ulm, Computing Center EMAIL: [EMAIL PROTECTED] WWW (PGP-KEY): http://www.weidel.org/ _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
