2014年9月22日 星期一

[研究] ntopng 1.2.2 安裝(svn)(CentOS 7.0 x86_64)

[研究] ntopng 1.2.2 安裝(svn)(CentOS 7.0 x86_64)

2014-09-22

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://www.ntop.org/ntop/mini-tutorial-fresh-install-of-ntopng-on-centos-7/

# yum -y groupinstall "Development Tools"
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm
yum -y install redis
systemctl enable redis.service
systemctl start redis.service
systemctl --all | grep redis

yum install -y subversion autoconf automake make gcc libpcap-devel libxml2-devel sqlite-devel libtool glib2-devel gcc-c++
cd /usr/local/src
svn co https://svn.ntop.org/svn/ntop/trunk/ntopng
cd ntopng
./autogen.sh
./configure
make
cp -p ntopng /usr/bin
#./ntopng --help
#./ntopng -V
#v.1.2.2 (r8323)

#Change user admin password
#echo -n fatboy | md5sum
#1f519e089fc11e3fe61fb424f76ca133  -

#redis-cli ping
#PONG
#redis-cli SET user.admin.password 1f519e089fc11e3fe61fb424f76ca133
#OK

#Start ntopng
/usr/bin/ntopng &

#service iptables stop
systemctl stop iptables

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

username: admin
password: admin






http://www.ntop.org/ntop/mini-tutorial-fresh-install-of-ntopng-on-centos-7/

http://majzel.blogspot.tw/2014/08/network-monitoring-with-ntopng-under.html

(完)

相關

[研究] ntopng 1.2.2 安裝(svn)(CentOS 7.0 x86_64)
http://shaurong.blogspot.com/2014/09/ntopng-122-centos-70-x8664.html

[研究] 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 x64)
http://shaurong.blogspot.com/2013/11/ntopng-11-yum-centos-64-x64.html

[研究] NTOP 5.0.1 快速安裝程式(tar.gz)(CentOS 7.0 x64_86)
http://shaurong.blogspot.com/2014/08/ntop-501-targzcentos-70-c6486.html

沒有留言:

張貼留言