From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 12:04:56 2005 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 9173D16A4CE for ; Mon, 21 Feb 2005 12:04:56 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E8543D53 for ; Mon, 21 Feb 2005 12:04:55 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j1LC4WIi010948; Mon, 21 Feb 2005 12:04:34 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Ted Mittelstaedt In-Reply-To: References: Content-Type: text/plain Date: Mon, 21 Feb 2005 12:04:32 +0000 Message-Id: <1108987472.96957.193.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" cc: Chris Knipe Subject: RE: high latency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 12:04:56 -0000 On Mon, 2005-02-21 at 03:48 -0800, Ted Mittelstaedt wrote: > > > > On Mon, 2005-02-21 at 11:52 +0200, Chris Knipe wrote: > > > Hi, > > > > > > I have 4 FreeBSD Servers connected to a Cisco 2950 all doing > > inter-VLAN > > > routing. Everything is working right, but one server is > > getting absurdly > > > high latency through the VLANs. > > > > [...] > > > > > Now, the problematic box is running a RealTek card, > > > > Ugh. You don't say which one, but I just cured a prob with nfs by > > replacing a brand new Realtek card with an old digital NIC that was > > lying around. Not for the first time, I vow never to use Realtek cards > > again. > > > > Realteks seem to have a problem detecting and setting up for the correct > speed/duplex. (The 10/100 versions, that is) If you leave them in AUTO > negotiation mode they only work right if connected to a 10/100 switch. > Otherwise if you have problems they work fine if you hard code the > speed/duplex in the /etc/rc.conf file. I still feel an aversion to the rl cards, but thanks very much for the tip. Peter.