From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 03:45:25 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id 368AE16A4CF; Thu, 16 Sep 2004 03:45:25 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 82082 invoked by uid 1005); 11 Aug 2003 18:38:30 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 82079 invoked from network); 11 Aug 2003 18:38:30 -0000 Received: from moutng.kundenserver.de (212.227.126.171) by pd9e39ec1.dip.t-dialin.net with SMTP; 11 Aug 2003 18:38:30 -0000 Received: from [212.227.126.149] (helo=mxng06.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19mIRf-0005H2-00 for max@vampire.homelinux.org; Mon, 11 Aug 2003 21:35:07 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng06.kundenserver.de with esmtp (Exim 3.35 #1) id 19mIRe-0006Qm-00 for max@love2party.net; Mon, 11 Aug 2003 21:35:07 +0200 Received: from turing (localhost [127.0.0.1])ESMTP id 70ECC39538D; Mon, 11 Aug 2003 14:38:28 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Mon, 11 Aug 2003 14:38:24 -0500 (EST) Delivered-To: pf4freebsd@freelists.org Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183])ESMTP id 6B7E4395393 for ; Mon, 11 Aug 2003 14:38:23 -0500 (EST) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19mIRW-0000EG-00 for pf4freebsd@freelists.org; Mon, 11 Aug 2003 21:34:58 +0200 Received: from [217.227.158.193] (helo=max900) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19mIRV-0004jc-00 for pf4freebsd@freelists.org; Mon, 11 Aug 2003 21:34:57 +0200 Message-ID: <009801c3603f$d8afc570$01000001@max900> From: "Max Laier" To: MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-archive-position: 89 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: max@love2party.net Precedence: normal X-list: pf4freebsd X-UID: 199 X-Length: 3524 X-Mailman-Approved-At: Thu, 16 Sep 2004 03:55:52 +0000 Subject: [pf4freebsd] Version 1.61 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 03:45:25 -0000 X-Original-Date: Mon, 11 Aug 2003 21:36:22 +0200 X-List-Received-Date: Thu, 16 Sep 2004 03:45:25 -0000 Hello, just released version 1.61, as usual found here: http://pf4freebsd.love2party.net/pf_freebsd_1.61.tar.gz (MD5 (pf_freebsd_1.61.tar.gz) = 23f703943595501dfe7f432b66961aea) Most notable change is a patch from Cedric to enable tables in pools: "This patch remove the restriction that tables cannot be used in routing or redirection rules... The advantage of using tables in redirection/routing rules is not efficiency, in fact it will run slower than straight address pools. However, this brings a lot of flexibility to PF, allowing simple scripts/daemons to add/remove addresses from redirection/routing pools easily. This implementation support all table features, including cidr blocks and negated addresses. So specifying { 10.0.0.0/29 !10.0.0.0 !10.0.0.7 } will correctly round-robin between the six addresses: .1, .2, .3, .4, .5, .6. Tables can also be combined with simple addresses, so the following rule will work as expected: "nat on foo0 -> { 1.1.1.1 }"" Plus some minor changes and fixes. Regards, Max