From owner-freebsd-pf@FreeBSD.ORG Sat Jun 24 23:28:54 2006 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 7F62616A4AB for ; Sat, 24 Jun 2006 23:28:54 +0000 (UTC) (envelope-from jeankerry@hotmail.com) Received: from hotmail.com (bay108-dav17.bay108.hotmail.com [65.54.162.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAF143D48 for ; Sat, 24 Jun 2006 23:28:52 +0000 (GMT) (envelope-from jeankerry@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 24 Jun 2006 16:28:52 -0700 Message-ID: Received: from 84.70.243.247 by BAY108-DAV17.phx.gbl with DAV; Sat, 24 Jun 2006 23:28:50 +0000 X-Originating-IP: [84.70.243.247] X-Originating-Email: [jeankerry@hotmail.com] X-Sender: jeankerry@hotmail.com From: "Kerry Jean" To: Date: Sun, 25 Jun 2006 00:28:49 +0100 MIME-Version: 1.0 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: 24 Jun 2006 23:28:52.0611 (UTC) FILETIME=[F4268D30:01C697E5] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: REDIRECTING using the NAT table X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Jun 2006 23:28:54 -0000 Hi, I am new to FreeBSD and PF but was wondering how I could do using PF a = rule from iptables on Linux. The rule using iptables in Linux is: iptables -t nat -A PREROUTING -p udp --dport 3322 -j REDIRECT --to-ports = 3323 I would like to know how you perform the same operation using PF. Any advice would be very appreciated. Anthony