From owner-freebsd-questions Mon Oct 13 18:40:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10370 for questions-outgoing; Mon, 13 Oct 1997 18:40:28 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10358 for ; Mon, 13 Oct 1997 18:40:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01843; Tue, 14 Oct 1997 11:10:14 +0930 (CST) Message-ID: <19971014111013.02215@lemis.com> Date: Tue, 14 Oct 1997 11:10:13 +0930 From: Greg Lehey To: "James E. Marker" Cc: "FreeBSD-questions@FreeBSD.ORG" Subject: Re: No Ether.... References: <01BCD81F.D1FC7420@ip94.ifx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01BCD81F.D1FC7420@ip94.ifx.net>; from James E. Marker on Mon, Oct 13, 1997 at 09:34:36PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 09:34:36PM -0400, James E. Marker wrote: > On Sun, Oct 12, 1997 at 10:30:43PM +0100, Jim Marker wrote: >> I have a Compaq Pent Pro 200 with 64 megs running FreeBSD 2.2.2. I just >> added a LinkSys Etherfast 100Base-TX card to it. It is configured as >> follows: >> >> de0: flags=c843 mtu 1500 >> inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255 >> ether 00:40:05:36:b4:bf >> >> The hub sees the card and the card's leds say it is working at 10baseT >> speed (which is what everything else is). >> >> The problem is that I can't get out to any other computers on my local >> ethernet, and I can't ping to 192.168.1.4 from any other computer on the >> local ethernet. I can of course ping 192.168.1.4 and localhost from >> 192.168.1.4. >> >> What is the c843 after flags mean? All my other machines say 8843. > > It's LINK2. Is this maybe the problem? I've had a look at the man > page and the source, but neither say what LINK2 does. Try turning it > off and see if things work. > How do I turn off LINK2? I have no idea. # ifconfig de0 -link2 The - is turn off. Without it, you turn it on. Greg