From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 07:44:26 2007 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 A494516A420 for ; Mon, 13 Aug 2007 07:44:26 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 610FF13C428 for ; Mon, 13 Aug 2007 07:44:26 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 9F294143A85; Mon, 13 Aug 2007 10:44:22 +0300 (EEST) From: Nikos Vassiliadis To: Kenny Dail Date: Mon, 13 Aug 2007 10:44:30 +0300 User-Agent: KMail/1.9.1 References: <200708101103.07024.nvass@teledomenet.gr> <200708101949.45425.bramschoenmakers@xs4all.nl> <20070810172102.1F7E.KEND@amigo.net> In-Reply-To: <20070810172102.1F7E.KEND@amigo.net> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708131044.31620.nvass@teledomenet.gr> Cc: Bram Schoenmakers , freebsd-questions@freebsd.org Subject: Re: Problem with dump over SSH: Operation timed out 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: Mon, 13 Aug 2007 07:44:26 -0000 On Saturday 11 August 2007 02:28, Kenny Dail wrote: > > Thank you for those suggestions, it's appreciated. Although I get the > > same results with setting those values both on the server and on the > > client. SCP starts full speed, but at 20% of the 200 MB file it starts > > to stall. All ICMP traffic was open on both firewalls at that time. > > I had something similar to this happen to me once when I traded out low > end Linksys router for an enterprise grade one. Large transfers were ok > with the low end router, but died horribly with the "good" router. It > was a FreeBSD4.11 server at the time, and in the end it turned out that > the increase in bandwidth was directly related to the stall, putting qos > on the traffic back down to the previous speeds made the stalling go > away. I never did find out if it was a crappy NIC or crappy disk drives, > or crappy cofiguration on the server. I would try throttling too. I have seen too ADSL modem/routers dropping high traffic connections. You said you have a cable modem, which does a much simpler job than an ADSL modem/router, but I wouldn't trust it anyway... As you said you did manage to get the dump to your computer at home, so assuming that you have less bandwidth at home, the high traffic situation between the two offices, could be the problem. Give ipfw & duymmynet a try, it should be very easy to throttle your connection. HTH Nikos