From owner-freebsd-isp Mon Jan 17 11:46:23 2000 Delivered-To: freebsd-isp@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id 165C814FCE for ; Mon, 17 Jan 2000 11:46:20 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 88738 invoked from network); 17 Jan 2000 14:48:29 -0000 Received: from hydrant.intranova.net (user68711@209.201.95.10) by blacklisted.intranova.net with SMTP; 17 Jan 2000 14:48:29 -0000 Date: Mon, 17 Jan 2000 14:43:32 -0500 (EST) From: Omachonu Ogali To: matt Cc: Luigi Rizzo , Rowan Crowe , freebsd-isp@FreeBSD.ORG Subject: Re: Bandwidth limiting on Switch. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Enter into syslog.conf !ipfw *.* /var/log/ipfw That should help. Omachonu Ogali Intranova Networking Group On Mon, 17 Jan 2000, matt wrote: > I'm wondering, off topic a little bit, is there any plan to clean up (in > my opinion) ipfw, and perhaps give it a syslog level, or anything other > then logging to the system message buf? > > -Matt > > On Mon, 17 Jan 2000, Luigi Rizzo wrote: > > : Date: Mon, 17 Jan 2000 08:21:21 -0500 > : From: Luigi Rizzo > : To: Rowan Crowe > : Cc: freebsd-isp@FreeBSD.ORG > : Subject: Re: Bandwidth limiting on Switch. > : > : > > Can one monitor bandwidth as well as limit it with dummynet? > : > Dummynet is part of (or configured via) ipfw, so you can just add in an > : > identical 'count' ipfw rule... > : > > : > It would be handy if we could specify dummynet pipes as an interface, to > : > : The new dummynet code in 4.0 (soon to go into 3.4) lets you do > : this as it has counters associated to pipes, and it also gives you > : the ability to define masks and create separate pipes per each flow, > : so you can basically do counting with something like > : > : ipfw add pipe 1 ip from any to any > : ipfw pipe 1 config mask src-ip 0xffffffff bw 60Kbit/s > : > : so you can have per-host accounting, and the like. Kind of the things > : you can do with trafshow/ntop but this is in-kernel so it is > : interface-independent. > : > : cheers > : luigi > : -----------------------------------+------------------------------------- > : Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > : http://www.iet.unipi.it/~luigi/ . Universita` di Pisa > : TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > : Mobile +39-347-0373137 > : -----------------------------------+------------------------------------- > : > : > : To Unsubscribe: send mail to majordomo@FreeBSD.org > : with "unsubscribe freebsd-isp" in the body of the message > : > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message