From owner-freebsd-questions@FreeBSD.ORG Mon Nov 28 19:55:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 526AA16A41F for ; Mon, 28 Nov 2005 19:55:33 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC9443D49 for ; Mon, 28 Nov 2005 19:55:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id C2BC85F3B; Mon, 28 Nov 2005 14:55:31 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99915-10; Mon, 28 Nov 2005 14:55:31 -0500 (EST) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 238B45CCB; Mon, 28 Nov 2005 14:55:31 -0500 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 28 Nov 2005 14:55:30 -0500 To: John Palmer X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Q ML Subject: Re: bad udp cksum 26ff! 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: Mon, 28 Nov 2005 19:55:33 -0000 On Nov 28, 2005, at 1:46 PM, John Palmer wrote: > I am running FreeBSD 5.4 p8. I did a tcpdump -vv -i em0. The > output produced > a "bad udp cksum" with my DNS server. Does anyone know what it > means? Or, how I can > correct the problem? If you are sniffing traffic from the machine itself, tcpdump is seeing the packets before the networking stack has computed the packet checksums...this is especially likely to be true if the TXCSUM option is on, check ifconfig. In order to double-check this, try sniffing the traffic from another machine. -- -Chuck