1 頁 (共 1 頁)

Fedora16/17/18/19安裝ntop

文章發表於 : 週一 8月 19日, 2013年 11:03 am
門神
yum -y install ntop
ntop -A
service ntop start
firefox http://localhost:3000/ &

NTOP 開放遠端存取 http://ip:3000或是https://ip:3001
關Firewall

console
-->su root_password
-->vi /etc/ntop.conf

更改
--http-server 127.0.0.1:3000 --https-server 127.0.0.1:3001
改為你要的interface ip比如
--http-server 192.168.254.62:3000 --https-server 192.168.254.62:3001
之後下
ntop restart
就可以了