From owner-freebsd-questions@FreeBSD.ORG Wed Apr 30 09:53:24 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E569437B401 for ; Wed, 30 Apr 2003 09:53:24 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04C943F93 for ; Wed, 30 Apr 2003 09:53:23 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h3UGqWNY044006; Wed, 30 Apr 2003 11:52:32 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3UGqW8t044003; Wed, 30 Apr 2003 11:52:32 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Wed, 30 Apr 2003 11:52:32 -0500 (CDT) From: Eduardo Viruena Silva To: dave In-Reply-To: <5.0.2.1.2.20030501111344.0305e8e0@asylum.org> Message-ID: <20030430113828.K42764@Gina.esfm.ipn.mx> References: <5.0.2.1.2.20030501111344.0305e8e0@asylum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: dc0 ethernet card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 16:53:25 -0000 On Thu, 1 May 2003, dave wrote: > Hi, > > I'm running FreeBSD 5.0-DP2 with a dc0 (LinkSys LNE100TX v2.0 PNIC II 82c115) > which has clone chip 21143(intel) design. > > dmesg output: > > Apr 30 06:46:13 insane kernel: dc0: port > 0xb800-0 > xb8ff mem 0xec800000-0xec8000ff irq 6 at device 6.0 on pci1 > Apr 30 06:46:13 insane kernel: dc0: Ethernet address: 00:00:00:00:00:00 ^^^^ argh! > Apr 30 06:46:13 insane kernel: miibus0: on dc0 > Apr 30 06:46:13 insane kernel: dcphy0: > on miib > us0 > Apr 30 06:46:13 insane kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseT > X-FDX, auto > > I have a 16 IP # subnet with defaultroute to dsl modem. I've set up many > many machines > on this subnet. With this card, I can't get it to route outside the local > network. It will > do DNS to the local DNS server, and can ssh to and from it to local machine. > ok, your NIC is working. > I then plugged this card into another machine running freebsd, exactly same > problem. everyone of them is running FreeBSD 5.0-DP2 ? > I can ping local machines, but nothing past the DSL modem. I've set up the > routing > on this network at least 30 other times for different machines/cards. > > I figure it must be a media settings, or something similar but I can't > solve it. have you tried to set the default route manually ? /sbin/route add default {your_router_IP} do you have a line saying: defaultrouter="your_router_IP" in your /etc/rc.conf file ? can you post: ifconfig netstat -rn ? > > thanks > dave > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >