From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 15:18:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC56106567F for ; Fri, 7 Oct 2011 15:18:17 +0000 (UTC) (envelope-from yavuz.maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with ESMTP id A1A518FC15 for ; Fri, 7 Oct 2011 15:18:16 +0000 (UTC) Received: (qmail 33908 invoked by uid 89); 7 Oct 2011 17:51:34 +0300 X-Mail-Scanner: Scanned by qSheff-II-2.1-r3 (http://www.enderunix.org/qsheff/) Received: from ihlasnetym (HELO desktop2002) (yavuz.maslak@ihlas.net.tr@213.238.150.220) by pop3.ihlas.net.tr with SMTP; 7 Oct 2011 17:51:33 +0300 From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Date: Fri, 7 Oct 2011 17:51:35 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcyFAJvBhcBoUdstTAyQZ9ygvBHEHw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Subject: About pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 15:18:17 -0000 I use pipe ( dummynet ) with ipfw for bandwidth on freebsd8 There is a /24 ip blok which is 192.168.1.1 - 254 . I pipe them at 20 Mbps. There is an special ip ( 192.168.1.100 ) in it. I would like to allow this ip at 10 Mbps. The 10 mbps is in the 20 mbps. If the ip doesn't use any usage, I 'd like to be All of 20 mbps can be used by the other ips ( 192.168.1.0/24 ) How can I do that ? Thanks