From owner-freebsd-net@FreeBSD.ORG Tue Dec 26 23:54:48 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E1D516A403 for ; Tue, 26 Dec 2006 23:54:48 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.freebsd.org (Postfix) with ESMTP id DB87013C463 for ; Tue, 26 Dec 2006 23:54:47 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1GzLqd-0006Hz-8d for freebsd-net@freebsd.org; Tue, 26 Dec 2006 18:36:43 -0500 Date: Tue, 26 Dec 2006 18:36:43 -0500 From: Gary Palmer To: freebsd-net@freebsd.org Message-ID: <20061226233643.GA13257@in-addr.com> Mail-Followup-To: freebsd-net@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: trunk on re0 interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 23:54:48 -0000 On Tue, Dec 26, 2006 at 06:20:28PM +0100, Sylvie DUPUY wrote: > Hi, > > I got a FreeBSD (6.1) connected to a Cisco switch 2950 (12.1). > The speed on the re0 interface is 100 Mbps full duplex but when it get > connected to the Cisco it turns out 10baseT half-duplex ? If you have the re0 locked at 100 full duplex, you implicitly turn off autonegotiation and the other end of the link doesn't know what to do. Either use autonegotiation on both ends, or fix the speed and duplex on both ends.