From netramet-owner  Thu Nov  6 05:10:03 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id FAA23757 for netramet-outgoing; Thu, 6 Nov 1997 05:04:42 +1300 (NZDT)
Received: from sun.leeds.ac.uk (sunserv7_le0.leeds.ac.uk [129.11.16.37]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id FAA23751 for <[email protected]>; Thu, 6 Nov 1997 05:04:35 +1300 (NZDT)
Received: from sun120.leeds.ac.uk (sun120 [129.11.35.120])
       by sun.leeds.ac.uk (8.8.5/8.8.5) with ESMTP id QAA16713
       for <[email protected]>; Wed, 5 Nov 1997 16:02:53 GMT
From: Q Li <[email protected]>
Received: (from ecl6ql@localhost) by sun120.leeds.ac.uk (8.7.5/8.7.3) id QAA04366 for [email protected]; Wed, 5 Nov 1997 16:02:41 GMT
Message-Id: <[email protected]>
Subject: NeTraMet on Irix
To: [email protected]
Date: Wed, 5 Nov 1997 16:02:25 +0000 (GMT)
X-Mailer: ELM [version 2.4 PL24]
Content-Type: text
Sender: [email protected]
Precedence: bulk

Hi,

We are new to NeTraMet. I down loaded a binary version (3.4) for Irix and
tried to run it on a Irix 5.3 box. And I came across the following

v3# (13) ./NeTraMet -r public -i ec0
NeTraMet: Network Traffic Meter V3.4
bind: Address already in use

I run the command in root user. Do I need to configure anything else
in order to run NeTraMet?

Your help will be gratefully accepted.

Qin


--
Qin Li, Computing Service, University of Leeds, Leeds, UK LS2 9JT
Email: [email protected] Tel: +44 (0)113 2335379 Fax: +44 (0)113 2335411
#########################################################################

From netramet-owner  Thu Nov  6 09:41:37 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id JAA14123 for netramet-outgoing; Thu, 6 Nov 1997 09:40:29 +1300 (NZDT)
Received: from n.browlee5.itss.auckland.ac.nz (n.brownlee5.itss.auckland.ac.nz [130.216.4.79]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id JAA14087; Thu, 6 Nov 1997 09:40:19 +1300 (NZDT)
From: Nevil Brownlee <[email protected]>
To: Q Li <[email protected]>
cc: [email protected]
Subject: Re: NeTraMet on Irix
In-Reply-To: <[email protected]>
Message-ID: <[email protected]>
Date: Thu, 6 Nov 1997 09:51:36 +1300 (New Zealand Daylight Time)
Priority: NORMAL
X-Mailer: Simeon for Win32 Version 4.1 Build (3)
X-Authentication: none
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Sender: [email protected]
Precedence: bulk


On Wed, 5 Nov 1997 16:02:25 +0000 (GMT) Q Li <[email protected]>
wrote:

> We are new to NeTraMet. I down loaded a binary version (3.4) for Irix and
> tried to run it on a Irix 5.3 box. And I came across the following
>
> v3# (13) ./NeTraMet -r public -i ec0
> NeTraMet: Network Traffic Meter V3.4
> bind: Address already in use

1) The message means that Irix is already running an snmp daemon
  (snmpd), which has bound the snmp port (161).
  There are two things you can do.
  a) kill off the Irix snmpd.  This is OK if you aren't using it
     for anmp network monitoring.
  b) use another port.  To do this, start NeMaC with -m 12345 to
     use port 12345.  Of course you'll also have to start your
     NeTraMet meter with -m 12345 to use the same port.

2) If you're just starting, it would be better to use version
  4.1 (in the beta-versions directory on the FTP site).  This is now
  rather more stable than 3.4; I will have the 'official' release ready
  real soon now, as soon as I get the documentation updated for it.

Cheers, Nevil

+---------------------------------------------------------------------+
| Nevil Brownlee                     Director, Technology Development |
| Phone: +64 9 373 7599 x8941        ITSS, The University of Auckland |
|   FAX: +64 9 373 7425      Private Bag 92019, Auckland, New Zealand |
+---------------------------------------------------------------------P



