Re: [Ntop] NTOP 2

2002-03-21 Thread Luca Deri
Hi all, please note that the traffic rules is obsolete stuff as very few people used it so I decided to move it out the ntop tree. So ntop versions 2.0 will not sport traffic rules anymore. Cheers, Luca Dennis Schoen wrote: On Wed, Mar 20, 2002 at 11:02:46PM -0100, Hauser Marcel wrote:

Re: [Ntop] NTOP 2

2002-03-21 Thread Hauser Marcel
Quoting Dennis Schoen [EMAIL PROTECTED]: (to monitor all traffic external -- internal) ?? If you configure your firewall that it only allows browsing of the ntop port from the internal LAN and set a good password for the admin user, it should be reasonable secure. Yeah... thats what i

[Ntop] The sadn (and as yet unsuseful) saga of building ntop on Solaris 2.5

2002-03-21 Thread stan
I've been trying for the past day and a half to build ntop on Solaris 2.5.1. Here's what I'v doone. Downloaded and isntaled the following binary packages from Sunfreeware.com: autoconf-2.53-sol25-sparc-local.gz automake-1.6-sol25-sparc-local.gz gdbm-1.8.0.tar.gz

Re: [Ntop] The sadn (and as yet unsuseful) saga of building ntop on Solaris 2.5

2002-03-21 Thread stan
On Thu, Mar 21, 2002 at 11:31:39AM -0600, Burton M. Strauss III wrote: (Don't reply to me personally, reply to the list - I copy the individual who send the message as a minor courtesy.) OK, done :-) Sounds like you should try to get autoconf working (without it, you have the makefiles,

Re: [Ntop] More Solaris 2.5.1 build problems :-(

2002-03-21 Thread Anthony David
stan [EMAIL PROTECTED] writes: Thanks to a helpful list memebr I figured out what autoconf was not working, it's a bask script, so I downlaoded bash. Autocinfi ran (with a bunhc of warnings): Generating configuration files for ntop, please wait You should update your `aclocal.m4' by

[Ntop] build error on Red Hat 7.2

2002-03-21 Thread Florin Andrei
Compiling ntop-2.0 on Linux Red Hat 7.2: ./configure --prefix=/opt/ntop --enable-optimize [everything fine] make [stuff deleted] gcc -DHAVE_CONFIG_H -I. -I/usr/include/pcap -I/usr/include/openssl-g -O2 -pipe -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math -c main.c /bin/sh

[Ntop] NetFlows

2002-03-21 Thread Neil Fenemor
G'Day from down under, I was wondering if anyone has made a modification to the code to let the NetFlows to be sent every x minutes(or seconds) regardless of if they've finished or not, in an incomplete state, and of course not remove the flow. So the flow index is the same, but only the last

RE: [Ntop] More Solaris 2.5.1 build problems :-(

2002-03-21 Thread Burton M. Strauss III
1. it's bash, not bask 2. The message, autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4 sounds like you need to install m4. 3. DIST_COMMON was set with `=' and is now set with `+=' is a common error, that's been discussed on the mailing list - I think it's fixed if you have the right

[Ntop-dev] RE: [H20020304]: Remotely exploitable format string vulnerability in ntop

2002-03-21 Thread Burton M. Strauss III
(REPOST due to mailing list problems) The existence of this bug - but NOTHING about it's security implications - was posted by one Peter Suschlik ([EMAIL PROTECTED]) to the ntop-dev mailing list on 28Feb2002: http://listmanager.unipi.it/pipermail/ntop-dev/2002-February/000489.html I'm not

[Ntop] URL Security change, snapshots on/after 06Mar2002 - Feedback sought

2002-03-21 Thread Burton M. Strauss III
(REPOST due to mailing list problems) The long awaited (ha ha) phase 2 of my URL Security patch is in the CVS for the next snapshot (which will be http://snapshot.ntop.org/tgz/ntop-02-03-06.tgz when it's available). URLs will now be rejected if they contain any of the following characters:

[Ntop-dev] [PATCH] URLsecurity - IMPORTANT!

2002-03-21 Thread Burton M. Strauss III
(REPOST due to mailing list problems) Attached are two patches for the URLsecurity code. BMS0009-URLsecurity-moreprohib.patch Is the patch I posted in my email message yesterday, to add the remaining RFC1945 prohibited characters. BMS0009-URLsecurity-domainStats.patch Fixes a problem

[Ntop-dev] FYI: Off list and posting back (rejected) traffic...

2002-03-21 Thread Burton M. Strauss III
I've been unable to access email for the last week (out of town), and I've also had a number of messages rejected since the 1st. Now that things seem to be back working, I'm going to repost them (to the list only) for the record. Note that many of them were also copied to the questioner

[Ntop] -w IP:port (and -W IP:port) not working - gets error

2002-03-21 Thread Burton M. Strauss III
You don't give the actual command line, so this is a guess... 1. PORT can not be the same for both -w and -W... the defaults should be 3000 and 3001. 2. That message often occurs if there is already a copy of ntop running - I have that problem often when I forget I'm running it on a screen in

RE: RE : [Ntop] NTOP 2

2002-03-21 Thread Burton M. Strauss III
./.libs/libntop.so: undefined reference to `pcap_lex' Sounds like you don't have libpcap (properly) installed. Read the output from ./configure - it should give an error if it can't find pcap, but that won't prevent YOU from running make anyway... -Burton -Original Message- From:

Re: [Ntop] More Solaris 2.5.1 build problems :-(

2002-03-21 Thread stan
On Thu, Mar 21, 2002 at 02:52:10PM -0600, Burton M. Strauss III wrote: 1. it's bash, not bask Yes, so I made a typo. 2. The message, autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4 sounds like you need to install m4. AP0550# which m4 /opt/FSFm4//bin/m4 AP0550# m4 --version GNU m4