From owner-freebsd-questions Thu Aug 9 7:38: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alex.intersurf.net (alex.intersurf.net [216.115.129.11]) by hub.freebsd.org (Postfix) with SMTP id 8519837B405 for ; Thu, 9 Aug 2001 07:38:03 -0700 (PDT) (envelope-from jeremy@intersurf.com) Received: (qmail 94389 invoked from network); 9 Aug 2001 09:38:02 -0500 Received: from unknown (HELO W2K9) (204.1.107.221) by alex.intersurf.net with SMTP; 9 Aug 2001 09:38:02 -0500 Message-ID: <004101c120df$fefc2da0$e302a8c0@W2K9> From: "Jeremy Falcon" To: "prasadg" , References: <001e01c120bd$c6699300$7c06010a@prasad.in.ceeyes.com> Subject: Re: reply Date: Thu, 9 Aug 2001 09:31:36 -0500 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ifconfig -a This is will list the network interfaces on the machine. This doesn't just apply to NICs however. You'll see things like your loopback device as well, but you'll also see the configured NICs. If you want to see the output of the probes that happened during boot then type in... dmesg ...and look through that for any NICs that were recognized. You may wish to pipe the output to something (like your favorite pager utility). Jeremy ----- Original Message ----- From: "prasadg" To: Sent: Thursday, August 09, 2001 5:26 AM Subject: reply > > Hello all, > > Iam working with freeBSD, for which i need a clarification on the following > > Can we know the no.of NIC cards connected to a system(freeBSD) > and their MAC addresses.Will be there any file showing this data or any > function. > > > > ------------------------------ > A small comparision > ------------------------------ > > In linux to find the number of NIC cards present in a system and their > ethernet addresses > /proc/net/dev > in this file we can know the addresses(MAC) and no. of cards. > > Like dev in linux is there any file present in our freeBSD to solve our > problem > > o'wise tell me any alternative solution for the problem. > > Reply ASAP > > > with Regards > > > SNIGDHA > > Software Engineer, > CS, > Hyderabad. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message