From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 06:04:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6D3816A400 for ; Wed, 20 Feb 2008 06:04:11 +0000 (UTC) (envelope-from marcin.polewski@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 904C113C4DD for ; Wed, 20 Feb 2008 06:04:11 +0000 (UTC) (envelope-from marcin.polewski@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so1946659rvb.43 for ; Tue, 19 Feb 2008 22:04:10 -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=+qvBXTeI5EVyWeUV/w6T72DEuwHxxq6zsRNDwxf0kV8=; b=XqKlD7F7SY7A4Xtodur4FgZ35BrVx8spl6BJvJXNN7As1wzc/7w2SzWUG1cYfDi2OZFvctlH8Jw35Wr4V9rsL8TZEpQC0Q3OWhBPgqEny/E1x/MDySBmhDN1D4l0mpsOfcgaHV+ZzJHRAPxkvAHfyc1Qb7Xu3g/MMKJV4ypXsY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=QspSBthNHR6TLEy9W/9oimbC/GSbw5pqv8u0wfsA6xfmShYcwnMmI5vsER35uS6WScP1asIPdx8ksd58A2wqgBAg6x1LVPwGXc9qlEHMzIHKL6pnrm7KJg6WYdJKj49WWZnENuJV6oQBfc3P2bSSYHnZd6KtFYLS5vwCc4fVlgI= Received: by 10.141.20.7 with SMTP id x7mr5391951rvi.34.1203485901973; Tue, 19 Feb 2008 21:38:21 -0800 (PST) Received: by 10.141.189.11 with HTTP; Tue, 19 Feb 2008 21:38:21 -0800 (PST) Message-ID: <37a72e270802192138x7911c088pf899225b6fd9de8d@mail.gmail.com> Date: Tue, 19 Feb 2008 23:38:21 -0600 From: "Marcin Polewski" To: freebsd-questions@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: Firewall that supports Port triggering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 06:04:11 -0000 Hello, I am trying to implement a FreeBSD firewall but with support for port triggering. Which firewall package that is available for FreeBSD supports port triggering? Currently I am trying to use PF with no success. I am open to trying other firewall products (IPF, IPFW, etc). Thanks, --Marcin