Install ntopng on Ubuntu 14.04 Server


please check http://www.nmon.net/apt-stable/
web


1. echo -e "deb http://www.nmon.net/apt-stable/14.04/ x64/\ndeb http://www.nmon.net/apt-stable/14.04/ all/" > /etc/apt/sources.list.d/ntop.listredis

wget -qO - http://www.nmon.net/apt-stable/ntop.key | sudo apt-key add -dom


aptitude updatetcp

aptitude -y install pfring nprobe ntopng ntopng-data n2disk nbox ide

service snmpd stop
update-rc.d snmpd disable

2. ntopng -h.net

vi /etc/ntopng/ntopng.startrest

--local-networks "172.20.16.0/24"
--interface 1


vi /etc/ntopng/ntopng.confserver

-G=/var/run/ntopng.pid


service redis-server restartip

service ntopng startget


3. netstat -ltunp | grep 3000


4. 若有防火牆

iptables -A INPUT -p tcp -m tcp --dport 3000 -j ACCEPT


5. View the web interface:

http://www.domainname.com:3000

Log in with:username: adminpassword: admin

相關文章
相關標籤/搜索