From owner-freebsd-ipfw@FreeBSD.ORG Sun Nov 20 18:10:03 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA1F16A41F for ; Sun, 20 Nov 2005 18:10:03 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A2F43D45 for ; Sun, 20 Nov 2005 18:10:03 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id jAKIA1Fd045856; Sun, 20 Nov 2005 10:10:01 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id jAKIA1Je045855; Sun, 20 Nov 2005 10:10:01 -0800 (PST) (envelope-from rizzo) Date: Sun, 20 Nov 2005 10:10:01 -0800 From: Luigi Rizzo To: Alexandre DELAY Message-ID: <20051120101001.A45777@xorpc.icir.org> References: <20050629093248.A44168@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from alexandre.delay@free.fr on Sun, Nov 20, 2005 at 07:04:47PM +0100 Cc: freebsd-ipfw@freebsd.org Subject: Re: strange dummynet WFQ problem X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 18:10:03 -0000 On Sun, Nov 20, 2005 at 07:04:47PM +0100, Alexandre DELAY wrote: > It effectively works well, but I still have a problem: > > When I use my bandwidth (download a huge file) and I start a ping at the > same time, latency grows from 15ms up to 300ms. it is normal because the ping packets are queued behind the other traffic. luigi > Again my conf: > > > 00005 allow ip from any to any via lo0 > > 00006 deny ip from any to 127.0.0.0/8 > > 00007 deny ip from 127.0.0.0/8 to any > > 00011 divert 8668 ip from any to any via ext > > 21046 queue 8 ip from any to 172.20.1.23 in via ext > > 21047 queue 9 ip from 172.20.1.23 to any in via int > > 65535 allow ip from any to any > > > Cheers > > Alex > > > -----Message d'origine----- > De : owner-freebsd-ipfw@freebsd.org > [mailto:owner-freebsd-ipfw@freebsd.org]De la part de Luigi Rizzo > Envoye : mercredi 29 juin 2005 18:33 > A : Alexandre D. > Cc : freebsd-ipfw@freebsd.org > Objet : Re: strange dummynet WFQ problem > > > hi, > when a pipe or queue has a mask of all 0's it only shows the addresses of > the first packet that matched, so you don't have to worry about that. > Also, if queues are linked to the pipe, the accounting is done on > the queues and not on the pipe. > > cheers > luigi > > On Wed, Jun 29, 2005 at 06:27:48PM +0200, Alexandre D. wrote: > > > > Hi guys > > > > I have a strange problem. > > > > here is a simple sample my conf (hic!): > > > > # ipfw list > > 00005 allow ip from any to any via lo0 > > 00006 deny ip from any to 127.0.0.0/8 > > 00007 deny ip from 127.0.0.0/8 to any > > 00011 divert 8668 ip from any to any via ext > > 21046 queue 8 ip from any to 172.20.1.23 > > 21047 queue 9 ip from 172.20.1.23 to any > > 65535 allow ip from any to any > > > > bash-2.05b# ipfw pipe list > > 00001: 1.024 Mbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail > > mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 > > 00002: 1.024 Mbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail > > mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 > > ... > > q00008: weight 4 pipe 1 50 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 udp dns address/53 172.20.1.195/3007 1032 254524 0 > 0 > > 0 > > q00009: weight 4 pipe 2 50 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 udp 172.20.1.195/68 255.255.255.255/67 589 53330 0 0 > > 0 > > > > > > The thing is that: > > -it looks that datas are going through the corrects queues, > > -each queue is correctly linked to a pipe > > -there is not accounting on both pipes > > -only dns packets are shown by this command. > > > > > > My wonders are: > > -How can I be sure that my queues are correctly linked to the pipes? > > -Why don't I have accounting on the pipes? > > -Why don't I get other than dns packet accounting? > > > > Sorry for the english > > > > Thanks for the answer > > > > Cheers > > > > Alex > > > > _______________________________________________ > > freebsd-ipfw@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > > To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ipfw@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org"