From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 21:53:30 2004 Return-Path: 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 112B616A4CE for ; Wed, 14 Jul 2004 21:53:30 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243B343D2D for ; Wed, 14 Jul 2004 21:53:29 +0000 (GMT) (envelope-from dvc@jtxa.de) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bkrgu-0000ak-00; Wed, 14 Jul 2004 23:53:28 +0200 Received: from [217.231.36.30] (helo=jtxa.de) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Bkrgt-0004ix-00; Wed, 14 Jul 2004 23:53:27 +0200 Message-ID: <40F5AB31.8040405@jtxa.de> Date: Wed, 14 Jul 2004 23:52:49 +0200 From: "dvc@jtxa.de" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Ntaflos References: <20040714161459.GA98907@Pelargir.arda> In-Reply-To: <20040714161459.GA98907@Pelargir.arda> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:f88fa41607e84e918974873c6ed03233 cc: questions@freebsd.org Subject: Re: 100Mbit/s LAN slow, TX only ~3MB/s (esp. file transfer) -- why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 21:53:30 -0000 Andreas Ntaflos wrote: > Hello list, > > here's the situation: a small LAN with two FreeBSD machines (one > 4.10-STABLE, one 5.1-RELEASE-p11), one Gentoo box, one Windows 2000 > Laptop. All the machines have 100Mbit/s capable network interfaces, > configured for full duplex and auto-negotiation, and actually running > in 100baseTX-FD mode (5.1 uses rl0, 4.10 dc0, Gentoo and Windows are > also equipped with RealTek RTL8139 NICs). > hi, not sure if this works, but you could try setting the media type for the rl0 on the 5.1 machine manually (it's a realtek 8139, right?): ifconfig rl0 media 100baseTX regards, martin