From owner-freebsd-stable Tue Feb 11 5:46:34 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C4637B401 for ; Tue, 11 Feb 2003 05:46:32 -0800 (PST) Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F18643F93 for ; Tue, 11 Feb 2003 05:46:31 -0800 (PST) (envelope-from greg.panula@dolaninformation.com) Received: (qmail 89157 invoked by uid 0); 11 Feb 2003 13:46:31 -0000 Received: from greg.panula@dolaninformation.com by proxy by uid 82 with qmail-scanner-1.15 ( Clear:. Processed in 1.32582 secs); 11 Feb 2003 13:46:31 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: corwin@corwin.sk,freebsd-stable@FreeBSD.ORG X-Qmail-Scanner: 1.15 (Clear:. Processed in 1.32582 secs) Received: from unknown (HELO mail.dolanmedia.com) (10.1.1.23) by host185.dolanmedia.com with SMTP; 11 Feb 2003 13:46:29 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 11 Feb 2003 07:46:29 -0600 Message-ID: <3E48FEB4.5F48AFC4@dolaninformation.com> Date: Tue, 11 Feb 2003 07:46:28 -0600 From: Greg Panula Reply-To: greg.panula@dolaninformation.com Organization: Dolan Information Center Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Martin Hudec Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ipfw traffic shaping References: <200302101029.31234.corwin@corwin.sk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Hudec wrote: > > Hello, > > I have question regarding ipfw traffic shaping: > > This were default settings: > 00004: 2.000 Mbit/s 0 ms 30 sl. 1 queues (1 buckets) droptail > mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 > BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte > Drp > 0 tcp 192.168.x.x/1037 y.y.y.y/80 299073 117448216 0 0 1 > > New settings are the same but with 50 sl. instead of former 30. > Is this number of slots in queue? > How can I change it to former settings? > Can anyone help me please? > You should probably take a gander at the man page for ipfw. http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+4.7-stable&format=html 50 slots is the default. `ipfw pipe config 4 bw 2 Mbit/s queue 50` should "reset" your current pipe. good luck, greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message