From owner-freebsd-isp@FreeBSD.ORG Thu May 4 14:43:38 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5373516A45F for ; Thu, 4 May 2006 14:43:38 +0000 (UTC) (envelope-from omner.barajas@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C675443D46 for ; Thu, 4 May 2006 14:43:34 +0000 (GMT) (envelope-from omner.barajas@gmail.com) Received: by wx-out-0102.google.com with SMTP id t13so319264wxc for ; Thu, 04 May 2006 07:43:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Z5xrLPSJBy22pj7DOoRsi7lBqw0xj7tPKiH3kQkADxuo2DEOn6FvHtPYnbQ+VaSippruWXAAUyaRE/jS8Ktgo5xsGkqJERuo9s2yejnLaLEVkVQDxZhIZPYtNJTM5/2Jkz8tJT8tUgHX1qWBnRlYkdABBO/m58nmYUTM/DQxSZQ= Received: by 10.70.14.4 with SMTP id 4mr778444wxn; Thu, 04 May 2006 07:43:33 -0700 (PDT) Received: by 10.70.10.16 with HTTP; Thu, 4 May 2006 07:43:33 -0700 (PDT) Message-ID: <61a93c6e0605040743w8394ca6i993557348520e0ad@mail.gmail.com> Date: Thu, 4 May 2006 09:43:33 -0500 From: "Omner Barajas" To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Can you help me with dummynet-ipfw X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 14:43:41 -0000 Good day... I saw a mesage on list of freebsd where you talk about usage of ipfw for bandwidth management. I have a machine with FreeBSD 6.0 like server of DHCP and NATD. I need to assign a secure bandwidth to specific ip of my LAN (192.168.0.21). Could you help me ? I have two rules on my firewall.rules and my telephone fail again: add divert natd all from any to any via pcn0 add pipe 3 ip from 192.168.0.21 to any out add pipe 4 ip from any to 192.168.0.21 out pipe 3 config bw 1024Kbits/s queue 64Kbytes pipe 4 config bw 1024Kbits/s queue 64Kbytes add pass all from any to any