From owner-freebsd-net@FreeBSD.ORG Fri Jun 20 09:38:34 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B611F1065686 for ; Fri, 20 Jun 2008 09:38:34 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id 01AC88FC13 for ; Fri, 20 Jun 2008 09:38:33 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:42434 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S8372620AbYFTJiW (ORCPT ); Fri, 20 Jun 2008 13:38:22 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp1 X-Yandex-TimeMark: 1213954702 X-MsgDayCount: 6 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <485B7A88.9080301@yandex.ru> Date: Fri, 20 Jun 2008 13:38:16 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Peter Kirk References: <200806201046.05530.peter@teamspeak-systems.de> <485B73EE.6050707@yandex.ru> <200806201133.28357.peter@teamspeak-systems.de> In-Reply-To: <200806201133.28357.peter@teamspeak-systems.de> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: UDP checksum invalid on FreeBSD7/x86 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 09:38:34 -0000 Peter Kirk wrote: > On Friday 20 June 2008 11:10:06 Andrey V. Elsukov wrote: >>> I have a fresh installation of FreeBSD7 on x86, with no big changes to >>> the system. >> Can you show `ifconfig -u` output? > > re0: flags=8843 metric 0 mtu 1500 > options=9b It's problem in re(4) driver. Try to use `ifconfig re0 -rxcsum -txcsum`. You can add these parameters to your rc.conf. -- WBR, Andrey V. Elsukov