From owner-freebsd-questions Mon May 27 16:52:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id B502D37B404 for ; Mon, 27 May 2002 16:52:08 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g4RNq7K30544; Mon, 27 May 2002 18:52:07 -0500 Date: Mon, 27 May 2002 18:52:07 -0500 (CDT) From: Jason P Holland To: freebsd-questions@FreeBSD.ORG Cc: "E.J.Cerejo" Subject: Re: Full-Duplex or Half-Duplex In-Reply-To: <20020527231240.C70175D5B@server1.safepages.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm getting very slow transfer speeds using psftp that came with PuTTy > between a FBSD box and Win2k laptop and I'm using a crossover cable. I > can't figure out why! Both NICs are 100M, the one in the FBSD box is an > Intel and the one in the laptop is an IBM cardbus. If I boot into win2k > on the FBSD box I get lightenning speeds though. Not too long ago > someone replied to an email of mine saying that both NICs should be set > to Full-Duplex, now I was able to set this on my laptop under win2k but > how do you find out if the FBSD machine is set to Full-Duplex? If not > set to this how do you change it to Full-Duplex? > yes, this is likely the cause of your slowdown. are you showing a lot of collisions?? netstat -in will show you. duplex settings for your nic can been seen using ifconfig. just look at the media: line for your particular device. as for forcing the card to do 100FD, you can set this # ifconfig xl0 media 100baseTX mediaopt full-duplex for an xl0 interface. the man page for the particular driver your using should be more help. after testing and figuring out what works, you can add these settings to your rc.conf so they show up next reboot. hope this helps. jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message