2.停用iptables
[root@ntop-u ~]# service iptables stop
[root@ntop-u ~]# chkconfig iptables off
3.OS更新
[root@ntop-u ~]# yum update
4.安裝ntop
參考資料
http://packages.ntop.org/centos/
http://shaurong.blogspot.tw/2013/11/ntopng-11-yum-centos-64-x64.html
[root@ntop-u ~]# cd /etc/yum.repos.d/
[root@ntop-u yum.repos.d]# yum install wget
[root@ntop-u yum.repos.d]# wget http://packages.ntop.org/centos/ntop.repo -O ntop.repo
[root@ntop-u yum.repos.d]# wget https://copr.fedorainfracloud.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo
[root@ntop-u yum.repos.d]# rpm -ivh http://packages.ntop.org/rpm6/extra/hiredis-0.10.1-3.el6.x86_64.rpm http://packages.ntop.org/rpm6/extra/hiredis-devel-0.10.1-3.el6.x86_64.rpm
[root@ntop-u yum.repos.d]# yum erase zeromq3
[root@ntop-u yum.repos.d]# yum clean all
[root@ntop-u yum.repos.d]# yum update
[root@ntop-u yum.repos.d]# yum install pfring n2disk nprobe ntopng ntopng-data cento
[root@ntop-u yum.repos.d]# chkconfig ntopng on
[root@ntop-u yum.repos.d]# chkconfig redis on
[root@ntop-u yum.repos.d]# chkconfig --list | grep ntopng
ntopng 0:關閉 1:關閉 2:開啟 3:開啟 4:開啟 5:開啟 6:關閉
[root@ntop-u yum.repos.d]# chkconfig --list | grep redis
redis 0:關閉 1:關閉 2:開啟 3:開啟 4:開啟 5:開啟 6:關閉
[root@ntop-u ntopng]# vi /etc/ntopng/ntopng.start
--local-networks "126.3.10.239"
--interface 1
[root@ntop-u ntopng]# vi /etc/ntopng/ntopng.conf
-G=/var/run/ntopng.pid
[root@ntop-u ntopng]# service redis start
[root@ntop-u ntopng]# service ntopng restart
用瀏覽器連上 port 3000
http://126.3.10.239:3000
username: admin
password: admin
password: admin
沒有留言:
張貼留言