From owner-freebsd-questions@FreeBSD.ORG Sat Apr 25 18:23:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E62361065675 for ; Sat, 25 Apr 2009 18:23:23 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (unknown [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 76E668FC15 for ; Sat, 25 Apr 2009 18:23:23 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 95906 invoked by uid 89); 25 Apr 2009 18:23:36 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 25 Apr 2009 18:23:36 -0000 Message-ID: <49F35526.7030100@ibctech.ca> Date: Sat, 25 Apr 2009 14:23:34 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Wojciech Puchar References: <49F22DF0.3000106@gothic-chat.de> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Neo \[GC\]" , freebsd-questions@freebsd.org Subject: Re: Banwidth limited to 800kb per connection 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: Sat, 25 Apr 2009 18:23:24 -0000 Wojciech Puchar wrote: >> >> When downloading files over FTP (proftpd) or HTTP (apache 2.2) I only >> get about 800kb/s, uploading seems to have the same limit (couldn't >> test it really, as my line stops at abount 860kb/s). When I start >> multiple downloads, I get 800kb/s for each transfer, up to about >> 5000kb/s, which is the limit of my downstream at home. >> >> Is there some kind of traffic shaping or QOS somewhere? >> > > or ethernet autonegotiation problems - one side gets full duplex other > half duplex. I agree. Check the interface on the device that connects into their network. You will likely see all sorts of interface errors. Try having them force to 100/Full, and you do the same at your end. Steve