From owner-freebsd-pf@FreeBSD.ORG Mon Nov 12 09:11:50 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E6C16A417 for ; Mon, 12 Nov 2007 09:11:50 +0000 (UTC) (envelope-from mail.listesi@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6F313C4A5 for ; Mon, 12 Nov 2007 09:11:49 +0000 (UTC) (envelope-from mail.listesi@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1026707rvb for ; Mon, 12 Nov 2007 01:11:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=rOZolKJkGIz/3x4mjWT6M53jC1Zn1/WJjRpf5LWp6RY=; b=oj70MJhRU+E9QhlElHIVf5bba4LNFit7FD4ciBRPwLHxMBPwXZl2jKwwMzt/u1cpKXFqtDyoyB6Vs1weLenoMeZIMm+RK/8xN2ROJjUIfSMVGXRmCSAlBqmM3dHJsU92PkUNUV0c30QMsM2mCyRf4EzGNHGkJhQ6Jupl3Efi2KM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L7NLPeBhV4Jo8PcFyoKcPmh/uWgvHNu997hdpu8cmgKigTJbMeXx29pcLdlHjzj4HOGKcGRGpOI6rk/Bf2ZuX69xyY8njwXJ6zsYinYyoobmqnIqpLu5F1q2DjFan68A7zwR+sRdW034pozu5tEoOAI6BzowBY0/I/ymudHu4y0= Received: by 10.142.80.7 with SMTP id d7mr359009wfb.1194857157107; Mon, 12 Nov 2007 00:45:57 -0800 (PST) Received: by 10.143.29.20 with HTTP; Mon, 12 Nov 2007 00:45:57 -0800 (PST) Message-ID: Date: Mon, 12 Nov 2007 10:45:57 +0200 From: Jeremy To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Giving all hosts on network same bandwidth X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 09:11:50 -0000 Hi all is it possible to describe queue all hosts on network. For example my network address is 10.0.0.0/16 and i want limit http traffic for each host, and i don't want to write all of my hosts ip address in pf.conf, just want to write network address and all of hosts on the network have a same bandwidth value..