From owner-freebsd-questions Wed Oct 25 13:51:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 1577637B4C5 for ; Wed, 25 Oct 2000 13:51:28 -0700 (PDT) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id AAA14637; Thu, 26 Oct 2000 00:57:57 +0200 Message-ID: <39F747FD.96BF3995@i-clue.de> Date: Wed, 25 Oct 2000 22:52:13 +0200 From: Christoph Sold X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: adesouza@hpu.edu Cc: questions@FreeBSD.ORG Subject: Re: Network Interface Question References: <39f6233a.7e.0@webmail> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Apologies for the bad replys. Actually, I cowardishly wrote them on Windoze. Adrian, 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. [snip] > The rc.conf file: > [snip] > ifconfig_xl0="inet 192.168.1.1 netmask 255.255.255.0" > [snip] > network_interfaces="xl0 lo0" No change neccessary. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message