From owner-freebsd-pf@FreeBSD.ORG Wed Feb 20 05:55:28 2008 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 E29E016A403 for ; Wed, 20 Feb 2008 05:55:28 +0000 (UTC) (envelope-from marcin.polewski@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.240]) by mx1.freebsd.org (Postfix) with ESMTP id A247213C468 for ; Wed, 20 Feb 2008 05:55:28 +0000 (UTC) (envelope-from marcin.polewski@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so2087848hsh.11 for ; Tue, 19 Feb 2008 21:55:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=3E0k+2EJTgMZacj3xBzsBjTR3LpUyeQaJxuZV5XnIZg=; b=J6iPFBsvl119xcb8+AnckDZ8Uu+ybI5vvT55gv7H+/K+rucO/S19YSW7efESLgPRl4dVAAGtWnrbY0SYGzJGuRHEMwbtxCrOYMb3oj0eIB9KzawR43oZV1tEnvuHPLaZCg4dLGfSti3ehgpV1ycD6yAtygY3mtNhHbDy6UlwWsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=G9GAvEqYuAC7wfZ9qMx+7MkSDDYCChyNaqw4HFeePwWURQIJkQFYBstXic8P+1/BeZE/grEJLixZbKcQ1193ZnpIjyT/bmtr+RGJw4yIfkh5mCPqzb3gzvJGxU681Onz6lXJvTDjiJFHGG7IiCnZeSMxxaVXg3Hf2qMF9osucRI= Received: by 10.141.85.13 with SMTP id n13mr5338870rvl.256.1203485338407; Tue, 19 Feb 2008 21:28:58 -0800 (PST) Received: by 10.141.189.11 with HTTP; Tue, 19 Feb 2008 21:28:53 -0800 (PST) Message-ID: <37a72e270802192128y68328b6bob38116ef64881466@mail.gmail.com> Date: Tue, 19 Feb 2008 23:28:53 -0600 From: "Marcin Polewski" To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Port triggering 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: Wed, 20 Feb 2008 05:55:29 -0000 Hello, I am trying to figure out if PF support port triggering? Essentially when an outbound connection is initiated on a certain port, a temporary dynamic redirection is setup between the external interface to the original host on a different port. Thank you, --Marcin