We run ntopng on our 6.5 servers. You can get it from the repo..
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm cat > /etc/yum.repos.d/ntop.repo << EOF [ntop] name=ntop packages baseurl=http://rpm.ntop.org/\$releasever/\$basearch/ enabled=1 gpgkey=http://www.nmon.net/centos/RPM-GPG-KEY-deri EOF yum -y install ntopng chkconfig redis on /etc/init.d/redis start Then add the ports in iptables, and start it up. /usr/local/bin/ntopng -i eth1 -e -n 3 -d /var/lib/ntopng -U ntop -m <local subnet ip space> On Tue, Jun 10, 2014 at 3:17 PM, Promise Kumalo <[email protected]> wrote: > Hi all > > i have googled on how to install Ntop on centos6.5 but all the how to's > are not doing for me. has anyone installed ntop on centos 6.5. how did you > do it. if you have an effective link please share. > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop >
_______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
