From owner-freebsd-questions@FreeBSD.ORG Sat Sep 29 15:43:21 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 0FDE116A419 for ; Sat, 29 Sep 2007 15:43:21 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 5EAAE13C46A for ; Sat, 29 Sep 2007 15:43:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1487176wra for ; Sat, 29 Sep 2007 08:43:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=57O4Qeky32JzXFGNku5HnuMA8SvD7VEFbKaPUM5t1mI=; b=UDMj2Ugf2Hc4zeg41HBfDxV9tDa2nccnQeMz6e91+ZqilpNAmhJlkknzQ4bBnbiZAxKNNXFv1JpTXjdi3COqGYiqV8R7770aX740FqYQ0k6bab+BIOyIe/uzjr1Kj98wbXQl2uzYlgp9tfKdvS6a+dAEgKFBUD6dgNijm0enJZs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RvCOS1wTJgML6OvMfsH4NfxaA7/Hr5FoRY0YbY5VjcUku2oEaNSokk9BBz2Iy6249BSs2KzIh/qOkjG4A2fJtSB6O5wAcTA7D6E0rgmYhl+oJQ3jF2nk+vnGSP8vs43c+WlMsce4zoXcNIYyB9lOAeDI0/N1mfR7XOQQAsMI+mI= Received: by 10.90.69.8 with SMTP id r8mr240428aga.1191080599606; Sat, 29 Sep 2007 08:43:19 -0700 (PDT) Received: by 10.143.158.12 with HTTP; Sat, 29 Sep 2007 08:43:19 -0700 (PDT) Message-ID: Date: Sat, 29 Sep 2007 08:43:19 -0700 From: "Kurt Buff" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Security report question 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: Sat, 29 Sep 2007 15:43:21 -0000 I've noted in a security mail from one of my machines the following log entries: +++ /tmp/security.yEepp7hR Sat Sep 29 03:02:07 2007 +Limiting closed port RST response from 253 to 200 packets/sec +Limiting closed port RST response from 233 to 200 packets/sec +Limiting closed port RST response from 262 to 200 packets/sec +Limiting closed port RST response from 283 to 200 packets/sec I don't know what this means, though I suspect it could mean that I'm being port scanned. Is this a reasonable guess? Kurt