From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 10:55:33 2007 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 17D0616A41A for ; Mon, 12 Nov 2007 10:55:33 +0000 (UTC) (envelope-from girishvenkatachalam@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 10B4913C4B7 for ; Mon, 12 Nov 2007 10:55:31 +0000 (UTC) (envelope-from girishvenkatachalam@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1044608rvb for ; Mon, 12 Nov 2007 02:55:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:reply-to:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=+VE1n7Q2xL4IUA6WIgXOiTFdZKMutFCuxTNPqShBtLE=; b=Le0S9nUfvelhfgnrgoFs0hAIcN35PU+SxB7/+pOpQYnWCiQuz/JYhqCBk9285FzJ1CHDvCxo8T50E8v25K8OAP/ZJ6tiNroNYAZKLSGw3PpJNvhMow8sEBVyvyjFKeEslC/3339zb6wkh/6/LoGv2nD6j04rpgTNzXVJyg4dLgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:reply-to:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=aBJ+WGwxDT7SWQ1bBWJ6QKCBu/AD4fBSe76nAqEkE4BRrxMY1eu/JSMoCGa1lRiDiOWkpvynZ42BAWaViNlqOqImbJuM2/l9Yp2iWUHuiSCkNn+F2Wd5n5cYOrHmzyWXTAuQ4OgztiEfqqpVCUVEO1L9n35v+F6OrUTXfilmlRI= Received: by 10.141.196.13 with SMTP id y13mr2300686rvp.1194864923201; Mon, 12 Nov 2007 02:55:23 -0800 (PST) Received: from saraswathy.susmita.org ( [59.92.40.46]) by mx.google.com with ESMTPS id k34sm9680457rvb.2007.11.12.02.55.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Nov 2007 02:55:22 -0800 (PST) Received: by saraswathy.susmita.org (Postfix, from userid 1002) id 844FB143E7; Mon, 12 Nov 2007 16:25:17 +0530 (IST) Date: Mon, 12 Nov 2007 16:25:17 +0530 From: Girish Venkatachalam To: freebsd-questions@freebsd.org Message-ID: <20071112105517.GA14109@saraswathy.susmita.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <53330.192.168.13.8.1194786209.squirrel@www.boosten.org> <20071111144325.GA3433@saraswathy.susmita.org> <3815.192.168.13.35.1194803377.squirrel@www.boosten.org> <20071112070422.GA31412@saraswathy.susmita.org> <55683.212.159.200.167.1194859072.squirrel@www.boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55683.212.159.200.167.1194859072.squirrel@www.boosten.org> User-Agent: Mutt/1.5.12-2006-07-14 Subject: Re: Quick question about PF and ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: girishvenkatachalam@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 10:55:33 -0000 On 10:17:52 Nov 12, Peter Boosten wrote: > Yu, it does. Very nice explanation, thanx. > NP. Thanks. > > Well, it's actually quite simple: our internet access line, which is used > by several people (directly, without a proxy server, but with a FreeBSD > firewall). Our management wants to block unwanted traffic (so not: wants > to block unwanted sited - which would be very easy), like p2p and online > radio, since this traffic is: > - non business related > - bandwidth consuming In that case you don't need QoS at all. Just use pf for it. Refer to the first mail I sent in this thread. All the info you need is right there. Don't worry about altq. Best, Girish