sakko51150 发表于 2019-1-26 12:04:40

install ntopng 1.1.1 on CentOS 6.5 x86_64

  1.vi/etc/yum.repos.d/ntop.repo
  
name=ntop packages
baseurl=http://www.nmon.net/centos/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.nmon.net/centos/RPM-GPG-KEY-deri

  

  notes: check http://www.nmon.net/packages/ (最新地址为: http://packages.ntop.org/)

  

  2. install fedora epel repo
  rpm -ivh http://mirrors.sohu.com/fedora-epel/6Server/x86_64/epel-release-6-8.noarch.rpm
  

  3. yum -y install pfring n2disk nProbe ntopng ntopng-data nbox
  

  4. chkconfig snmpd off 它在安装完会自动开启snmpd,如果不用的话就关了
  

  5. 检查/etc/ntopng/ntopng.start
  

  6. cp /etc/ntopng/ntopng.conf.sample /etc/ntopng/ntopng.conf
  

  7. service redis start
  service ntopng start
  

  8. 检查下服务
  netstat -ltunp | grep 3000
  

  9. 如有防火墙

  iptables -A INPUT -p tcp -m tcp --dport 3000 -j ACCEPT
  

  10.View the web interface:
  http://www.domainname.com:3000
  Log in with:
username: admin
password: admin
http://blog.运维网.com/attachment/201312/203452570.png
  

  11. it's done

  




页: [1]
查看完整版本: install ntopng 1.1.1 on CentOS 6.5 x86_64