Re: ntop on openbsd

2016-03-20 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016-03-15, Indunil Jayasooriya wrote: >> Hi, >> >> i installed ntop by going to /usr/ports/net/ntop/ (then, make , make >> install) >> >> How to run it on web mode? > > This isn't the ntop you think it is, it

Re: ntop on openbsd

2016-03-16 Thread Stuart Henderson
On 2016-03-15, Indunil Jayasooriya wrote: > Hi, > > i installed ntop by going to /usr/ports/net/ntop/ (then, make , make > install) > > How to run it on web mode? This isn't the ntop you think it is, it's a super-old one which should probably just be removed. I

ntop on openbsd

2016-03-15 Thread Indunil Jayasooriya
Hi, i installed ntop by going to /usr/ports/net/ntop/ (then, make , make install) How to run it on web mode? When I type below command ntop -w 3000 -d it gives below output. -w mode is disabled for security reasons. I want to see traffic via web browser. How can I achieve this ? just

building ntop from ports with -w enabled

2015-01-20 Thread Alan McKay
Hey folks, I install ntop from ports and try to run it with -w and it tells me it is disabled due to security reasons. (1) I'd like to read more on those reasons, and (2) I'd like to enable that feature anyway at very least in my test setup to evaluate while also reading up on (1). Is

Re: ndpi with ntop

2014-05-05 Thread Destan YILANCI
You can use Snort Alpha + ipfw daq + OpenAppId to block applications via divert sockets. But dont forget it is experimental for now and i can not say it is working well... -- Destan YILANCI 5 May 2014 tarihinde 15:21 saatinde, Richard Thornton şunları yazdı: > Hi, > > Does anybody know of a

Re: ndpi with ntop

2014-05-05 Thread Franco Fichtner
Hi Richard, On 05 May 2014, at 14:21, Richard Thornton wrote: > Does anybody know of any integration between PF and ndpi? the previous consensus[1] was that pf(4) and DPI do not mix very well, but you can probably use relayd(8) and run e.g. NDPI on top[2]. Grabbing all traffic is not really fa

ndpi with ntop