From netramet-owner  Fri Nov  7 01:09:55 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id BAA28337 for netramet-outgoing; Fri, 7 Nov 1997 01:07:49 +1300 (NZDT)
Received: from sun.leeds.ac.uk (sunserv7_le0.leeds.ac.uk [129.11.16.37]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id BAA28267; Fri, 7 Nov 1997 01:05:07 +1300 (NZDT)
Received: from sun120.leeds.ac.uk (sun120 [129.11.35.120])
       by sun.leeds.ac.uk (8.8.5/8.8.5) with ESMTP id MAA17193;
       Thu, 6 Nov 1997 12:03:58 GMT
From: Q Li <[email protected]>
Received: (from ecl6ql@localhost) by sun120.leeds.ac.uk (8.7.5/8.7.3) id MAA15084; Thu, 6 Nov 1997 12:03:57 GMT
Message-Id: <[email protected]>
Subject: Re: NeTraMet on Irix
To: [email protected] (Nevil Brownlee)
Date: Thu, 6 Nov 1997 12:03:57 +0000 (GMT)
Cc: [email protected]
In-Reply-To: <[email protected]> from "Nevil Brownlee" at Nov 6, 97 09:51:36 am
X-Mailer: ELM [version 2.4 PL24]
Content-Type: text
Sender: [email protected]
Precedence: bulk

>
>
> On Wed, 5 Nov 1997 16:02:25 +0000 (GMT) Q Li <[email protected]>
> wrote:
>
> > We are new to NeTraMet. I down loaded a binary version (3.4) for Irix and
> > tried to run it on a Irix 5.3 box. And I came across the following
> >
> > v3# (13) ./NeTraMet -r public -i ec0
> > NeTraMet: Network Traffic Meter V3.4
> > bind: Address already in use
>
> 1) The message means that Irix is already running an snmp daemon
>    (snmpd), which has bound the snmp port (161).
>    There are two things you can do.
>    a) kill off the Irix snmpd.  This is OK if you aren't using it
>       for anmp network monitoring.
>    b) use another port.  To do this, start NeMaC with -m 12345 to
>       use port 12345.  Of course you'll also have to start your
>       NeTraMet meter with -m 12345 to use the same port.
>
> 2) If you're just starting, it would be better to use version
>    4.1 (in the beta-versions directory on the FTP site).  This is now
>    rather more stable than 3.4; I will have the 'official' release ready
>    real soon now, as soon as I get the documentation updated for it.

Thanks for the speedy reply. Do you have a binary version (4.1) for
Irix platform?

Qin

>
> Cheers, Nevil
>
> +---------------------------------------------------------------------+
> | Nevil Brownlee                     Director, Technology Development |
> | Phone: +64 9 373 7599 x8941        ITSS, The University of Auckland |
> |   FAX: +64 9 373 7425      Private Bag 92019, Auckland, New Zealand |
> +---------------------------------------------------------------------P
>
>
>


--
Qin Li, Computing Service, University of Leeds, Leeds, UK LS2 9JT
Email: [email protected] Tel: +44 (0)113 2335379 Fax: +44 (0)113 2335411
#########################################################################

