From owner-freebsd-questions@FreeBSD.ORG Mon Mar 23 02:00:21 2009 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 705FD1065739 for ; Mon, 23 Mar 2009 02:00:21 +0000 (UTC) (envelope-from jubal-freebsd-20090321@cheeze.org) Received: from world.eastlink.com (world.eastlink.com [98.116.180.17]) by mx1.freebsd.org (Postfix) with ESMTP id D38178FC15 for ; Mon, 23 Mar 2009 02:00:06 +0000 (UTC) (envelope-from jubal-freebsd-20090321@cheeze.org) Received: from [10.42.0.7] (home.cheeze.org [72.224.216.89]) (authenticated bits=0) by world.eastlink.com (8.14.1/8.13.3) with ESMTP id n2N1xxlc014259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 Mar 2009 22:00:01 -0400 (EDT) (envelope-from jubal-freebsd-20090321@cheeze.org) X-DKIM: Sendmail DKIM Filter v2.8.1 world.eastlink.com n2N1xxlc014259 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cheeze.org; s=world; t=1237773601; bh=ia1iBlum8YRzxYgX3T8UDn2gagZxvVRjwimXpngXTWs=; h=Message-ID:Date:From:Reply-To:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=G2lBhH3uDoQGocbk5eBOzUuqceQ+OFteMZTuzEMQ+eDInh8tw4xVrweMHcmenxrZA CpUwSMtrFyiX0BjZfl25duC+ZZBoWC9xvUySdm6WUY6yBYcy4klAKi8Ccu7PBKpHkb Bzi4N203gIcxA0dg96pW8puK4xcXES3okSkxIF3Q= Message-ID: <49C6ED22.8000801@cheeze.org> Date: Sun, 22 Mar 2009 22:00:02 -0400 From: Jubal Kessler User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= References: <49C598E3.80107@cheeze.org> <49C6053B.8050403@pp.dyndns.biz> In-Reply-To: <49C6053B.8050403@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: ipfw, pf and ALTQ on outbound traffic? (or: "The net is slow when I upload!") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jubal-freebsd-20090321@cheeze.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2009 02:00:23 -0000 Morgan Wesström wrote: > I've put together a documentation, mainly to help myself being > consistent, but your free to look at my examples there and the reasoning > behind it. It's in the "Firewall setup" guide but it's rather long since > I explain in detail every part of the firewall rule set: > > http://homerouters.info/wiki/Main_Page > > Be aware that I'm not a very good teacher... ;-) On the contrary, you're an excellent teacher, and I now have a working pf configuration handling my NAT duties as well as outbound traffic shaping (and handy graphs, too). Thank you very much for the well-written guide! Jubal