From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 11:49:04 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 13A5616A4CE for ; Mon, 21 Feb 2005 11:49:04 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6828943D5F for ; Mon, 21 Feb 2005 11:49:01 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j1LBmgj80250; Mon, 21 Feb 2005 03:48:42 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Peter Risdon" , "Chris Knipe" Date: Mon, 21 Feb 2005 03:48:42 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 In-Reply-To: <1108985480.96957.180.camel@lorna.circlesquared.com> cc: freebsd-questions@freebsd.org 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 11:49:04 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Peter Risdon > Sent: Monday, February 21, 2005 3:31 AM > To: Chris Knipe > Cc: freebsd-questions@freebsd.org > Subject: Re: high latency > > > 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. Ted