From owner-freebsd-questions@FreeBSD.ORG Thu May 18 00:47:19 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 4455316AA28 for ; Thu, 18 May 2006 00:47:19 +0000 (UTC) (envelope-from gunter@six-two.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C3743D48 for ; Thu, 18 May 2006 00:47:18 +0000 (GMT) (envelope-from gunter@six-two.net) Received: from ibm58aec.bellsouth.net ([65.7.234.118]) by imf16aec.mail.bellsouth.net with ESMTP id <20060518004717.VISY26160.imf16aec.mail.bellsouth.net@ibm58aec.bellsouth.net> for ; Wed, 17 May 2006 20:47:17 -0400 Received: from [192.168.1.102] (really [65.7.234.118]) by ibm58aec.bellsouth.net with ESMTP id <20060518004713.CNTT10141.ibm58aec.bellsouth.net@[192.168.1.102]>; Wed, 17 May 2006 20:47:13 -0400 In-Reply-To: <0adi6218gdvsk6rubst33aiqlpkggtlb94@4ax.com> References: <2EF50459-DD90-44EF-A905-DF324DE55CF3@six-two.net> <0adi6218gdvsk6rubst33aiqlpkggtlb94@4ax.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <78A78C0C-FC04-43C9-A83F-FC98A8B85EB9@six-two.net> Content-Transfer-Encoding: 7bit From: Gunter Wambaugh Date: Wed, 17 May 2006 19:47:07 -0500 To: Mike Tancsa X-Mailer: Apple Mail (2.750) 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 00:47:19 -0000 > On Mon, 15 May 2006 20:13:05 -0500, in sentex.lists.freebsd.questions > you wrote: > >> media: Ethernet 100baseTX > > What kind of switch do you have your NIC plugged into ? > > What is the output of > netstat -ni > and > sysctl -a | grep flight > > ---Mike > -------------------------------------------------------- > Mike Tancsa, Sentex communications http://www.sentex.net > Providing Internet Access since 1994 > mike@sentex.net, (http://www.tancsa.com) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" $ 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 - 52370049 - - fxp1* 1500 00:06:29:de:51:aa 0 0 0 0 0 lo0 16384 299664 0 299664 0 0 lo0 16384 ::1/128 ::1 817 - 817 - - lo0 16384 fe80:3::1/64 fe80:3::1 0 - 0 - - lo0 16384 127 127.0.0.1 298847 - 298847 - - $ sysctl -a | grep flight net.local.inflight: 0 net.inet.tcp.local_slowstart_flightsize: 4 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.inflight.stab: 20 net.inet.tcp.inflight.max: 1073725440 net.inet.tcp.inflight.min: 6144 net.inet.tcp.inflight.debug: 0 net.inet.tcp.inflight.enable: 1 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? Thanks for your help.