From owner-freebsd-net Wed Jan 10 21:42:31 2001 Delivered-To: freebsd-net@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 7FEF337B400 for ; Wed, 10 Jan 2001 21:42:13 -0800 (PST) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.1/8.11.1) with SMTP id f0B5gCG97478; Thu, 11 Jan 2001 00:42:12 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: freebsd-net@freebsd.org Cc: nicole@unixgirl.com Subject: Re: Problem with fxp0 card and slowing/dying transmits Date: Thu, 11 Jan 2001 00:42:12 -0500 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 5 Jan 2001 03:49:25 -0500, in sentex.lists.freebsd.net you wrote: > Yup.... Set to 100/TX via ifconfig -=20 > >Ifconfig -a shows: >fxp0: flags=3D8843 mtu 1500 >media: 100baseTX status: active > supported media: autoselect 100baseTX 100baseTX >10baseT/UTP 10baseT/UTP > > The switch is showing: 100Mbps/Half/BP-Off > > =20 > As opposed to another server on the same switch, set to auto. > >ifconfig -a >media: autoselect (100baseTX ) status: active > supported media: autoselect 100baseTX 100baseTX >10baseT/UTP 10baseT/UTP > > The switch shows: 100Mbps/Full/Enabled (IEEE 802.3x) > > > Hmm Even if I force the switch to full duplex it does not seem to = change the >server to full duplex when using autonegotiate via ifconfig.. What is = the >right syntax to force full neg via ifconfig? ifconfig fxp0 autoselect However, with some switches, its a waste of time. Best to set things manually on both ends if you can. ifconfig fxp0 media 100baseTX mediaopt full-duplex netstat -ni and=20 netstat -s will show duplex mismatches typically on input errors. ---Mike Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message