From netramet-owner  Thu Nov 13 06:30:22 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id GAA04107 for netramet-outgoing; Thu, 13 Nov 1997 06:24:12 +1300 (NZDT)
Received: from nosc.ja.net (nosc.ja.net [128.86.16.20]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id GAA04094 for <[email protected]>; Thu, 13 Nov 1997 06:24:02 +1300 (NZDT)
Received: from nosc.ja.net by nosc.ja.net with Internet SMTP
         id <[email protected]>; Wed, 12 Nov 1997 17:22:34 +0000
To: [email protected]
From: Kevin Hoadley <[email protected]>
Subject: NeTraMet - MXSYMBOLS in version 4.1
Date: Wed, 12 Nov 1997 17:22:31 +0000
Message-ID: <[email protected]>
Sender: [email protected]
Precedence: bulk


We've been running NeTraMet version 3.4 (and earlier versions) successfully
for more than 18 months now. Today I looked at upgrading to the latest v4.1
beta, however unfortunately the newer version won't work with our existing
rulesets because v4.1 checks and enforces a limit on the total number of
symbols in a ruleset (the limit is defined by MXSYMBOLS, set to 200 in the
distribution).

If I increase MXSYMBOLS v4.1 seems to work fine, however does anyone know
of any (experienced or predicted) problems with running NeMaC with a larger
than normal value for MXSYMBOLS ?

Thanks

Kevin Hoadley, JANET.

From netramet-owner  Fri Nov 14 06:02:36 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id GAA15631 for netramet-outgoing; Fri, 14 Nov 1997 06:00:50 +1300 (NZDT)
Received: from sun.leeds.ac.uk (sunserv7_le0.leeds.ac.uk [129.11.16.37]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id GAA15626; Fri, 14 Nov 1997 06:00:39 +1300 (NZDT)
Received: from sun120.leeds.ac.uk (sun120 [129.11.35.120])
       by sun.leeds.ac.uk (8.8.5/8.8.5) with ESMTP id QAA01996;
       Thu, 13 Nov 1997 16:59:08 GMT
From: Q Li <[email protected]>
Received: (from ecl6ql@localhost) by sun120.leeds.ac.uk (8.7.5/8.7.3) id QAA19330; Thu, 13 Nov 1997 16:59:07 GMT
Message-Id: <[email protected]>
Subject: Re: NeTraMet on Irix
To: [email protected] (Nevil Brownlee)
Date: Thu, 13 Nov 1997 16:59:06 +0000 (GMT)
Cc: [email protected]
In-Reply-To: <[email protected]> from "Nevil Brownlee" at Nov 6, 97 09:51:36 am
X-Mailer: ELM [version 2.4 PL24]
Content-Type: text
Sender: [email protected]
Precedence: bulk

>    b) use another port.  To do this, start NeMaC with -m 12345 to
>       use port 12345.  Of course you'll also have to start your
>       NeTraMet meter with -m 12345 to use the same port.
>
> 2) If you're just starting, it would be better to use version
>    4.1 (in the beta-versions directory on the FTP site).  This is now
>    rather more stable than 3.4; I will have the 'official' release ready
>    real soon now, as soon as I get the documentation updated for it.

Hi,

Thanks for the advice. We have installed a meter on  Irix 6.2 box
and it seems to work on -m port.

We run the NeMaC (binary from your distribution)
on a solaris 2.5.1 box. It seems to me that the flow data
can be collected from the meter for about a day or so.
After that, the NeMaC complains

reader_util(): Error in packet, reason = noCreation
flowMIB.flowControl.flowReaderInfoTable.flowReaderInfoEntry.flowReaderLastTime.11

and we have no flowdata in the file.

Can you tell me what to check?

Many thanks
Qin

>
> Cheers, Nevil
>
> +---------------------------------------------------------------------+
> | Nevil Brownlee                     Director, Technology Development |
> | Phone: +64 9 373 7599 x8941        ITSS, The University of Auckland |
> |   FAX: +64 9 373 7425      Private Bag 92019, Auckland, New Zealand |
> +---------------------------------------------------------------------P
>
>
>


--
Qin Li, Computing Service, University of Leeds, Leeds, UK LS2 9JT
Email: [email protected] Tel: +44 (0)113 2335379 Fax: +44 (0)113 2335411
#########################################################################