2014-05-05 Thread Richard Thornton
Hi, Does anybody know of any integration between PF and ndpi? I would love to be able to block by application (bittorrent, skype...) in PF! If there is nothing out there, would it be a lot of work, is ndpi already working in OpenBSD? Thanks. Richard

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
e(1) which uses a database generated weekly(8) to speed up filename searches, and the pkglocate package (a locate database of files from *all* packages, not just the installed ones, also showing the package names). Oh locate is available in OpenBSD? That's good news! ntop is in ports but

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
On 03/12/2012 10:50 AM, Stuart Henderson wrote: On 2012-03-11, Kaya Saman wrote: Now I do know these without even needing to read the documentation... however even **IF** I tried to compile on one of those platforms which I do all the time I never need to adjust system variables or tell the

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
On 03/12/2012 09:59 AM, Peter Hessler wrote: On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote: :Would it not just be easier and cleaner to create a new list for :newbies? That way the more advanced stuff could be taken care of on :this list and only people willing to help others c

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
base generated weekly(8) to speed up filename searches, and the pkglocate package (a locate database of files from *all* packages, not just the installed ones, also showing the package names). ntop is in ports but horribly out of date. Newer versions had some problems, I suspect many of these relat

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
On 2012-03-11, Kaya Saman wrote: > Now I do know these without even needing to read the documentation... > however even **IF** I tried to compile on one of those platforms which I > do all the time I never need to adjust system variables or tell the > configure script what compiler or other

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Peter Hessler
On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote: :Would it not just be easier and cleaner to create a new list for :newbies? That way the more advanced stuff could be taken care of on :this list and only people willing to help others could post useful :comments and help on the othe

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Marc Espie
On Mon, Mar 12, 2012 at 12:44:15AM +, Kaya Saman wrote: > >> > >>my issue was how to get the Ntop config script to understand that > >>automake and autoconf **are** installed on the system!!! > >> > >>Luckily a friendly person did explain that I

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Henning Brauer
* Kaya Saman [2012-03-12 01:45]: > I do understand that compiling software is part of UNIX for a pure user, no, not really. at least not any more. > >>Using FreeBSD I would just do this: > >> > >>cd /usr/ports/*/ntop > >>make install clean > >> &g

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
those messages not self explanatory? Did you read them? Sure I read them it's a bit difficult not to! I also managed to get round them by providing the versions: eg. automake-1.11 --version my issue was how to get the Ntop config script to understand that automake and autoconf **are** instal

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread hex
>> Provide an AUTOMAKE_VERSION environment variable, please > >> # autoconf --version > >> Provide an AUTOCONF_VERSION environment variable, please > > How are those messages not self explanatory? Did you read them? > Sure I read them it's a bit difficult not t

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
not to! I also managed to get round them by providing the versions: eg. automake-1.11 --version my issue was how to get the Ntop config script to understand that automake and autoconf **are** installed on the system!!! Luckily a friendly person did explain that I should first **export** the

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Ted Unangst
On Sun, Mar 11, 2012, Kaya Saman wrote: >> try: automake --version >> autoconf --version >> >> The messages should be self-explanatory if you didn't define certain >> environment variables, e.g., I have this in my environment: > > automake --version > autoconf --version > > come up with thi

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.1

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.1

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.1

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Marc Espie
On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: > Hi, > > I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD > RELEASE 5.0 x64 but am running into issues regarding automake and > autoconfig. > > > Basically I installed: > > a

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:10 PM, Remco wrote: Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install script com

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Remco
Kaya Saman wrote: > Hi, > > I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE > 5.0 x64 but am running into issues regarding automake and autoconfig. > > > Basically I installed: > > automake-1.11.1p2 > > autoconf-2.67 > >

Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install script comes up saying this: # ./autogen.sh Starting ntop auto

RES: Implementing ntop - Last Version

2010-06-02 Thread Rovercy de Oliveira
Ok, thanks!!! Att -- Rovercy De: Janne Johansson [mailto:icepic...@gmail.com] Enviada em: Wednesday, June 02, 2010 10:59 AM Para: Rovercy de Oliveira; misc@openbsd.org Assunto: Re: Implementing ntop - Last Version 2010/6/2 Rovercy de Oliveira I did not paste the details error, because

Re: Implementing ntop - Last Version

2010-06-02 Thread Janne Johansson
2010/6/2 Rovercy de Oliveira > > I did not paste the details error, because that is not the point. I am > just wondering if someone got success with last ntop version on OpenBSD. > > If your point was "I need to get recent ntop to work", details really should be included

RES: Implementing ntop - Last Version

2010-06-01 Thread Rovercy de Oliveira
Hi Johansson, Thanks a lot for your help, I really got your hint!!! I am not the king of the knowledge on OpenBSD, that is my first time on that list ok! But I work with Open for 4 years and know a little bit about that. The way you put your point of view seems that you know nothing about ntop

Re: Implementing ntop - Last Version

2010-06-01 Thread Janne Johansson
s NOTHING to the readers. Nothing. Either you actually start providing info or dont post anything at all. Doing the "Hey, give me some attention and help, but YOU must pull the info out of me like as if it was my teeth" will not work. Lastly, ntop is in ports and available as a package.

Implementing ntop - Last Version

2010-05-24 Thread Rovercy de Oliveira
Hi all, That's a pleasure got in the OpenBSD main list, that is my first time. But I thing anyone has a question like that. The problem is: I am trying to implement ntop in OpenBSD, but the version we have on repository "pkg" is very old, and the interface of that version is a

ntop -w disabled due to security issues...?

2008-02-02 Thread Richard Daemon
Is there a way to still use this, locally or in a more secure manner or by some other means with the same results as would be with -w working? TIA.

Re: ntop out-of-date version

2007-11-24 Thread Jordi Espasa Clofent
Probably because their is not maintainer for the port? Update it yourself & submit the update to [EMAIL PROTECTED] ntop will nolonger be out of date then :) It's an idea. I've established e-mail contact with ports lists and ntop author about this. If nobody is working in ntop p

Re: ntop out-of-date version

2007-11-23 Thread Sevan / Venture37
Probably because their is not maintainer for the port? Update it yourself & submit the update to [EMAIL PROTECTED] ntop will nolonger be out of date then :) Sevan / Venture37 _ 100s of Music vouchers to be won with MSN Music h

ntop out-of-date version

2007-11-23 Thread Jordi Espasa Clofent
Hi all, ?Are there some remarkable reasons to have a completely outdated [*] version of ntop available from packages repos? I have enough with tcpdump power, but I also want to show a beautiful graphics on the screen. ;) [*] The OpenBSD provided version is 1.1; at present day, ntop is in

Ntop

2007-11-12 Thread Kleber Rocha
It is possible to compile the ntop - 3.3 in openbsd?

[nTOP version 3.2 and OpenBSD 3.9]

2006-11-16 Thread Denis Augusto Araujo de Souza
Hello friends!!! I'm installing nTop v 3.2 in a OpenBSD 3.9 Box without success. Please, there are a solution for this??? Thanks, Denis [demime 1.01d removed an attachment of type application/x-pkcs7-signature which had a name of smime.p7s]

Re: FW: Ntop, Nw. Board Mfg, and CARP

2006-06-26 Thread Ryan McBride
On Sun, Jun 25, 2006 at 01:55:24PM -0400, Barry, Christopher wrote: > > display format of the host. One selection is network board > > manufacturer, based on MAC allocation I'm guessing. My CARP > > interface says the mfg is U.S. Department of Defense. CARP uses the same MAC address range as VRR

FW: Ntop, Nw. Board Mfg, and CARP

2006-06-25 Thread Barry, Christopher
> -Original Message- > From: Barry, Christopher > Sent: Saturday, June 24, 2006 4:09 PM > To: misc@openbsd.org > Subject: Ntop, Nw. Board Mfg, and CARP > > Hey, > > I'm running CARP on a 3.7 GENERIC router. > > I'm playing w/ nt

Re: Ntop, Nw. Board Mfg, and CARP

2006-06-24 Thread Andy Hayward
I'm playing w/ ntop, and pressing 'n' repeatedly changes the display format of the host. One selection is network board manufacturer, based on MAC allocation I'm guessing. My CARP interface says the mfg is U.S. Department of Defense. Is this normal? Possibly. You should

Ntop, Nw. Board Mfg, and CARP

2006-06-24 Thread Barry, Christopher
Hey, I'm running CARP on a 3.7 GENERIC router. I'm playing w/ ntop, and pressing 'n' repeatedly changes the display format of the host. One selection is network board manufacturer, based on MAC allocation I'm guessing. My CARP interface says the mfg is U.S. D

Is it possible to compile and run ntop 3.2 successful on OpenBSD 3.8 / 3.9

2006-05-26 Thread Stefan Sczekalla-Waldschmidt
Hi, caused by the lack of an available test-computer for trying this my own right now - has somone already made any experiences in getting ntop 3.x running on System with OpenBSD 3.8 or 3.9 installed ? Kind reagrds, Stefan

Fwd: Fwd: ntop

2005-10-06 Thread Jernej Vodopivec
Again forgot to cc: -- Forwarded message -- From: Jernej Vodopivec <[EMAIL PROTECTED]> Date: Oct 6, 2005 5:22 PM Subject: Re: Fwd: ntop To: Andreas Bihlmaier <[EMAIL PROTECTED]> ntop - displays data in html - can be viewed from any workstation withoud installin

Re: Fwd: ntop

2005-10-06 Thread shane mullins
Ntop has a built in webserver that displays data in html that can be viewed from any workstation. Shane - Original Message - From: "Andreas Bihlmaier" <[EMAIL PROTECTED]> To: Sent: Thursday, October 06, 2005 1:30 AM Subject: Re: Fwd: ntop > > I think he wants

Re: Fwd: ntop

2005-10-06 Thread Andreas Bihlmaier
> I think he wants to compile version 3.1 - in ports tree there is version 1.1. > > Are there any plans yes about porting newer version of ntop in next > versions of obsd? Just as a question: In what way is "ntop" superior to "pftop -v speed -o rate" ? Sure it p

Fwd: ntop

2005-10-05 Thread Jernej Vodopivec
Forgot to cc: -- Forwarded message -- From: Jernej Vodopivec <[EMAIL PROTECTED]> Date: Oct 2, 2005 8:36 PM Subject: Re: ntop To: "Brian A. Seklecki" <[EMAIL PROTECTED]> I think he wants to compile version 3.1 - in ports tree there is version 1.1. Are the

Re: ntop

2005-10-03 Thread shane mullins
If you find a way to compile ntop on OpenBSD, please post it. Thanks Shane - Original Message - From: "B4nsh33" <[EMAIL PROTECTED]> To: Sent: Thursday, September 29, 2005 12:43 PM Subject: ntop > Hi, im trying to install ntop 3.1 on openbsd 3.7, it doesnt com

Re: ntop

2005-10-01 Thread Brian A. Seklecki
What platform are you on? Are you compiling it from source? It works just fine in 3.7/i386. Just: bash-3.00# cd /usr/ports/net/ntop && make install clean If you insist on source, try looking at /usr/ports/net/ntop/patches/* Try reading about Ports in the FAQ. ~BAS On Thu, 2005-

ntop

2005-09-29 Thread B4nsh33
Hi, im trying to install ntop 3.1 on openbsd 3.7, it doesnt compile, reading the archives i learned its an unsupported application. Is there any workaround o should i look for another package?, i really like the ntop's full feature set and i would prefer use it. --- thanks