From owner-freebsd-net@FreeBSD.ORG Wed Nov 21 17:52:56 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 708FBCCD for ; Wed, 21 Nov 2012 17:52:56 +0000 (UTC) (envelope-from if@xip.at) Received: from chile.gbit.at (ns1.xip.at [193.239.188.99]) by mx1.freebsd.org (Postfix) with ESMTP id B1B748FC1A for ; Wed, 21 Nov 2012 17:52:54 +0000 (UTC) Received: (qmail 11889 invoked from network); 21 Nov 2012 18:52:52 +0100 Received: from fw.xip.at (HELO ?127.0.0.1?) (89.207.145.147) by chile.gbit.at with SMTP; 21 Nov 2012 18:52:52 +0100 Message-ID: <50AD14F8.8050001@xip.at> Date: Wed, 21 Nov 2012 18:52:56 +0100 From: Ingo Flaschberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: Low Bandwidth on intercontinental connections References: <50ACF62C.8000408@mpeters.org> <50ad087d.1892cc0a.2cce.3bf2@mx.google.com> <50AD1012.7020209@mpeters.org> In-Reply-To: <50AD1012.7020209@mpeters.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 17:52:56 -0000 Am 21.11.2012 18:32, schrieb Marc Peters: > Hi Ben, > > i don't think this is memory related, too. We used plain CLI scp ot ftp > from base, both times. > > Here is the requested data: > > Linux ---> FreeBSD: > > root@linux:~# scp jdk-6u33-linux-x64.bin 172.16.3.10: > Password: > jdk-6u33-linux-x64.bin 89% 61MB 59.0KB/s > > FreeBSD ---> Linux: > > [root@freebsd ~]# scp test.tgz 172.16.4.50: > Password: > test.tgz 100% 59MB 1.1MB/s 00:55 > [root@freebsd ~]# > > From BSD to Linux is not as fast as L <--> L. > > I don't think, this is network related in some sort. hm - sounds like a duplex problem? *) whats the distance between Linux and FreeBSD box? *) check network counters: linux: ifconfig FreeBSD: netstat -nia look for errors check switches between (or as far as possible) for full duplex, also FreeBSD (ifconfig) *) check and compare tcpdump Kind regards, Ingo Flaschberger