From owner-freebsd-questions Wed Jun 28 8:24:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id F19C337BC37 for ; Wed, 28 Jun 2000 08:24:34 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id LAA58820; Wed, 28 Jun 2000 11:24:25 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Wed, 28 Jun 2000 11:24:25 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: Jim C Cc: Dan Nelson , freebsd-questions@FreeBSD.ORG Subject: Re: ARGH! :) Ongoing bandwidth throttling issue...need help! In-Reply-To: <4.2.0.58.20000628112401.0142d588@mail.enterit.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > media: 10baseT/UTP <--- Is this stating that the > NIC is at 10 FD? Yes. > So, if the NIC is at 10 FD then how do I tell it to go 100FD? Two ways. ifconfig vn0 media autoselect or ifconfig vn0 media 100baseT/UTP Make sure the rc.conf file doesn't specify 10baseT on boot as well. --Damon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message