RE: [Ntop] problem with ntop www display

2002-02-15 Thread Burton M. Strauss III
(Excerpted Slightly updated from a 07Jan2001 post to ntop and ntop-dev) Please give us more information... Specifically: Hardware Type # of processors Amount of memory # network interfaces and types (vendor, bus, etc.) Software NTop version, source and any applied

RE: [Ntop] Ntop should monitor only 1 host

2002-02-15 Thread Burton M. Strauss III
Yes -m tells ntop what is local, not what to monitor. You need to use the -B option and create a filter. Off the top of my head, something like this: -B src or dst host aaa.bbb.ccc.ddd -Burton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Axel

[Ntop] question using custom services.list with NTOP

2002-02-15 Thread Damon Sisola
I am using a file to tell ntop which services to report on using the command line: ntop -w 5000 -d -q -m 192.168.1.0/24 -p /usr/local/bin/services.list Ntop is watching and reporting on the ports in the protocol.list file, however it is also displaying duplicate columns for all of the default

RE: [Ntop] Ntop should monitor only 1 host

2002-02-15 Thread Damon Sisola
By using the -m switch, you have told ntop how to differentiate between your defined local subnet and all other hosts within its reports. To tell ntop to only watch one host use TCPdump style arguments like: ntop host 192.1.1.1 Damon -Original Message- From: [EMAIL PROTECTED]

RE: [Ntop] Problem merging traffic on multiple interfaces on v2.0.1

2002-02-15 Thread Burton M. Strauss III
1) There was a bug related to -M always being on/off - it's been fixed. 2) There are a number of changes in the hashing tables, etc. Please try a more recent snapshot. -Burton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Domski, Samuel Sent:

Re: [Ntop] can't install ntop

2002-02-15 Thread Guillaume
Dans son précédent message Jane Sun écrivait : I try to download ntop v2.0 or v1.1 and install. I couldn't go through. Do you have any documentation for installation and executable file which I can download? Which files did you download and for what kind of OS ? Guillaume [ Sent with

RE: [Ntop] FreeBSD 4.5R and LOTS of ntop zombies when using web interface

2002-02-15 Thread Burton M. Strauss III
In my 04Feb2002 message about changes to ntop, I mentioned the zombie: 7. Some code that looks like it's work on the BSD zombie problem... grep for usedFork... then again... Have you tried one of the more recent snapshots? Feed back on whether it's fixed would be useful... -Burton

[Ntop] Multiple Interfaces

2002-02-15 Thread Davinder Singh - McLean
I have three different networks on different switches with same subnet mask.I want to run ntop using three listening interfaces on one PC. It is desirable to view three networks seperately using one IP address. Anyone with ides to implement this on NTOP running on Linux platform. Davinder

RE: [Ntop] FreeBSD 4.5R and LOTS of ntop zombies when using web interface

2002-02-15 Thread Sean O'Neill
I'm trying to compile snapshot 2-15-2002 but I'm getting the following error on FreeBSD 4.5R: # gmake gmake all-recursive gmake[1]: Entering directory `/tmp/ntop-current/ntop' Making all in . gmake[2]: Entering directory `/tmp/ntop-current/ntop' /bin/sh ./libtool --mode=link gcc -g -O2 -pipe

RE: [Ntop] FreeBSD 4.5R and LOTS of ntop zombies when using web interface

2002-02-15 Thread Sean O'Neill
K ... I cheated a bit and hacked libtool by changing the following #current=$2 current=0 This allowed the compile to continue - somewhat. Now I'm getting this: .libs/libntop.so: undefined reference to `atoll' gmake[2]: *** [ntop] Error 1 gmake[2]: Leaving directory

[Ntop] Error compiling NTOP on Win2K

2002-02-15 Thread Dilan Arumainathan
I am trying to compile NTOP under windows 2000 and am getting the following error. I have followed the instructions step by step and when I start compiling NTOP itself I get this error. I also noticed that the current release (stable) doesn't containe bpf.h that is supposed to have the necessary

