From owner-freebsd-pf@FreeBSD.ORG Mon Jul 6 05:37:57 2009 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAEE2106564A for ; Mon, 6 Jul 2009 05:37:57 +0000 (UTC) (envelope-from cbuechler@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 624908FC14 for ; Mon, 6 Jul 2009 05:37:57 +0000 (UTC) (envelope-from cbuechler@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so1418742qwd.7 for ; Sun, 05 Jul 2009 22:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZAnQbZTRGy8OAHwuL0BYH1l9gXGO/tbGg1hAKn6YRLk=; b=MkohfKDjfaWRVu3mrw8e0RbJGM8+CNd6RoqGa0WZtggZW1KJujFYe1ucI7b3eSgg9G JawfMytQBCIGNvElcay4W3gsvN+cWwqGgGW+32HBicWrdUfpffU3Uk17ATiMfKncgKj/ U8K6ga7LyP24dpj9tRLZNs2NdET62mY/Enr6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bFCOs8c/Pueb05e9baDnDrCP5j5Ec/qoXKTsWtw5iEN5RjeJr1Vc1eKA6lYCs28fNK 2ILHNVA4D2v1PkY1tUlKibK5cfwd6G2+hFBz7unuKZ+jPciErkP3bRg5UxrDjnk878iE P9t0jJr/MfLjpvfdOE2B8TM1vK1qw0pj5lzDw= MIME-Version: 1.0 Received: by 10.224.60.149 with SMTP id p21mr4302310qah.327.1246858676717; Sun, 05 Jul 2009 22:37:56 -0700 (PDT) In-Reply-To: <4A518B6B.1010407@simplenet.com> References: <4A4D2010.4020908@simplenet.com> <4A4F0950.7020005@simplenet.com> <4A518B6B.1010407@simplenet.com> Date: Mon, 6 Jul 2009 01:37:56 -0400 Message-ID: From: Chris Buechler To: tt-list@simplenet.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-pf@freebsd.org Subject: Re: Extremely simple redirect rule doesnt appear to be working 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: Mon, 06 Jul 2009 05:37:57 -0000 On Mon, Jul 6, 2009 at 1:28 AM, Tim Traver wrote: > > Thanks for responding. I am indeed testing this from within the same > machine, as I need the redirection to take place when attempting to make > requests FROM the machine to an outside source. > > Is there not a way to do that with pf ??? > There are multiple options, see: http://www.openbsd.org/faq/pf/rdr.html