From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 18 20:50:38 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C5A16A41F for ; Sun, 18 Sep 2005 20:50:38 +0000 (GMT) (envelope-from zholla1@uic.edu) Received: from smtpout-1.priv.cc.uic.edu (smtpout-1.cc.uic.edu [128.248.155.232]) by mx1.FreeBSD.org (Postfix) with SMTP id 99C7543D45 for ; Sun, 18 Sep 2005 20:50:37 +0000 (GMT) (envelope-from zholla1@uic.edu) Received: (qmail 11052 invoked from network); 18 Sep 2005 15:50:37 -0500 Received: from icarus.cc.uic.edu (128.248.155.80) by smtpout-1.cc.uic.edu with SMTP; 18 Sep 2005 15:50:37 -0500 Date: Sun, 18 Sep 2005 15:50:37 -0500 (CDT) From: Zera William Holladay X-X-Sender: zholla1@icarus.cc.uic.edu To: eoghan In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-hackers@freebsd.org Subject: Re: network settings X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 20:50:38 -0000 On Sun, 18 Sep 2005, eoghan wrote: > Hello > Im pretty new the freeBSD. Im working with 5.3. Each time I start up > the computer I have to go to /usr/sbin/sysintall and configure it to > use my network. I plugged directly in and Im not sure why I have to > set this up each time. > Also, when I go to configure -> networking -> interfaces it shows my > network card (3COM) but gives an error about not finding the > dhcpclient (but it still works). Wondering if theres a way to make it > save my changes? Or is the issue related to the dhcp client? > Thanks > Eoghan See man rc.conf There is a file /etc/rc.conf that controls pretty much every boot configuration option. You may have some bad entries in that file or you may have to set it up correctly. Read that man page, please. There is also an awesome handbook at freebsd.org. I hope that helps. -Zera Holladay