首页 > 其他 > 详细

Install ntopng on Ubuntu 14.04 Server

时间:2014-08-04 18:22:18      阅读:628      评论:0      收藏:0      [点我收藏+]


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


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.list

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


aptitude update

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

service snmpd stop
update-rc.d snmpd disable

2. ntopng -h

vi /etc/ntopng/ntopng.start

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


vi /etc/ntopng/ntopng.conf

-G=/var/run/ntopng.pid


service redis-server restart

service ntopng start


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: admin
password: admin


本文出自 “Ilovecat(个人笔记)” 博客,请务必保留此出处http://hj192837.blog.51cto.com/655995/1535423

Install ntopng on Ubuntu 14.04 Server,布布扣,bubuko.com

Install ntopng on Ubuntu 14.04 Server

原文:http://hj192837.blog.51cto.com/655995/1535423

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!