From owner-freebsd-questions@FreeBSD.ORG Mon May 19 23:47:43 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 B3B0A37B401 for ; Mon, 19 May 2003 23:47:43 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C383643F85 for ; Mon, 19 May 2003 23:47:42 -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 h4K6l9TT000334; Tue, 20 May 2003 01:47:09 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4K6l9c5000331; Tue, 20 May 2003 01:47:09 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Tue, 20 May 2003 01:47:09 -0500 (CDT) From: Eduardo Viruena Silva To: Bsd Neophyte In-Reply-To: <20030520040139.37798.qmail@web20110.mail.yahoo.com> Message-ID: <20030520014421.S99845@Gina.esfm.ipn.mx> References: <20030520040139.37798.qmail@web20110.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: interface woes, interface is up and has an ip assigned to it, but it cannot ping out and it can't be pinged 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: Tue, 20 May 2003 06:47:44 -0000 On Mon, 19 May 2003, Bsd Neophyte wrote: > alright, this problem is a bit weird. > > i rebuilt the kernel and included the parameters for the 2 AMD NIC's in > the system. now, ifconfig shows them to be pcn0 and pcn1. i assigned > them their ip addresses in rc.conf. > > now, for some reason, i cannot ping the interface from another system and > i cannot ping another system from the FreeBSD box through either of the > NIC's. i can however ping the NIC's themselves from the FreeBSD box. > > when i plug the cat5 cable into either jack and run "ifconfig" the status > changes from "no carrier" to "active". > > what further confuses me is that there is no entry for either pcn0 or pcn1 > in /dev. when i try "sh MAKEDEV pcn0" or "sh MAKEDEV pcn1" i get the > following message: > > pcn0 (or pcn1) - no such device name. > > i don't know if the two are related or unrelated. > > can anyone help me out with this one? > It can be silly but... here it goes: Are the wires connected where they are supposed to be? I mean, do you know which of your nics is pcn0 and which is pcn1 ? ... It happened to me.