From owner-freebsd-net@FreeBSD.ORG Sat Sep 16 00:45:15 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B934D16A403 for ; Sat, 16 Sep 2006 00:45:15 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B36B43D5A for ; Sat, 16 Sep 2006 00:45:14 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.64] (aphax.nl [82.92.29.227]) by smtp-vbr4.xs4all.nl (8.13.6/8.13.6) with ESMTP id k8G0ixOA058395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 16 Sep 2006 02:45:00 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <450B48C2.7030501@xs4all.nl> Date: Sat, 16 Sep 2006 02:43:46 +0200 From: Hans Nieser User-Agent: Thunderbird 1.5.0.5 (X11/20060910) MIME-Version: 1.0 To: Sam Leffler References: <44F4CF17.8060203@xs4all.nl> <44F70983.40705@errno.com> <44F71402.1060405@xs4all.nl> <44F7558A.4030907@errno.com> In-Reply-To: <44F7558A.4030907@errno.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-net@freebsd.org Subject: Re: iwi discarding oversized packets while mtu=1500 for src/dst 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: Sat, 16 Sep 2006 00:45:15 -0000 Sam Leffler wrote: > Hans Nieser wrote: > >> root@aphax-laptop:~# uname -a >> FreeBSD aphax-laptop.lan 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 >> 07:17:09 CEST 2006 >> root@aphax-laptop.nieser.local:/usr/obj/usr/src/sys/APHAX-LAPTOP i386 > > Are you running the iwi driver that came with 6.1-release? If so it has > numerous problems that have been fixed in 6-STABLE and HEAD. I'm not > sure how best to update your system except by going to 6-STABLE via a > src upgrade. Today I have upgraded my laptop to 6-STABLE, but unfortunately the problems remain. I don't even know wether iwi is to blame, because I can't figure out wether perhaps xl on my server really is sending out too large packets. That is, so far I've been assuming that an mtu of 1500 may not mean that there's exactly 1500 bytes going over the wire (overhead of protocols to which the mtu doesn't apply or something, I dunno, I'm no networking expert obviously :), because xl is definitely sending out packets of 1518 bytes. Which iwi on my laptop doesn't like, but the NIC in my desktop machine (which runs Linux) has no problem with. Maybe someone can tell me which of the machines is in error here, at least I'd know what to blame :( The fact that my Linux box doesn't discard these packages coming from my server made me suspicious of iwi initially, but maybe iwi is doing nothing wrong and my Linux box is simply willing to accept these oversized packets.