* traffic graphing?
@ 2004-08-20 22:20 Dave Barnum
2004-08-20 22:39 ` Les Mikesell
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Dave Barnum @ 2004-08-20 22:20 UTC (permalink / raw)
To: netfilter
What would you guys suggest for a good traffic monitoring/graphing
sollution for a iptables (shorewall) firewall?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: traffic graphing?
2004-08-20 22:20 traffic graphing? Dave Barnum
@ 2004-08-20 22:39 ` Les Mikesell
2004-08-20 22:49 ` Marcin Sura
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Les Mikesell @ 2004-08-20 22:39 UTC (permalink / raw)
To: Dave Barnum; +Cc: netfilter
On Fri, 2004-08-20 at 17:20, Dave Barnum wrote:
> What would you guys suggest for a good traffic monitoring/graphing
> sollution for a iptables (shorewall) firewall?
I haven't used it specifically with shorewall, but cacti
http://www.raxnet.net/products/cacti/ is nice with anything
that you can monitor with snmp. It is a php web tool to
set collection of data and view the graphs.
---
Les Mikesell
les@futuresource.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: traffic graphing?
2004-08-20 22:20 traffic graphing? Dave Barnum
2004-08-20 22:39 ` Les Mikesell
@ 2004-08-20 22:49 ` Marcin Sura
2004-08-20 22:54 ` Dave Barnum
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Marcin Sura @ 2004-08-20 22:49 UTC (permalink / raw)
To: netfilter
Witam
Saturday, August 21, 2004, 12:20:37 AM, you wrote:
> What would you guys suggest for a good traffic monitoring/graphing
> sollution for a iptables (shorewall) firewall?
I'm using Lstat - http://lstat.sourceforge.net/
This is a nice interface for rrdtool, but only in Polish :(
Besides standard charts it allow you to capture stats form your
iptables rules.
And, of course you can simple try rrdtool, but playing with it takes
some time :)
--
Pozdrawiam
Marcin mailto:slacklist@op.pl
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: traffic graphing?
2004-08-20 22:20 traffic graphing? Dave Barnum
2004-08-20 22:39 ` Les Mikesell
2004-08-20 22:49 ` Marcin Sura
@ 2004-08-20 22:54 ` Dave Barnum
2004-08-20 23:14 ` Thilo Schulz
2004-08-25 7:00 ` Brent Clark
4 siblings, 0 replies; 7+ messages in thread
From: Dave Barnum @ 2004-08-20 22:54 UTC (permalink / raw)
Cc: netfilter
Also, to do this I assume you needs logs to parse through in the first
place.. Where might these be.. do i have to turn this on somewhere?
Dave Barnum wrote:
> What would you guys suggest for a good traffic monitoring/graphing
> sollution for a iptables (shorewall) firewall?
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: traffic graphing?
2004-08-20 22:20 traffic graphing? Dave Barnum
` (2 preceding siblings ...)
2004-08-20 22:54 ` Dave Barnum
@ 2004-08-20 23:14 ` Thilo Schulz
2004-08-25 7:00 ` Brent Clark
4 siblings, 0 replies; 7+ messages in thread
From: Thilo Schulz @ 2004-08-20 23:14 UTC (permalink / raw)
To: netfilter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 21 August 2004 00:20, Dave Barnum wrote:
> What would you guys suggest for a good traffic monitoring/graphing
> sollution for a iptables (shorewall) firewall?
You could try out my new solution, that's up at sourceforge now and now doing
it's job quite well, but needs MySQL as a database.
Have a look at:
http://sourceforge.net/projects/ltaccts/
It will not destroy your current firewall configuration, but create rules
solely intended for logging, use ULOG for collecting traffic statistics. You
can define your own categories and browse through the logs using a web
interface.
- --
Thilo Schulz
My public PGP key is available at http://home.bawue.de/~arny/public_key.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBJoXfZx4hBtWQhl4RAjC/AJ9dlVQ31p4DIW+WSS4b+l53ATJsBQCgk4oS
FstTAyxAWRwCk7O8VS7U9Sc=
=boMJ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: traffic graphing?
2004-08-20 22:20 traffic graphing? Dave Barnum
` (3 preceding siblings ...)
2004-08-20 23:14 ` Thilo Schulz
@ 2004-08-25 7:00 ` Brent Clark
2004-08-25 19:25 ` Jose Maria Lopez
4 siblings, 1 reply; 7+ messages in thread
From: Brent Clark @ 2004-08-25 7:00 UTC (permalink / raw)
To: Dave Barnum, netfilter
>What would you guys suggest for a good traffic monitoring/graphing
>sollution for a iptables (shorewall) firewall?
Hi
I use bandwidthd
The most fastest installation I have ever had encounted.
http://bandwidthd.sourceforge.net/
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: traffic graphing?
2004-08-25 7:00 ` Brent Clark
@ 2004-08-25 19:25 ` Jose Maria Lopez
0 siblings, 0 replies; 7+ messages in thread
From: Jose Maria Lopez @ 2004-08-25 19:25 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El mié, 25 de 08 de 2004 a las 09:00, Brent Clark escribió:
> >What would you guys suggest for a good traffic monitoring/graphing
> >sollution for a iptables (shorewall) firewall?
>
> Hi
>
> I use bandwidthd
>
> The most fastest installation I have ever had encounted.
>
> http://bandwidthd.sourceforge.net/
A good option is using Cacti+rrdtool to generate all kind
of graphical stats. You just have to write some scripts
to extract the data from the tables. I'm using something
similar in my firewall, but extracting the data with a
C program from the chains and then graphing it with
rrdtool.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-08-25 19:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 22:20 traffic graphing? Dave Barnum
2004-08-20 22:39 ` Les Mikesell
2004-08-20 22:49 ` Marcin Sura
2004-08-20 22:54 ` Dave Barnum
2004-08-20 23:14 ` Thilo Schulz
2004-08-25 7:00 ` Brent Clark
2004-08-25 19:25 ` Jose Maria Lopez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.