From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 04:32:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C6816A4CE for ; Tue, 15 Feb 2005 04:32:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4795243D1D for ; Tue, 15 Feb 2005 04:32:27 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so1948445wri for ; Mon, 14 Feb 2005 20:32:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=AKyVpQPKr/EOfU+2G9yG9k5jv13AOIooCfaYrpPK4+9Fb9x7Uj+Twdggx9uh3BiRFUo52Uc9at1U9zT8EQrth+RvoxFAkIJ1KcyE+cB9EdLmsTpavr2zeuMs/elW+d2rPclI3s0fdu4U4SdJz1Yi0dAMPd7F8jhVGXQbwGqGqtU= Received: by 10.54.2.57 with SMTP id 57mr383271wrb; Mon, 14 Feb 2005 20:32:26 -0800 (PST) Received: by 10.54.42.28 with HTTP; Mon, 14 Feb 2005 20:32:25 -0800 (PST) Message-ID: <810a540e050214203221952797@mail.gmail.com> Date: Mon, 14 Feb 2005 21:32:25 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Configuring PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 04:32:27 -0000 I want to install a firewall on my system. First of all, is PF the one I should be using? It seems to get the most recommendations. I don't actually seem to have any problems configuring it - I just have some problems testing the configuration. I can ssh to the box, and I can access port 80...but I'd like to be able to just scan it to quickly see what's up. When PF is disabled, I can nmap it in about 9 seconds. When I turn it on, it takes over 3 minutes to do. These machines are on the same network, so the connection is obviously fast. Are there any good, pretty simple guides on setting up PF? I'm having a tough time understanding what the rulesets all mean.