From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 04:44:33 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 8AA5916A4CE for ; Tue, 15 Feb 2005 04:44:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CFD43D41 for ; Tue, 15 Feb 2005 04:44:33 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so1949606wri for ; Mon, 14 Feb 2005 20:44:32 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UHIj7U2MApVRNJu6fyonrolgfBDZ4tzRNJr28vgaBfqql/63KP1vpt30FUFSoxsa85ErKkshzOkd5JgY+WvR5eO/hJ8UIbm+n02fkkq0OKdf6INjrksp1JYE+AoKYzdLkO7d9R3D+lOKj4cMmol9JHXWtPhY3fv7TMsqHsHc4YQ= Received: by 10.54.2.57 with SMTP id 57mr389060wrb; Mon, 14 Feb 2005 20:44:32 -0800 (PST) Received: by 10.54.4.44 with HTTP; Mon, 14 Feb 2005 20:44:32 -0800 (PST) Message-ID: <64a8ad9805021420444eb3ccd2@mail.gmail.com> Date: Mon, 14 Feb 2005 23:44:32 -0500 From: chip To: Pat Maddox In-Reply-To: <810a540e050214203221952797@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e050214203221952797@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Configuring PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chip List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 04:44:33 -0000 > 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. I believe this is becuase nmap is having to wait on the connections to time out. If you tell PF to 'reject' instead of 'drop' it may go a bit faster. -- Just my $.02, your mileage may vary, batteries not included, etc....