安裝ntop
安裝ntop
套件。
shell> apt-get install ntop -y
shell> apt-get install ntopng -y
/etc/ntopng.conf
-e=
-i=eth0
-w=3000
shell> ntop --set-admin-password=<pass>
切換至「/var/lib/ntop」目錄下。
shell> cd /var/lib/ntop
shell> vi init.cfg
USER="ntop"
INTERFACES="eth1"
shell> service ntop restart