From owner-freebsd-questions Mon Sep 11 1: 0:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exodus.ait.co.za (exodus.ait.co.za [196.36.149.2]) by hub.freebsd.org (Postfix) with SMTP id C15BA37B422 for ; Mon, 11 Sep 2000 01:00:45 -0700 (PDT) Received: from wizzard [196.36.149.4] by exodus.ait.co.za (SMTPD32-4.06) id AFBA500134; Mon, 11 Sep 2000 10:00:42 +0200 Message-ID: <016001c01bc6$f0bf0920$0200a8c0@ait.co.za> Reply-To: "Peter Salvage" From: "Peter Salvage" To: Subject: ifconfig question Date: Mon, 11 Sep 2000 10:04:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all Please forgive the long-ish post. We are using a FreeBSD box with 2 nic's in it, which is running ipfw. Yesterday, I had to power down the box to place it into a new server cabinet. Since switching it back on, the hubs that both nic's are connected to, show collision lights for those ports only, permanently. In other words, the collision lights are on ALL the time. My concern is that I have a media mis-match, as all hubs are half-duplex by design and both cards are running full-duplex. I did an ifconfig -a for the two nic's (accton cheetah 10/100) and this is the result for both nic's: rl0: flags=8843 mtu 1500 inet x.x.x.x netmask 0xffffff00 broadcast x.x.x.x ether 00:10:h5:42:7d:69 media: autoselect (100baseTX) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX (hw loopback) rl1: flags=8843 mtu 1500 inet x.x.x.x netmask 0xfffffffc broadcast x.x.x.x ether 00:10:h5:42:7b:f1 media: autoselect (none) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX (hw loopback) Looking through the man page for ifconfig, it appears I need to do the following for both interfaces: ifconfig rl0 media 10baseT/UTP ifconfig rl1 media 10baseT/UTP Am I correct? Will I lose the IP addresses and/or other parameters by typing the above commands in? TIA Peter Salvage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message