From owner-freebsd-questions Wed Oct 25 13:57:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4137B479 for ; Wed, 25 Oct 2000 13:57:21 -0700 (PDT) Received: from gorf.gpcc.itd.umich.edu (smtp@gorf.gpcc.itd.umich.edu [141.211.2.147]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id QAA26036; Wed, 25 Oct 2000 16:57:16 -0400 (EDT) Received: from localhost (timcm@localhost) by gorf.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id QAA10424; Wed, 25 Oct 2000 16:57:15 -0400 (EDT) Date: Wed, 25 Oct 2000 16:57:15 -0400 (EDT) From: Tim McMillen X-Sender: timcm@gorf.gpcc.itd.umich.edu To: Christoph Sold Cc: adesouza@hpu.edu, questions@FreeBSD.ORG Subject: Re: Network Interface Question In-Reply-To: <39F747FD.96BF3995@i-clue.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 25 Oct 2000, Christoph Sold wrote: > > Adrian De Souza schrieb: > > > To whom it may concern: > > > > Right now my network is running on BNC type cabeling and I want to convert it > > to UTP. I am using 3Com NIC and running BSD 3.X > > How do I configure my server to accept the UTP change. > > [snip] > > # ifconfig -a > > > > xl0: flags=8843 mtu 1500 > > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > > ether 00:10:4b:72:ba:69 > > media: 10base2/BNC > > supported media: 10base2/BNC 10base5/AUI > > 10baseT/UTP 10baseT/UTP 10baseT/UTP > > The line above shows your Ethernet adaptor supports the Media in question. I'd just > try > > ifconfig xl0 down > swap cables > ifconfig xl0 up > > AFAIR ethernet cards probe which media to use when bringing them up. In the worst > case, you need to reboot the box. Usually. But some cards are really stupid (can't autosense) and must be configured with a software utility. 3com cards should all be autosensing (of media connection type) though and will work if you ifconfig down then up as above. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message