From owner-freebsd-current@FreeBSD.ORG Thu Jul 26 19:25:38 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5937216A418 for ; Thu, 26 Jul 2007 19:25:38 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 39C3613C46B for ; Thu, 26 Jul 2007 19:25:38 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l6QJOYWK078503; Thu, 26 Jul 2007 12:24:34 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l6QJOYSk078501; Thu, 26 Jul 2007 12:24:34 -0700 (PDT) (envelope-from sgk) Date: Thu, 26 Jul 2007 12:24:34 -0700 From: Steve Kargl To: Nenhum_de_Nos Message-ID: <20070726192434.GA78398@troutmask.apl.washington.edu> References: <4956a5e50707261122r54856ec2w6b8eaea663a01c16@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4956a5e50707261122r54856ec2w6b8eaea663a01c16@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: tcp messages I've never seen now in Current and atheros interrupt storm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 19:25:38 -0000 On Thu, Jul 26, 2007 at 03:22:05PM -0300, Nenhum_de_Nos wrote: (snip) > Jul 26 12:20:10 lamneth kernel: TCP: [60.29.8.98]:32191 to > [192.168.254.10]:10010 tcpflags 0x11; syncache_expand: > Segment failed SYNCOOKIE authentication, segment rejected (probably > spoofed) (snip) > the message on google just returned the .c code file, so, if anyone > has a clue ... These messages are well known to anyone running a recent -current. Someone once stated that the messages are mostly benign diagnostics. Why the message isn't hidden behind bootverbose, a sysctl tunable, or rate limited it is a mystery. troutmask:kargl[225] grep RST messages | wc -l 483 troutmask:kargl[226] foreach i (messages*bz2) foreach? zcat $i | grep RST| wc -l foreach? end 553 588 525 357 449 -- Steve