From owner-freebsd-ipfw@FreeBSD.ORG Wed Jun 29 16:27:24 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 F347616A41C for ; Wed, 29 Jun 2005 16:27:23 +0000 (GMT) (envelope-from alexandre.delay@free.fr) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58AB43D49 for ; Wed, 29 Jun 2005 16:27:23 +0000 (GMT) (envelope-from alexandre.delay@free.fr) Received: from serveur.thrruss.org (unknown [81.56.231.36]) by postfix3-2.free.fr (Postfix) with ESMTP id AAA33C0B4 for ; Wed, 29 Jun 2005 18:27:22 +0200 (CEST) Received: from artemis (artemis [192.168.2.2]) by serveur.thrruss.org (8.13.0/8.13.0) with SMTP id j5TGRQti024350 for ; Wed, 29 Jun 2005 18:27:27 +0200 From: "Alexandre D." To: Date: Wed, 29 Jun 2005 18:27:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Subject: 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: Wed, 29 Jun 2005 16:27:24 -0000 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