From owner-freebsd-questions Wed Oct 11 13:30:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 86CFE37B502 for ; Wed, 11 Oct 2000 13:30:55 -0700 (PDT) Received: (qmail 69231 invoked by uid 100); 11 Oct 2000 20:30:55 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14820.52735.91234.658499@guru.mired.org> Date: Wed, 11 Oct 2000 15:30:55 -0500 (CDT) To: Cc: questions@freebsd.org Subject: RE: Adaptec Quartet NIC In-Reply-To: References: <14820.45659.121962.740383@guru.mired.org> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Melvin Brown writes: > This is a 4-port ethernet card. When I configure the IP Address > information, the last thing that I am asked is "would I like to bring up > this Interface?". I answer "yes." So, do I still need to execute the > ifconfig command? Thanks for responding. Please keep -questions on the list. Others may find the answers useful. It depends on what you did after that. The interface needs to be brought up every time you boot the system. The "yes" then brought it up for the install process. If you then rebooted, it *should* be up because the install process set up your rc.conf to bring it up. It looks like ifconfig has lost the status indicator that I'm used to it having :-(. Check the ifconfig to verify that the address matches the address you expect it to have. If it does, it's up, and the problem is probably your network configuration. You'll need to send information about your network (IP addresses for the two interfaces in the FreeBSD box, netmasks, the addresses you expect it to see, etc.) to the -questions list so people more knowledgable about the subject than I can help you. -----Original Message----- > From: Mike Meyer [mailto:mwm@mired.org] > Sent: Wednesday, October 11, 2000 1:33 PM > To: Melvin Brown > Cc: questions@freebsd.org > Subject: Re: Adaptec Quartet NIC > > > Melvin Brown writes: > > I have installed the ANA-62044 NIC and am not able to ping anything on > > my network using that card. I see the entries for the card when I > > execute ifconfig -a. I am attempting to use the box as a router on a > > network. What am I doing wrong? > > Did you ifconfig the card to bring it up? The standard way to do this > on the command line is "ifconfig inet up" (the up is > isn't required the first time you bring it up). To make it happen on > startup, add the appropriate entries to /etc/rc.conf. If you're not > sure what those are, read /etc/defaults/rc.conf (whoops - that's > assuming you're running a recent freebsd; otherwise you have to work > on /etc/rc.conf directly). > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message