Nerdy Drunk

Drunk on technology

User Tools

Site Tools


linux:ntop

ntop on CentOS 6.8

[root@ntop ~]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
[root@ntop ~]# vi /etc/yum.repos.d/ntop.repo
[ntop]
name=ntop packages
baseurl=http://packages.ntop.org/centos-stable/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://packages.ntop.org/centos-stable/RPM-GPG-KEY-deri
[ntop-noarch]
name=ntop packages
baseurl=http://packages.ntop.org/centos-stable/$releasever/noarch/
enabled=1
gpgcheck=1
gpgkey=http://packages.ntop.org/centos-stable/RPM-GPG-KEY-deri
[root@ntop ~]# yum install wget
[root@ntop ~]# cd /etc/yum.repos.d/
[root@ntop yum.repos.d]# wget https://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo
[root@ntop ~]# yum install pfring n2disk nprobe ntopng ntopng-data nbox system-config-firewall-tui dbus dbus-python


Disable SELinux

[root@ntop ~]# vim /etc/sysconfig/selinux


Enable IP Forwarding

[root@ntop ~]# vi /etc/sysctl.conf
net.ipv4.ip_forward = 1


Reboot

[root@ntop ~]# service ntopng status
ntopng is not running
[root@ntop ~]# service ntopng start
Starting ntopng:                                           [  OK  ]
[root@ntop ~]# service ntopng status
ntopng running as 1860


http://172.16.4.25:3000
Username: admin
Password: admin

linux/ntop.txt · Last modified: 2022/07/21 10:41 by 127.0.0.1