Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 00:36:27 -0500
From:      Nikolas Britton <freebsd@nbritton.org>
To:        hide110 <hide110@us-it.net>, freebsd-newbies@freebsd.org
Subject:   Re: Setting up Internet
Message-ID:  <41510F5B.40905@nbritton.org>
In-Reply-To: <200409140752.i8E7qKcx011377@in.flite.net>
References:  <200409140752.i8E7qKcx011377@in.flite.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41510F5B.40905>