From owner-freebsd-stable Mon Feb 21 12:22:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from alcanet.com.au (mail.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 2445C37BF5A; Mon, 21 Feb 2000 12:22:41 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <115205>; Tue, 22 Feb 2000 07:23:22 +1100 Content-return: prohibited From: Peter Jeremy Subject: Re: Understanding ifconfig output In-reply-to: <20000221113615.398.qmail@yusufg.portal2.com>; from yusufg@outblaze.com on Mon, Feb 21, 2000 at 10:38:13PM +1100 To: Yusuf Goolamabbas Cc: freebsd-stable@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Message-Id: <00Feb22.072322est.115205@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0i Content-type: text/plain; charset=us-ascii References: <20000221113615.398.qmail@yusufg.portal2.com> Date: Tue, 22 Feb 2000 07:23:21 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-Feb-21 22:38:13 +1100, Yusuf Goolamabbas wrote: >does SIMPLEX mean that the card is in half duplex mode, No. From /usr/include/net/if.h: #define IFF_SIMPLEX 0x800 /* can't hear own transmissions */ >What is the recommended way to determine link speed from a machine to >a hub/switch. With FreeBSD, the `media' line of ifconfig output: >media: autoselect (100baseTX ) status: active > (e.g A colo provider claims that there is 100 Mbit card >in the box and one would want to verify that) Configure the other end to 100baseTX only and verify the link comes up. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message