From owner-freebsd-pf@FreeBSD.ORG Tue Aug 30 19:54:32 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921EA16A41F for ; Tue, 30 Aug 2005 19:54:32 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6E143D45 for ; Tue, 30 Aug 2005 19:54:31 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.192]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id E9A7524C89B for ; Tue, 30 Aug 2005 21:38:57 +0200 (CEST) Date: Tue, 30 Aug 2005 22:54:25 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <61195093.20050830225425@spaingsm.com> To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: altq question X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone 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: Tue, 30 Aug 2005 19:54:32 -0000 Hi! I want to use pf+altq to make some traffic shaping. I dont understand very well all, so this is what i want to do: Is easy to use table option. I want to make two tables - table file "/path" - table file "/path" I want to shape traffic to each IP in users1 or users2. For example: queue hight bandwidth 512Kb queue low bandwidth 128Kb Is posibil to assign for each traffic flow from users1 or users2 a queue, without make this for each IP that exist in tables? Somthing like: pass out on $int_if from any to queue hight Is not very easy to define queue for each user, and then assign'it.