From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 14:14:49 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9F4AF08 for ; Wed, 8 Oct 2014 14:14:49 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "oneyou.mcmli.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 973A5656 for ; Wed, 8 Oct 2014 14:14:49 +0000 (UTC) Received: from sentry.24cl.com (unknown [IPv6:2001:558:6017:a2:a860:3073:4c46:6ac9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3jCcxg0CfPz1DNJ for ; Wed, 8 Oct 2014 10:14:47 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3jCcxf0QDGz1Bwg for ; Wed, 8 Oct 2014 10:14:46 -0400 (EDT) Message-ID: <201410081014430703.00455B3A@smtp.24cl.home> In-Reply-To: <54353FFC.3050309@hiwaay.net> References: <5434A8F7.1090507@hiwaay.net> <5434E626.80104@qeng-ho.org> <54353FFC.3050309@hiwaay.net> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Wed, 08 Oct 2014 10:14:43 -0400 From: "Mike." To: freebsd-questions@freebsd.org Subject: Re: oddball syslog entries .... Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 14:14:49 -0000 On 10/8/2014 at 8:45 AM William A. Mahaffey III wrote: |On 10/08/14 02:22, Arthur Chance wrote: |> On 08/10/2014 04:01, William A. Mahaffey III wrote: |>> |>> |>> Over the last couple of days I am seeing some odd (to me) entries in my |>> messages file: |>> |>> |> [irrelevance snipped] |>> Oct 5 11:30:22 kabini1 kernel: Limiting closed port RST response from |>> 276 to 200 packets/sec |[snip] ============= I see this log entry occasionally also. Indeed, I saw it just this morning. The box in question is FreeBSD 10.0 and is used as an HTTP caching proxy, which is why the Firefox mention upthread caught my attention. The box sits behind a FreeBSD 10.0/pf firewall. I'll put into place the sysctl suggestion recommended upthread and see what I find. Thanks!