RE: [Ntop] Multiple Interfaces

2002-02-15 Thread Burton M. Strauss III
Um... Read the man page? You have two choices. One is to run a single instance and use the -M flag Two is to run multiple instances, each monitoring separate nics Make sure you are using a recent snapshot, as there were problems with -M in the 2.0 released version. -Burton -Original

RE: [Ntop] FreeBSD 4.5R make problem

2002-02-15 Thread Burton M. Strauss III
Edit the generated Makefile, puting a valid # after the -release... There is something wrt to automake/autoconf/make, whatever, where it doesn't put the version # in properly. I though this was fixed, but it comes back. 1. run ./autogen.sh -1 this rebuilds everything and is an especially good

RE: [Ntop] FreeBSD 4.5R compile problems

2002-02-15 Thread Burton M. Strauss III
Yeah, that's one way to do it... ugly, but it works... I personally patch the Makefiles. Someday I'll learn enough about automake/autoconf/make et al to fix it for real (ha!). As to the other problem... I guess updating to FreeBDS 5 isn't an option? ATOI(3) Linux Programmer's

RE: [Ntop] Error compiling NTOP on Win2K

2002-02-15 Thread Burton M. Strauss III
The 1st error can be ignored - file doesn't exist, so it can't rm it... Anyway, in ntop after the 2.0 release (you don't tell us which version of the source you are using...), those missing routines were refactored out of pbuf.c into protocols.c, which I don't see in the list of .o files. I'm

RE: [Ntop] Installation

2002-02-15 Thread Burton M. Strauss III
What you see is what there is... you can look at http://www.ntop.org and http://snapshot.ntop.org and in the docs/ directory. Writing documentation would be a wonderful way to contribute to the ntop project! -Burton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Ntop] problem for launch ntop

2002-02-15 Thread Laurent DIDIER
Good evening I write because i have compiled and installed ntop on computer, i have to download the latest version of ntop, and i have download automaker-1.5.tar.gz. I have launch ./configure make make install But i have one problem for create the link for man page and when i launch ntop by

RE: [Ntop] problem for launch ntop

2002-02-15 Thread Burton M. Strauss III
Two solutions - Igor's: mkdir /usr/.../man/man1/intop will get you past the problem, however the intop.1 file will be in .../man1/intop/intop.1 and won't be found by man. That's pretty minor. You could also try regenerating the files with ./autogen.sh -1 (downloading the new automake isn't

[Ntop] problem for launch NTOP

2002-02-15 Thread Laurent DIDIER
I have launch ./mkinstalldirs But the error continous this the copy of the different message /bin/sh ./mkinstalldirs /usr/local/bin /bin/sh ./libtool --mode=install /usr/bin/install -c ntop /usr/local/bin/ntop /usr/bin/install -c .libs/ntop /usr/local/bin/ntop /bin/sh ./mkinstalldirs

RE: [Ntop] a couple of questions

2002-02-15 Thread Burton M. Strauss III
Yes it is - and if you read the message traffic, you would have seen the same report. But without the info, I would waste a lot of MY time on irrelevant issues. The key is the traffic mirroring. You need to use a more recent version and use the '--border-sniffer-mode' or '-j' option. This was

RE: [Ntop] problem for launch NTOP

2002-02-15 Thread Burton M. Strauss III
Once it fails, it won't install other files you need. Or the gdbm error could be that you forgot to stop the prior instance of ntop. Third possibility, the userid you are running under doesn't have rights to the existing files (I've had that when I manually ran as root, then tried to run a 2nd

[Ntop] Win2K:NTOP2.0: Starter questions

2002-02-15 Thread Dilan Arumainathan
Now that I have got NTOP working under Win2K (Thanks Burton). A couple of things have got me looking for an answer. I was enjoying the nice metallic webpage with shaded clickable images etc. for a while and suddenly I have just a two frame document. Is this an option? I have tried running NTOP