From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 19:52: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 8B50316A4CE for ; Tue, 18 Nov 2003 19:52:47 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F1443FAF for ; Tue, 18 Nov 2003 19:52:44 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Nov 2003 21:55:34 -0600 Message-ID: <3FBAE8F3.8040708@daleco.biz> Date: Tue, 18 Nov 2003 21:52:19 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Kok References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Nov 2003 03:55:34.0937 (UTC) FILETIME=[FC42F890:01C3AE50] cc: questions@freebsd.org Subject: Re: check NIC status command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 03:52:47 -0000 Peter Kok wrote: > Hi all > > What command in freebsd I can check the NIC status (full duplex or not)? > > I made it in the rc.conf and force NIC in full duplex but why it can't > communiate to linux as full duplex when using cross cable? > > In linux, there is mii-tools > > Thank you > #ifconfig xl0: flags=8843 mtu 1500 options=3 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::210:5aff:fee4:b104%xl0 prefixlen 64 scopeid 0x1 ether 00:10:5a:e4:b1:04 media: Ethernet autoselect (100baseTX ) status: active HTH, Kevin Kinsey