> Could you share exactly how to do this? The command line for ntopng?

I had provided it to Luca via the list earlier this month.  Here's how
I run ntopng:

  /usr/bin/ntopng \
    -G=/var/tmp/ntopng.gid \
    --interface 6 \
    --local-networks "192.168.0.0/16,172.16.0.0/12,10.0.0.0/8" \
    --dns-mode 1 \
    --dump-flows 'es;flows;ntopng;http://el01.mydom.lan:9200/_bulk' \
    --packet-filter 'ip and not (host 10.11.0.1 and port 161)' \
    --ndpi-protocols /var/tmp/ntopng/protos.txt \
    ;

HTH,

Chris
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to