Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2000 07:40:02 -0800 (PST)
From:      David Greenman <dg@root.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/22768: fxp get slow often! 
Message-ID:  <200011111540.HAA83933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/22768; it has been noted by GNATS.

From: David Greenman <dg@root.com>
To: wkwu@csie.nctu.edu.tw
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/22768: fxp get slow often! 
Date: Sat, 11 Nov 2000 07:36:52 -0800

 >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media 100BaseTX
 >sleep 1
 >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media autoselect
 >
 >running 2 times every hour to keep the speed of ftpd.
 
    I have no idea what you are trying to accomplish with the above, but it is
 weird in the extreme. The problem that you are describing sounds like a duplex
 negotiation problem with your switch. Try setting both sides to full duplex.
 For the FreeBSD side remove your cronjob and then:
 
 ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media 100basetx mediaopt full-duplex
 
    You'll also need to modify your /etc/rc.conf as well with the new
 media/mediaopt so that it is set correctly after a reboot.
    You'll have to consult your switch manual for how to configure it for
 full duplex.
 
 -DG
 
 David Greenman
 Co-founder, The FreeBSD Project - http://www.freebsd.org
 President, TeraSolutions, Inc. - http://www.terasolutions.com
 Pave the road of life with opportunities.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011111540.HAA83933>