From owner-freebsd-pf@FreeBSD.ORG Wed Dec 15 17:00:44 2004 Return-Path: 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 D5A9E16A4CE for ; Wed, 15 Dec 2004 17:00:44 +0000 (GMT) Received: from hotmail.com (bay103-dav16.bay103.hotmail.com [65.54.174.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id A960D43D39 for ; Wed, 15 Dec 2004 17:00:44 +0000 (GMT) (envelope-from zeno_lee@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 15 Dec 2004 09:00:02 -0800 Message-ID: Received: from 68.236.191.168 by BAY103-DAV16.phx.gbl with DAV; Wed, 15 Dec 2004 16:59:08 +0000 X-Originating-IP: [68.236.191.168] X-Originating-Email: [zeno_lee@hotmail.com] X-Sender: zeno_lee@hotmail.com From: "Zeno Lee" To: References: <200412141647.01789.pathiaki@pathiaki.com> <20041214205809.5bc3564f.antonio.torres@newspace.net.br> <7c8f279204121508191075f751@mail.gmail.com> Date: Wed, 15 Dec 2004 11:59:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 15 Dec 2004 17:00:02.0522 (UTC) FILETIME=[84A87BA0:01C4E2C7] Subject: Re: NAT works but port forwarding does not X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 15 Dec 2004 17:00:45 -0000 It seems it's not a PF issue. Some kind of network/routing issue. I setup an IPFILTER rule to do the same with NAT and RDR. Just as with PF, NAT works fine but redirection does not. I'm gonna take my questions to freebsd-net. Thanks to everyone who replied. ----- Original Message ----- From: "Josh Kayse" To: "Zeno Lee" Sent: Wednesday, December 15, 2004 11:19 AM Subject: Re: NAT works but port forwarding does not > On Wed, 15 Dec 2004 10:29:11 -0500, Zeno Lee wrote: > > > Did you try putting the rdr rule before the nat rule? > > I am also new to pf... >