From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 12:42:47 2003 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 C9E9B37B407 for ; Fri, 4 Apr 2003 12:42:47 -0800 (PST) Received: from peedub.jennejohn.org (p62.246.209.98.tisdip.tiscali.de [62.246.209.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FE943FEA for ; Fri, 4 Apr 2003 12:42:42 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.9/8.11.6) with ESMTP id h34KgcuN025122; Fri, 4 Apr 2003 22:42:39 +0200 (CEST) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200304042042.h34KgcuN025122@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: William Ashworth In-reply-to: Your message of "Sun, 04 May 2003 11:53:21 PDT." <028801c3126e$72111310$728d3a40@user> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Apr 2003 22:42:38 +0200 From: Gary Jennejohn cc: freebsd-questions@freebsd.org Subject: Re: Proper way to configure NIC in full duplex X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gary Jennejohn List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 20:42:48 -0000 "William Ashworth" writes: > Someone told me that I might not be running the interface in full duplex. > How can I determine this? How can I fix it if I am not currently running in > full duplex? > garyj:peedub:mail:bash:34> ifconfig rl0 rl0: flags=8843 mtu 1500 inet 134.98.93.22 netmask 0xffffff00 broadcast 134.98.93.255 ether 00:00:e8:ea:58:85 media: Ethernet autoselect (100baseTX ) status: active Read the manpage. You can use media and mediaopts to force full-duplex and 100baseTX. Put something like this into /etc/rc.conf: ifconfig_rl0="inet aa.bb.cc.dd netmask 0xffffff00 media 100baseTX mediaopt full-duplex" --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de