Centos 6.3 ntop Configuration Notes

Source: Internet
Author: User
Tags geoip openssl rrd rrdtool centos

System environment: Centos6.3 x64

ntop:ntop-5.0.1

Rrdtool:rpmforge Source

Libpcap:rpmforge Source

NTOP is a network traffic monitoring tool with Web management interface, which is used to monitor the intranet traffic in Linux station. It can be installed on the gateway or bridged between gateways and access layer switches as a sniffer that can be understood as a reinforced version of the sniffer.

1. Install third party yum source

# http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

# RPM-IVH rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

2. Install Dependency Pack

# yum Install Libtool automake autoconf M4 make gcc gcc-c++ gdbm gdbm-devel zlib zlib-devel OpenSSL openssl-devel python-d Evel GeoIP Geoip-devel-y

3. Install Libpcap

# yum Install Libpcap libpcap-devel-y

4. Install RRDtool

# yum Install RRDtool rrdtool-devel-y

4. Install ntop

# wget Http://sourceforge.net/projects/ntop/files/ntop/Stable/ntop-5.0.1.tar.gz/download

# TAR-ZXVF Ntop-5.0.1.tar.gz

# CD ntop-5.0.1

#./autogen.sh

# Make && make install

5. Establish NTOP Users and groups

# Groupadd NTOP

# Useradd Ntop-g ntop

6. Configure NTOP User Rights

NTOP's home directory defaults to/usr/local/share/ntop

# Chown-r Ntop:ntop/usr/local/share/ntop

7. Create the RRD directory used by ntop

# MKDIR/USR/LOCAL/VAR/NTOP/RRD

# Chown-r NTOP:NTOP/USR/LOCAL/VAR/NTOP/RRD

8. Start ntop

# ntop-u Ntop-d

9. Login ntop in browser (username/password: admin/admin)

http://192.168.7.73:3000

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.