From owner-freebsd-questions Mon Aug 16 20:26:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1001.mail.yahoo.com (web1001.mail.yahoo.com [128.11.23.91]) by hub.freebsd.org (Postfix) with SMTP id 727D714E6A for ; Mon, 16 Aug 1999 20:26:38 -0700 (PDT) (envelope-from bvmcg@yahoo.com) Message-ID: <19990817032551.28535.rocketmail@web1001.mail.yahoo.com> Received: from [24.29.199.43] by web1001.mail.yahoo.com; Mon, 16 Aug 1999 20:25:51 PDT Date: Mon, 16 Aug 1999 20:25:51 -0700 (PDT) From: Brian McGroarty Reply-To: brian@pobox.com Subject: Re: DHCP config To: Kenneth Wayne Culver , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When you upgrade your source, note changes in /usr/src/etc ... In rc.network, you'll find: if [ -n "${ifconfig_args}" ] ; then # See if we are using DHCP if [ X"${ifconfig_args}" = X"DHCP" ]; then ${dhcp_program} ${dhcp_flags} ${ifn} else ifconfig ${ifn} ${ifconfig_args} fi in the network configuration section. Try configuring an interface with "DHCP" in your rc.conf. --- Kenneth Wayne Culver wrote: > I was just wondering.. I have FreeBSD 4.0-CURRENT, and I > noticed in > /etc/defaults/rc.conf these lines: > > dhcp_program="/sbin/dhclient" # Path to dhcp client program. > dhcp_flags="" # Additional flags to pass to > dhcp client. > > I was wondering... how do I make rc.conf run dhcp... there is > no > dhcp_enable="YES" or anything like that? > > > > Kenneth Culver > Computer Science Major at the University of Maryland, College > Park. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the > message > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message