From owner-freebsd-current@FreeBSD.ORG Sat May 26 22:34:40 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62F7116A468 for ; Sat, 26 May 2007 22:34:40 +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 46C0213C46C for ; Sat, 26 May 2007 22:34:40 +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.13.8) with ESMTP id l4QMXEkS055654; Sat, 26 May 2007 15:33:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4QMXESM055653; Sat, 26 May 2007 15:33:14 -0700 (PDT) (envelope-from sgk) Date: Sat, 26 May 2007 15:33:14 -0700 From: Steve Kargl To: Abdullah Ibn Hamad Al-Marri Message-ID: <20070526223314.GB55588@troutmask.apl.washington.edu> References: <20070525234115.GA48789@troutmask.apl.washington.edu> <499c70c0705261245k6679a12k5a0237fce786ab68@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499c70c0705261245k6679a12k5a0237fce786ab68@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: Segment failed SYNCOOKIE? 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: Sat, 26 May 2007 22:34:40 -0000 On Sat, May 26, 2007 at 10:45:38PM +0300, Abdullah Ibn Hamad Al-Marri wrote: > On 5/26/07, Steve Kargl wrote: > >Anyone have ideas on how to cure > > > >May 25 16:20:03 node13 kernel: TCP: [192.168.0.15]:53815 to > >[192.168.0.13]:50992 tcpflags 0x11; syncache_expand: > >Segment failed SYNCOOKIE authentication > > > >The hardware and kernel on 192.168.0.15 and 192.168.0.13 > >are identical. > > > >-- > >Steve > > 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat May 26 04:25:29 GMT 2007 > > I got the same problem and my sever paniced today. > > TCP: [70.162.96.41]:54686 to [IP removed for security reasons]:59999 > tcpflags 0x18; syncache_expand: Segment failed SYNCOOKIE > authentication > > Anyone working on this now? > Fortunately for me, the porblem appears on a cluster that sits behind a firewall or two, so I can turn syncookie off via net.inet.tcp.syncookies. -- Steve