Date: Mon, 16 Aug 1999 20:25:51 -0700 (PDT) From: Brian McGroarty <bvmcg@yahoo.com> To: Kenneth Wayne Culver <culverk@wam.umd.edu>, freebsd-questions@freebsd.org Subject: Re: DHCP config Message-ID: <19990817032551.28535.rocketmail@web1001.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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 <culverk@wam.umd.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990817032551.28535.rocketmail>