From owner-freebsd-questions@FreeBSD.ORG Thu May 18 01:01:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 743F916A464 for ; Thu, 18 May 2006 01:01:10 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A914543D46 for ; Thu, 18 May 2006 01:01:09 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.4P/8.13.4) with ESMTP id k4I118Vu084673; Wed, 17 May 2006 21:01:08 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3P/8.13.3) with ESMTP id k4I117IU080976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 May 2006 21:01:07 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20060517205856.11b86440@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 17 May 2006 21:01:35 -0400 To: Gunter Wambaugh From: Mike Tancsa In-Reply-To: <78A78C0C-FC04-43C9-A83F-FC98A8B85EB9@six-two.net> References: <2EF50459-DD90-44EF-A905-DF324DE55CF3@six-two.net> <0adi6218gdvsk6rubst33aiqlpkggtlb94@4ax.com> <78A78C0C-FC04-43C9-A83F-FC98A8B85EB9@six-two.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Troubleshooting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 01:01:10 -0000 At 08:47 PM 17/05/2006, Gunter Wambaugh wrote: >>On Mon, 15 May 2006 20:13:05 -0500, in sentex.lists.freebsd.questions >>you wrote: >> >>> media: Ethernet 100baseTX This looks like you have it set to 100-FD *Manual*. Try ifconfig fxp0 media autoselect >>What kind of switch do you have your NIC plugged into ? >> >>What is the output of >>netstat -ni >>and >>sysctl -a | grep flight >> >> ---Mike >>$ netstat -ni >Name Mtu Network Address Ipkts Ierrs Opkts >Oerrs Coll >fxp0 1500 00:06:29:de:51:ab 44071780 1735 >52399432 0 0 >fxp0 1500 fe80:1::206:2 fe80:1::206:29ff: 0 - >3 - - >fxp0 1500 192.168.1 192.168.1.106 44029897 - > >This box is plugged into my Linksys Wireless router. I don't think >it's the router as other boxes connected to it seem unaffected. I >tried swapping the network cable and the port on the router, but >Ierrs increased. Bad network card? Misconfigured network card/driver? It looks like a duplex mismatch. Change your duplex settings to auto and see how things go from there. ---Mike