From owner-freebsd-hardware@FreeBSD.ORG Thu May 5 06:35:30 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B3216A4CE for ; Thu, 5 May 2005 06:35:30 +0000 (GMT) Received: from Neo-Vortex.net (203-173-19-223.dyn.iinet.net.au [203.173.19.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC6F443D7F for ; Thu, 5 May 2005 06:35:29 +0000 (GMT) (envelope-from root@Neo-Vortex.net) Received: from localhost.Neo-Vortex.net (Neo-Vortex@localhost.Neo-Vortex.net [127.0.0.1]) by Neo-Vortex.net (8.13.1/8.12.10) with ESMTP id j456ZRNf049388; Thu, 5 May 2005 16:35:28 +1000 (EST) (envelope-from root@Neo-Vortex.net) Date: Thu, 5 May 2005 16:35:27 +1000 (EST) From: Neo-Vortex To: "Toll, Eric" In-Reply-To: <9BC86C67C3AF7646B9C5382020457A9456E8C9@VIP10-WIN2K> Message-ID: <20050505163208.Y48797@Neo-Vortex.net> References: <9BC86C67C3AF7646B9C5382020457A9456E8C9@VIP10-WIN2K> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hardware@freebsd.org Subject: RE: Ethernet Interface - PING problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 06:35:31 -0000 On Wed, 4 May 2005, Toll, Eric wrote: > Do not allow the card to autonegotiate. > > Lock the speed and duplex to 100 Full. (If connecting to a switch) > Or 10 half if using an old hub. > > E.g. > > ifconfig_dc0="inet 192.168.254.3 netmask 255.255.255.0 media 100BaseTX mediaopt > full-duplex" I thought of this, except it was already auto negiciating into 100BaseTX full duplex according to the output of his ifconfig statment. So unless he is using a hub then it should be fine as far as i know... But hey, no harm in trying :) ~Neo-Vortex