From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 15:34:44 2007 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 84BEC16A494 for ; Thu, 18 Oct 2007 15:34:44 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE9A13C447 for ; Thu, 18 Oct 2007 15:34:44 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 18236142379; Thu, 18 Oct 2007 18:34:43 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 301B5142317; Thu, 18 Oct 2007 18:34:39 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 18 Oct 2007 18:29:47 +0300 User-Agent: KMail/1.9.7 References: <17838240D9A5544AAA5FF95F8D5203160297F7B3@ad-exh01.adhost.lan> In-Reply-To: <17838240D9A5544AAA5FF95F8D5203160297F7B3@ad-exh01.adhost.lan> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710181829.48220.nvass@teledomenet.gr> Cc: "Michael K. Smith - Adhost" Subject: Re: Odd PF Denied Message 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: Thu, 18 Oct 2007 15:34:44 -0000 On Thursday 18 October 2007 17:59:49 Michael K. Smith - Adhost wrote: > Hello All: > > We're getting a ton of these. > > +Connection attempt to TCP 127.0.0.1:113 from 127.0.0.1:52655 flags:0x02 This doesn't look like a pf(4) message. This looks like sysctl net.inet.tcp.log_in_vain is 1. It logs every connection attempt to a non-listening TCP port. > > We've basically allowed all traffic to and from 127.0.0.1 in our > ruleset, but nothing seems to work. Does anyone have a magic bullet to > make this go away? Yes, set the afore-mentioned sysctl to 0. Nikos