From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 15:24:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E2A16A4CE for ; Wed, 11 Aug 2004 15:24:02 +0000 (GMT) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA0443D41 for ; Wed, 11 Aug 2004 15:24:02 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from fozzie.psp.pas.earthlink.net ([207.217.78.218]) by mallard.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BuuxN-0000hh-00 for freebsd-questions@freebsd.org; Wed, 11 Aug 2004 08:24:01 -0700 Message-ID: <16488440.1092237841453.JavaMail.root@fozzie.psp.pas.earthlink.net> Date: Wed, 11 Aug 2004 11:24:01 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: DHCP and rc Questions For FreeBSD 4.10??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 15:24:02 -0000 Hi All, I have installed FreeBSD 4.10 to serve as a headless gateway/router/firewall/NAT. The first problem that I have run into can probably be resolved easily. I tried to configure my NIC card via sysinstaller. However, rc.conf does not have a startup variable for "dc0". Therefore dhclient is inoperable. I built this box to be headless therefore it is low-tech with no floppy or flash drive and is currently a stand-alone machine so I am not able to copy the rc.conf file to this post. "dc0" is working because I can bring its status to active manually: 'root@redgate% ifconfig dc0 ether up'. I was wondering what what variables should be assigned to rc.conf, the related variables I have thus far are: ########################## ifconfig_dc0="dhcp" dhcp_program="/sbin/dhclient" dhcp_flags=" " ########################## It would be appreciated if someone could attach or copy an rc.conf file for a similar system configuration. Thanks in advance. HZS