From netramet-owner  Sun Nov 16 12:15:33 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id MAA14855 for netramet-outgoing; Sun, 16 Nov 1997 12:10:55 +1300 (NZDT)
Received: from ritchie.compwest.net.au (ritchie.compwest.net.au [203.38.14.8]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id MAA14845 for <[email protected]>; Sun, 16 Nov 1997 12:10:48 +1300 (NZDT)
Received: from paul.compwest.net.au (paul.compwest.net.au [203.38.14.254])
       by ritchie.compwest.net.au (8.8.7/8.8.7/DIALixFlat) with ESMTP id HAA24267
       for <[email protected]>; Sun, 16 Nov 1997 07:09:22 +0800 (WST)
       (envelope-from [email protected])
Message-ID: <[email protected]>
Date: Sun, 16 Nov 1997 07:11:45 +0800
From: Paul Hamilton <[email protected]>
Organization: Computer West
X-Mailer: Mozilla 4.01 [en] (Win95; I)
MIME-Version: 1.0
To: netramet mailing list <[email protected]>
Subject: Packet drivers...
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: [email protected]
Precedence: bulk

Hi All,

Anyone know where to find a PC packet driver for NetRaMet?

Paul Hamilton


From netramet-owner  Tue Nov 18 09:37:49 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id JAA22739 for netramet-outgoing; Tue, 18 Nov 1997 09:30:57 +1300 (NZDT)
Received: from n.browlee5.itss.auckland.ac.nz (n.brownlee5.itss.auckland.ac.nz [130.216.4.79]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id JAA22732 for <netramet@auckland>; Tue, 18 Nov 1997 09:30:54 +1300 (NZDT)
From: Nevil Brownlee <[email protected]>
To: [email protected]
Subject: Packet Drivers
Message-ID: <[email protected]>
Date: Tue, 18 Nov 1997 09:29:17 +1300 (New Zealand Daylight Time)
Priority: NORMAL
X-Mailer: Simeon for Win32 Version 4.1 Build (3)
X-Authentication: none
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Sender: [email protected]
Precedence: bulk

--- Begin Forwarded Message ---
Date: Mon, 17 Nov 1997 21:46:32 +1300 (NZDT)
From: [email protected]
Subject: BOUNCE [email protected]: Non-member submission from
["Wilkins M (ISD)" <[email protected]>]
Sender: [email protected]
To: [email protected]

Reply-To: [email protected]
Message-ID: <[email protected]>


>From netramet-owner  Mon Nov 17 21:46:29 1997
Received: from morris.glam.ac.uk (morris.glam.ac.uk [193.63.134.2]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id VAA22624 for <[email protected]>; Mon, 17 Nov 1997 21:46:26 +1300 (NZDT)
Received: from ems.itc.glam.ac.uk (actually ems.glam.ac.uk)
         by morris.glam.ac.uk with SMTP (PP); Mon, 17 Nov 1997 08:50:38 +0000
Received: by ems.itc.glam.ac.uk
         with Microsoft Exchange (IMC 4.0.838.14)      id <[email protected]>;
         Mon, 17 Nov 1997 08:44:52 -0000
Message-ID: <c=GB%a=_%p=UGlam%[email protected]>
From: "Wilkins M (ISD)" <[email protected]>
To: "'[email protected]'" <[email protected]>
Subject: RE: Packet drivers...
Date: Mon, 17 Nov 1997 08:44:50 -0000
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.838.14
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Howdy Paul!

ftp://ftp.crynwr.com/drivers/pktd11*.zip and /pktd11.zip will give you
the latest(!) standard distribution. See also www.crynwr.com for more
details..

Cheers!

M.

>----------
>From:  Paul Hamilton[SMTP:[email protected]]
>Sent:  15 November 1997 23:11
>To:    netramet mailing list
>Subject:       Packet drivers...
>
>Hi All,
>
>Anyone know where to find a PC packet driver for NetRaMet?
>
>Paul Hamilton
>
>
--- End Forwarded Message ---


+---------------------------------------------------------------------+
| Nevil Brownlee                     Director, Technology Development |
| Phone: +64 9 373 7599 x8941        ITSS, The University of Auckland |
|   FAX: +64 9 373 7425      Private Bag 92019, Auckland, New Zealand |
+---------------------------------------------------------------------P



From netramet-owner  Tue Nov 18 19:17:07 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id TAA21479 for netramet-outgoing; Tue, 18 Nov 1997 19:15:17 +1300 (NZDT)
Received: from linux1.americasnet.com ([email protected] [207.155.121.128]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id TAA21474 for <[email protected]>; Tue, 18 Nov 1997 19:15:13 +1300 (NZDT)
Received: from localhost (ricardo@localhost) by linux1.americasnet.com (8.8.7/8.7.3) with SMTP id WAA12583 for <[email protected]>; Mon, 17 Nov 1997 22:20:37 -0800
Date: Mon, 17 Nov 1997 22:20:26 -0800 (PST)
From: Ricardo Kleemann <[email protected]>
To: NetraMet List <[email protected]>
Subject: Newbie! :)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: [email protected]
Precedence: bulk

Hi guys,

I have just compiled NetraMet... now how do I use it? ;)

I didn't find any man pages. I'm sorry...

I want to use it to monitor packets at the service level
(pop,smtp,nntp,http) but I don't even know NetraMet's features! ;)

For example, can I collect data and somehow graph it?

Any help would be greatly appreciated!

Thanks
Ricardo


From netramet-owner  Tue Nov 18 19:40:28 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id TAA22457 for netramet-outgoing; Tue, 18 Nov 1997 19:40:20 +1300 (NZDT)
Received: from linux1.americasnet.com ([email protected] [207.155.121.128]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id TAA22452 for <[email protected]>; Tue, 18 Nov 1997 19:40:16 +1300 (NZDT)
Received: from localhost (ricardo@localhost) by linux1.americasnet.com (8.8.7/8.7.3) with SMTP id WAA12935 for <[email protected]>; Mon, 17 Nov 1997 22:45:40 -0800
Date: Mon, 17 Nov 1997 22:45:24 -0800 (PST)
From: Ricardo Kleemann <[email protected]>
Reply-To: Ricardo Kleemann <[email protected]>
To: [email protected]
Subject: Newbie! :)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: [email protected]
Precedence: bulk

Hi guys,

I have just compiled NetraMet... now how do I use it? ;)  I mean, how do I
configure the rules and tell NetraMet to use a particular rule set?

