2014年9月19日 星期五

[研究] NTOPNG 1.2.2 (yum)安裝 (CentOS 6.5 x86_64)

[研究] NTOPNG 1.2.2 (yum)安裝 (CentOS 6.5 x86_64)

2014-09-19

ntopng 是 High-Speed Web-based Traffic Analysis and Flow Collection
ntopng 是 ntop 的下一代 (the next generation version of the original ntop)

官方網站
http://www.ntop.org/products/ntop/

下載
http://sourceforge.net/projects/ntop/files/ntopng/

安裝參考
https://svn.ntop.org/svn/ntop/trunk/ntopng/doc/UserGuide.pdf
http://www.nmon.net/centos/
https://ntop.org/svn/ntop/trunk/ntopng/README.ntopng


開始安裝

# 編寫 ntop.repo

vi /etc/yum.repos.d/ntop.repo
內容如下
[ntop] 
name=ntop packages 
baseurl=http://rpm.ntop.org/$releasever/$basearch/ 
enabled=1 
gpgkey=http://www.nmon.net/centos/RPM-GPG-KEY-deri 

# 用 yum 安裝

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 
yum -y install pfring n2disk nProbe ntopng 
# No package nProbe available.


# 設定

chkconfig ntopng on
chkconfig redis on
chkconfig --list | grep ntopng
chkconfig --list | grep redis

cd /usr/local/share/ntopng/httpdocs/geoip 
wget http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz 
gunzip GeoIPASNum.dat.gz 
wget http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz 
gunzip GeoIPASNumv6.dat.gz 
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
gunzip GeoLiteCity.dat.gz 
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz 
gunzip GeoLiteCityv6.dat.gz 

mkdir /etc/ntopng 

vi /etc/ntopng/ntopng.start 
內容
--local-networks "192.168.128.0"
--interface 1 

vi /etc/ntopng/ntopng.conf 
內容
-G=/var/run/ntopng.pid 

# 啟動

service redis start 
service ntopng start 

service iptables stop

用瀏覽器連上 port 3000
例如:
http://192.168.128.20:3000/

username: admin 
password: admin 




(完)

相關

[研究] NTOPNG 1.2.2 (yum)安裝 (CentOS 6.5 x86_64)
http://shaurong.blogspot.com/2014/09/ntopng-122-yum-centos-65-x8664.html

[研究] NTOPNG 1.1 (yum)安裝 (CentOS 6.4 x86_64)
http://shaurong.blogspot.tw/2013/11/ntopng-11-yum-centos-64-x64.html

[研究] ntop 5.0.1.tar.gz (CentOS 6.3) 快速安裝程式
http://shaurong.blogspot.tw/2012/12/ntop-501targz.html

[研究] NTOP 5.0 安裝(yum)(Fedora 18 x86)
http://shaurong.blogspot.tw/2013/02/ntop-50-yumfedora-18.html

沒有留言:

張貼留言