tar xf ntopng-2.4-stable.tar.gz -C /soft cd /soft/ntopng-2.4-stable sh autogen.sh ./configure --with-pic make geoip make
软件配置
1 2 3 4 5 6 7
mkdir /etc/ntopng -p vim /etc/ntopng/ntopng.conf -G=/var/run/ntopng.pid vim /etc/ntopng/ntopng.start --local-networks "192.168.6.133/32" --interface 1 sh /soft/ntopng-2.4-stable/ntopng
1 2 3 4 5 6 7 8 9
cd /etc/yum.repos.d/ wget http://packages.ntop.org/centos-stable/ntop.repo -O ntop.repo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm wget https://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo rpm -ivh http://packages.ntop.org/rpm6/extra/hiredis-0.10.1-3.el6.x86_64.rpm http://packages.ntop.org/rpm6/extra/hiredis-devel-0.10.1-3.el6.x86_64.rpm yum erase zeromq3 (Do this once to make sure zeromq3 is not installed) yum clean all yum update yum install ntopng ntopng-data cento