I didn't find any man pages. I'm sorry...

I want to use it to monitor packets at the service level
(pop,smtp,nntp,http) but I don't even know NetraMet's features! ;)

For example, can I collect data and somehow graph it?

Any help would be greatly appreciated!

Thanks
Ricardo




From netramet-owner  Tue Nov 18 19:51:10 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id TAA22848 for netramet-outgoing; Tue, 18 Nov 1997 19:50:59 +1300 (NZDT)
Received: from linux1.americasnet.com ([email protected] [207.155.121.128]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id TAA22837 for <[email protected]>; Tue, 18 Nov 1997 19:50:54 +1300 (NZDT)
Received: from localhost (ricardo@localhost) by linux1.americasnet.com (8.8.7/8.7.3) with SMTP id WAA13086 for <[email protected]>; Mon, 17 Nov 1997 22:56:14 -0800
Date: Mon, 17 Nov 1997 22:56:04 -0800 (PST)
From: Ricardo Kleemann <[email protected]>
To: [email protected]
Subject: incompatible with my snmpd? :(
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: [email protected]
Precedence: bulk

Hi guys,

Trying to run netramet for the first time (I had to kill my snmpd and then
run netramet), I quickly found out it is not compatible (or not configured
correctly) relative to the snmpd.

Please help! :) How do I configure NeTraMet such that it will accept my
original snmpd's configuration?

I run MRTG every 5 minutes on the public snmp community... here are the
errors generated by NeTraMet:

SNMP Error:
 Received SNMP response with error code
   error status: noSuchName
   index 1 (OID: 1.3.6.1.2.1.2.2.1.10.2)
 SNMPv1_Session (remote host: "207.155.121.128" [207.155.121.128].161
                   community: "public"
                  request ID: 1730184952
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
SNMPGET: Failed to reach target: "2:[email protected]". I tried multiple times!
SNMP Error:
 Received SNMP response with error code
   error status: noSuchName
   index 1 (OID: 1.3.6.1.2.1.25.2.3.1.6.769)
 SNMPv1_Session (remote host: "207.155.121.128" [207.155.121.128].161
                   community: "public"
                  request ID: 823343638
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
SNMPGET: Failed to reach target: "1.3.6.1.2.1.25.2.3.1.6.769&1.3.6.1.2.1.25.2.3.1.5.769:[email protected]". I tried multiple times!
SNMP Error:
 Received SNMP response with error code
   error status: noSuchName
   index 1 (OID: 1.3.6.1.2.1.25.2.3.1.6.2)
 SNMPv1_Session (remote host: "207.155.121.128" [207.155.121.128].161
                   community: "public"
                  request ID: 1647747432
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
SNMPGET: Failed to reach target: "1.3.6.1.2.1.25.2.3.1.6.2&1.3.6.1.2.1.25.2.3.1.5.2:[email protected]". I tried multiple times!
SNMP Error:
 Received SNMP response with error code
   error status: noSuchName
   index 1 (OID: 1.3.6.1.2.1.25.3.3.1.2.1)
 SNMPv1_Session (remote host: "207.155.121.128" [207.155.121.128].161
                   community: "public"
                  request ID: 412112459
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
SNMPGET: Failed to reach target: "1.3.6.1.2.1.25.3.3.1.2.1&1.3.6.1.2.1.25.3.3.1.2.1:[email protected]". I tried multiple times!
SNMP Error:
 Received SNMP response with error code
   error status: noSuchName
   index 1 (OID: 1.3.6.1.2.1.25.1.5.0)
 SNMPv1_Session (remote host: "207.155.121.128" [207.155.121.128].161
                   community: "public"
                  request ID: 885526131
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
SNMPGET: Failed to reach target: "1.3.6.1.2.1.25.1.5.0&1.3.6.1.2.1.25.1.6.0:[email protected]". I tried multiple times!



From netramet-owner  Tue Nov 25 09:14:38 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id JAA08340 for netramet-outgoing; Tue, 25 Nov 1997 09:05:03 +1300 (NZDT)
Received: from monsoon.sco.com (monsoon.newjersey.sco.com [132.147.103.53]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id JAA08318 for <[email protected]>; Tue, 25 Nov 1997 09:04:57 +1300 (NZDT)
From: [email protected]
To: [email protected]
Date: Mon, 24 Nov 1997 15:02 EST
Subject: 4.1B Docs problem
Content-Type: text/plain
Message-ID: <[email protected]>
Sender: [email protected]
Precedence: bulk

Is any/every one else having a problem with the postscript files distributed
in NeTraMet.ma.tar.gz ? mine gives my postscript printer a headache.

Is their an html or pdf or text version out there somewhere?

adTHANXvance

=====================================================================
Philip Branche                          Network Systems Administrator
Santa Cruz Operation, Inc.     [email protected]   VOICE: (908) 790-2415
                     My Karma ran over my Dogma
=====================================================================


From netramet-owner  Tue Nov 25 16:53:18 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id QAA29543 for netramet-outgoing; Tue, 25 Nov 1997 16:51:13 +1300 (NZDT)
Received: from n.browlee5.itss.auckland.ac.nz (n.brownlee5.itss.auckland.ac.nz [130.216.4.79]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id QAA29538 for <netramet@auckland>; Tue, 25 Nov 1997 16:51:10 +1300 (NZDT)
From: Nevil Brownlee <[email protected]>
To: [email protected]
Subject: fwd: NeTraMet and graphing
Message-ID: <[email protected]>
Date: Tue, 25 Nov 1997 16:53:09 +1300 (New Zealand Daylight Time)
Priority: NORMAL
X-Mailer: Simeon for Win32 Version 4.1 Build (3)
X-Authentication: none
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Sender: [email protected]
Precedence: bulk

--- Begin Forwarded Message ---
Date: Mon, 24 Nov 1997 18:34:46 -0800 (PST)
From: Ricardo Kleemann <[email protected]>
Subject: NeTraMet and graphing
Sender: Ricardo Kleemann <[email protected]>
To: [email protected]

Reply-To: Ricardo Kleemann <[email protected]>
Message-ID:
<[email protected]>


Hello Nevil,

I've installed NeTraMet and it is currently running in my linux box,
generating the flows file. I'm using the rules.ipport example.

My big question is, how do I make the data available and readable? I'd
like to be able to take the data and graph it so it can be viewed via WWW.

Do you have any suggestions on how I could do that? Ideally I'd like to
provide the data, somehow, to MRTG since I use MRTG to monitor other
stuff.

Any ideas? Help! :)

thanks
Ricardo
--- End Forwarded Message ---


+---------------------------------------------------------------------+
| Nevil Brownlee                     Director, Technology Development |
| Phone: +64 9 373 7599 x8941        ITSS, The University of Auckland |
|   FAX: +64 9 373 7425      Private Bag 92019, Auckland, New Zealand |
+---------------------------------------------------------------------P



From netramet-owner  Thu Nov 27 13:07:38 1997
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id NAA09587 for netramet-outgoing; Thu, 27 Nov 1997 13:03:40 +1300 (NZDT)
Received: from ccu1.auckland.ac.nz ([email protected] [130.216.3.1]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id NAA09578 for <[email protected]>; Thu, 27 Nov 1997 13:03:37 +1300 (NZDT)
Received: (from nevil@localhost)
       by ccu1.auckland.ac.nz (8.8.5/8.8.5) id NAA28440
       for netramet@auckland; Thu, 27 Nov 1997 13:03:36 +1300 (NDT)
From: Nevil Brownlee <[email protected]>
Message-Id: <[email protected]>
Subject: NeTraMet 4.1.0 now available
To: [email protected]
Date: Thu, 27 Nov 1997 13:03:36 +1300 (NDT)
X-Mailer: ELM [version 2.4 PL23]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: [email protected]
Precedence: bulk

Hello all:

The production version of NeTraMet 4.1 is now available.  This uses
SNMPv2 to provide many features which are new since version 3.4.
These include:

* The Version 4.1 meter can run multiple rule sets
* 64-bit counters are used for packets and bytes
* A 32-bit version of the PC meter is available; this
  can handle about 100,000 flows on a 16 MB PC
* The PC meter can now handle up to four Ethernet interfaces

* The NeTraMet documentation is now available only in PDF
    format from the NeTraMet web site (see below), and
    includes a Users' Guide to the new features.
  It is no longer part of the NeTraMet 'distribution' file

This version has been tested at user sites since May 97, going through
15 consecutive beta versions.  It is now in production use at many
sites around the world.

The NeTraMet home page is at http://www.auckland.ac.nz/net/NeTraMet

There is a link on the home page to the distribution ftp site, i.e.
to:

  ftp.auckland.ac.nz    directory pub/iawg/NeTraMet
     at any time between 0700 and 2000 GMT (traffic charges to New
     Zealand - which we pay - are cheaper between 8 pm and 9 am)

[ I'd like to get some more distribution sites outside New Zealand.
 Would anyone interested in mirroring the above directory please
 send me a message volunteering to do so.  Thank you!            ]

The NeTraMet distribution files are as follows:

  Release.note         (Edited) copy of this message
  NeTraMet41.tar.gz    'Distribution' file.  Source and Make files for
                          Unix systems, example rule files, SNMP MIB
                          version history.  Compressed with gzip.
  Irix.tar.gz
  Linux.tar.gz         NeTramet, NeMac, fd_filter and fd_extract
  Solaris.tar.gz          binaries for various operating systems

  ntm41-pc.zip         Executable files for PC, together with
                          installation notes for 32- and 16-bit meters.

  ntm41src.zip         Full PC source and Make files.  Archived
                          with pkzip; use pkunzip -d to unpack.

Thanks very much to all those who helped with the testing, especially
for their very valuable comments.  As always, please send any bug
reports, comments, suggestions, etc. to me at the address below.

Cheers, Nevil

+-----------------------------------------------------------------------+
| Nevil Brownlee                       Director, Technology Development |
| Phone: +64 9 373 7599 x8941          ITSS, The University of Auckland |
|   FAX: +64 9 373 7425        Private Bag 92019, Auckland, New Zealand |
+-----------------------------------------------------------------------C