2017年4月7日 星期五

centos 6.8 install ntopng

1.在ESXi安裝CentOS6.8 x86_64 mininal Server虛擬機
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 




沒有留言:

ubuntu 安裝完kubernetes後做apt-get update會出現錯誤

root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...