* Yuri Francalacci <[email protected]>:

> Ralf are you using ntopng precompiled packages or do you have compiled
> it on your own?
We built from source:
./configure
make 
make install

> if so, please tell us how you compile and in both cases how did you
> start ntopng.

#!/bin/sh

IFACE="eth2"
NETWORKS="10.32.32.0/22,10.32.36.0/22,192.168.222.0/24,10.32.0.0/22,10.32.4.0/22,10.36.0.0/22"

exec /usr/local/bin/ntopng -i $IFACE --local-networks=$NETWORKS --redis 
localhost --dont-change-user -D

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
[email protected]        Campus Benjamin Franklin
http://www.charite.de              Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to