From owner-freebsd-questions@FreeBSD.ORG Tue Mar 16 20:27:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283F616A4CE for ; Tue, 16 Mar 2004 20:27:03 -0800 (PST) Received: from postie.sjsa.ab.ca (unknown [216.208.101.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE35A43D41 for ; Tue, 16 Mar 2004 20:27:01 -0800 (PST) (envelope-from sbotsford@sjsa.ab.ca) Received: from [192.168.1.240] (helo=polaris.sjsa.internal.net) by postie.sjsa.ab.ca with esmtp (Exim 4.05) id 1B3Rox-00014x-00 for freebsd-questions@FreeBSD.ORG; Tue, 16 Mar 2004 20:34:19 -0700 From: Sherwood Botsford Organization: St. John's School of Alberta To: freebsd-questions@FreeBSD.ORG Date: Tue, 16 Mar 2004 20:43:30 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403162043.30590.sbotsford@sjsa.ab.ca> Subject: tcpdump check sum errors. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sbotsford@sjsa.ab.ca List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 04:27:03 -0000 I'm running mail services (exim, fetchmail, popper) on FreeBSD 4.5 In a session trying to track down a problem related to a bad cable, I found that tcpdump -i xl0 -v -v -v host pop.incentre.net has lots of lines like this: 20:20:11.166767 postie.sjsa.internal.net.1126 > bach.ccinet.ab.ca.pop3: F [bad tcp cksum 4f5e!] 61:61(0) ack 2075 win 33304 (DF) (ttl 64, id 57145, len 52, bad cksum 0!) But netstat -I xl0 -w 10 during the same interval when the above were coming down at 5-10 per second showed: input (xl0) output packets errs bytes packets errs bytes colls 32 0 4019 28 0 4573 0 24 0 3512 22 0 4934 0 444 0 30070 433 0 227132 0 Explanations? (I also get them on the local network; it's not just this destination host.) -- Sherwood Botsford St. John's School of Alberta