From owner-freebsd-questions Wed Oct 25 14:58: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 6C5FC37B479 for ; Wed, 25 Oct 2000 14:58:06 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id XAA11637; Wed, 25 Oct 2000 23:57:49 +0200 (MEST) Message-ID: <39F7575C.8DCC46F2@gmx.de> Date: Wed, 25 Oct 2000 23:57:48 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Christoph Sold Cc: adesouza@hpu.edu, questions@freebsd.org Subject: Re: Network Interface Question References: <39f6233a.7e.0@webmail> <39F747FD.96BF3995@i-clue.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, > > 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. > The line above shows your Ethernet adaptor supports the Media in question. I'd just > try > ifconfig xl0 down > swap cables > ifconfig xl0 up You can force the use by: ifconfig xl0 media 10baseT/UTP or to get things permanent in your /etc/rc.conf: ifconfig_xl0="inet netmask media 10baseT/UTP" Note: this will be half-duplex. If you are connected to a switch instead of a hub, add "mediaopt full-duplex". Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message