From owner-freebsd-net@FreeBSD.ORG Fri Oct 31 07:47:28 2003 Return-Path: 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 1F56716A4CE for ; Fri, 31 Oct 2003 07:47:28 -0800 (PST) Received: from ns10.hutchtel.net (ds2.hutchtel.net [66.103.161.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EA143F93 for ; Fri, 31 Oct 2003 07:47:27 -0800 (PST) (envelope-from ant@hutchtel.net) Received: from andromeda (6400b4.hutchtel.net [66.103.161.14]) by ns10.hutchtel.net (8.12.8/) with ESMTP id h9VFlPMU1267769; Fri, 31 Oct 2003 09:47:26 -0600 (CST) From: "Anthony Anderberg" To: Keith Mitchell Date: Fri, 31 Oct 2003 09:47:33 -0600 MIME-Version: 1.0 Message-ID: <3FA22FB5.12915.82C50B0@localhost> Priority: normal In-reply-to: <20031031063514.GA72686@pit.databus.com> References: <20031031060117.GA77018@weenix.guru.org> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: freebsd-net@freebsd.org Subject: Re: iMac and FreeBSD performance problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ant@hutchtel.net List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 15:47:28 -0000 > the iMac to a 10BT hub instead of the ethernet switch then everything > seems to work fine as well. The iMac can talk to all the other equipment > without a problem when its connected to the ethernet switch. Likewise Sounds like a duplex mis-match, which is especially common with unmanaged switches. The problem is that the computer and switch don't agree whether their link is full duplex or half duplex. The result is undetected collisions which must be retransmitted via TCP timeouts instead of being retransmitted right away by the NICs. I'd suggest setting the duplex on the switch ports if possible and devices to see if a combination works better, I'm not sure about the Mac but you can get a list of media options on FreeBSD using "ifconfig -m". Best wishes, anthony