From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 05:21:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C163916A419 for ; Fri, 9 Jun 2006 05:21:28 +0000 (UTC) (envelope-from pergesu@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE0843D70 for ; Fri, 9 Jun 2006 05:21:27 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1246679uge for ; Thu, 08 Jun 2006 22:21:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mKJmqJRuZPRAeoi2l6dSYM5FpDLfa3bVMA0gPw8Py2gOmC1Y291s/EoDI9r4F1Am0Xq7yPbFUmOzxP+CAmdkqhWrNYo4NMyT6/7qoiB7jyHu/QE504rgBLueYxhF/fE/vdxqLrPOi3Cz0XgZzkKvkabVJq+O6AgYuQaLiJuV2RE= Received: by 10.67.106.3 with SMTP id i3mr2174150ugm; Thu, 08 Jun 2006 22:21:26 -0700 (PDT) Received: by 10.66.241.9 with HTTP; Thu, 8 Jun 2006 22:21:26 -0700 (PDT) Message-ID: <810a540e0606082221n488bf220q3846d9c79b47e1ad@mail.gmail.com> Date: Thu, 8 Jun 2006 23:21:26 -0600 From: "Pat Maddox" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Need some help with PF rule letting two machines access each other 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: Fri, 09 Jun 2006 05:21:28 -0000 12.34.56.78 runs a server on port 1234 87.65.43.21 should connect to this Both of them have PF rulesets that block off most traffic, keeping open the publically available ports I need open. In this case though, any traffic over this port should only be between these two machines. I've tried to set this up, but I keep getting operation not permitted, connection refused, and connection reset by peer errors. Thanks for any info. Pat