I removed -v and -b option and stopped and started ntop again.  I waited
about 10 or 15 minutes, but  I see no data at all.  The links still go off
to web pages that do not exist.  I see ntop say it is putitng eth0 and eth1
into promisc mode.  tcpdump shows traffic.  Is it a permissions issue where
the web pages are getting made if -u ntop was used?  How can I figure out
what is going on?

David


-----Original Message-----
From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 4:40 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [Ntop] No information on web pages displaying


Most web pages are built by ntop on the fly.  Certainly any with data in
them.

Try running without the database stuff and make sure ntop is recording and
displaying data.

-----Burton


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David
Shapiro
Sent: Monday, July 15, 2002 2:10 PM
To: '[EMAIL PROTECTED]'
Subject: [Ntop] No information on web pages displaying


Hello,

I have a cvs I was able to build earlier from cvs (version 2.1.0).  I buildt
with --enable-mysql and --enable-sslv3.  None of the links point to pages
that exist (e.g., All Protocols points at SortDataReceivedProtos.html, but
this page does not exist).  Do these get autogenerated by something?  My
mysql database NTOP was populated with tables doing the following:

mysqladmin -u ntop -p create NTOP
mysql -u ntop -p NTOP < database/mySQLdefs.txt  # user ntop was given ALL
control to
database and tables in NTOP

and ran:
perl database/mySQLserver.pl &          # modified script to use port 3306
and added
                                                        # username/password
section to DBD::connect

and started ntop with

  cd /usr/local/etc
        /usr/local/bin/ntop \
        -a /var/log/ntop-access.log \
        -b localhost:3306 \
        -l pcap.log \
        --no-interface-merge \
        --interface eth0,eth1 \
        --user ntop \
        --trace-level 5 \
        --enable-external-tools \
        --store-mode 2 \
        --mysql-host ntop:password:NTOP:localhost \             # real
password omitted here
        --local-subnets 10.1.1.0/24 \
        --http-server 3000 \
        --https-server 7000

No errors occur, including none about database failures.  But no data is in
the tables and none of those web page links exist.  Am I doing something
wrong?
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

Reply via email to