ntop のインストール
2005-09-12 作成 福島


libpcap をインストール
(あまり古いと pcap-bpf.h が入ってないので新しいものを入れます)

$ tar xzf libpcap-0.9.3.tar.gz
$ cd libpcap-0.9.3
libpcap-0.9.3$ ./configure
libpcap-0.9.3$ make
libpcap-0.9.3$ su
libpcap-0.9.3# make install
libpcap-0.9.3# exit
libpcap-0.9.3$ cd
$

ntop のソースを取得 (なぜか CVS でしか用意されていない)
$ export CVSROOT=:pserver:anonymous@cvs.ntop.org:/export/home/ntop and then execute the following
$ cvs login (パスワードは 'ntop')
$ cvs checkout ntop
$ cvs logout

ntop をインストール
$ cd ntop
ntop$ ./configure
ntop$ make
ntop$ su
ntop# make install

************************************************************
************************************************************

  WARNING: This install created a directory for the ntop
           files and databases:

             //usr/local/share/ntop

           This directory MUST be owned by the user
           which you are going to use to run ntop.

           The command you must issue is something like:

           chown -R ntop.ntop //usr/local/share/ntop
     or    chown -R ntop:users //usr/local/share/ntop

           man chown to check the syntax for YOUR system

************************************************************
************************************************************

ntop# /usr/sbin/useradd ntop
ntop# chown -R ntop:ntop /usr/local/share/ntop

ntop にパスワードを設定 (いきなりデーモンモードで立ち上げないこと)
ntop# /usr/local/bin/ntop -A
Please enter the password for the admin user: ********
Please enter the password again: ********
ntop# /usr/local/bin/ntop --daemon (パスワードを設定したらデーモンモードで立ち上げる)

ブラウザで http://Server:3000/ を開く