From owner-freebsd-newbies@FreeBSD.ORG Wed Sep 22 05:36:31 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FED116A4FA for ; Wed, 22 Sep 2004 05:36:31 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E6EC43D53 for ; Wed, 22 Sep 2004 05:36:29 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with SMTP id <20040922053627i9100s2736e>; Wed, 22 Sep 2004 05:36:28 +0000 Message-ID: <41510F5B.40905@nbritton.org> Date: Wed, 22 Sep 2004 00:36:27 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hide110 , freebsd-newbies@freebsd.org References: <200409140752.i8E7qKcx011377@in.flite.net> In-Reply-To: <200409140752.i8E7qKcx011377@in.flite.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Setting up Internet X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 05:36:31 -0000 hide110 wrote: >Sorry for the silly question, maybe I just haven't really been reading up >enough, but I have never really delved much into networks. Here's my current >setup, all my systems are connected to a small home office router which is in >turn connected to a cable modem. With my Windows machines I just plug a cat5 >into an empty slot and it's automatically assigned an IP. Some are setup as >static based on MAC and some not; regardless whenever it's plugged in it will >autodetect. > >During the FreeBSD installation it does not seem to pull any information down >when I choose DHCP, I foolishly did not enter in the required fields, & just >went on to setup XWindows. Where do I modify my network settings? What >command would I use? Can anyone point me in the right direction for getting >my internet setup? > You can do it a few ways, the easyest is to use sysinstall, login as root and type in "/stand/sysinstall" and hit enter. This will pop open what you remember as the install program, It's under Configure >> Networking >> Interfaces. The next option is to read up on "ifconfig", at a prompt type in "man ifconfig", use this knowledge to manually setup your NIC card. After you figure out the details for the ifconfig config and get the NIC card working, then you'll want to put those values for ifconfig into /etc/rc.conf (so read up on that too "man rc.config"). The easyist option for a newbie is to use sysinstall. also, read this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html