Hello:

Here is what I did to get it working on RedHat 8.0, it should
be the same for you:

cd /usr/local
lynx
http://easynews.dl.sourceforge.net/sourceforge/ntop/ntop-2.1.3-0.i386.rpm

/usr/sbin/useradd ntop
If you get the message:
useradd: group ntop exists - if you want to add this user to that group,
use -g.
Use this command:
/usr/sbin/useradd ntop -g ntop

rpm -ivh ntop-2.1.3-0.i386.rpm

cd /usr/share/ssl/certs
make ntop-cert.pem
        Answer the questions that come up

cp /usr/share/ssl/certs/ntop-cert.pem /etc

Run ntop to create an admin password:
cd /usr/share/ntop
/usr/sbin/ntop -P /usr/share/ntop -u ntop -A

vi /etc/init.d/ntop
In the start section do the following:
Add:
  cd /usr/share/ntop
before the daemon line.
Add:
  -w 0 -W 3001
to the daemon line.

It should look like this:
  cd /usr/share/ntop
  daemon $prog -w 0 -W 3001 -d -P /usr/share/ntop/ -u ntop -E

Reboot the machine:
/sbin/reboot

--
Neil Aggarwal
JAMM Consulting, Inc.    (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development    Websites, Ecommerce, Java, databases


> -----Original Message-----
From: [EMAIL PROTECTED]
[mailto:ntop-admin@un> > > ipi.it]On Behalf Of ����
Sent: Wednesday, January 01, 2003 7:44
>
AM
To: '[EMAIL PROTECTED]'
Subject: [Ntop] help


I want to install
ntop on my Red h> at 7.3 machine. on the download section at
the site I didnt saw
any downloads fot Red hat so my question is which
download is good for my OS?
thanlks
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to