Date: Mon, 20 Nov 2000 21:52:20 -0600 From: David Kelly <dkelly@hiwaay.net> To: Sam Carleton <scarleton@bigfoot.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: setting up dhcpd Message-ID: <200011210352.eAL3qKS92785@grumpy.dyndns.org> In-Reply-To: Message from Sam Carleton <scarleton@bigfoot.com> of "Mon, 20 Nov 2000 22:26:04 EST." <3A19EB4C.BC46FDCE@bigfoot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sam Carleton writes: > I need to install DHCP Daemon on my FreeBSD machine. Is there a > standard dhcpd that folks use? Where is it and where are the doc's for > it? What do you want it to do? Run as a client or a server? To get an address from an existing server simply type (as root): # dhclient your-interface where "your-interface" might be fxp0 or de0 or ed0 ... To make it work at boot, edit /etc/rc.conf and the ifconfig variable for your interface should be simply, "DHCP" as in ifconfig_fxp0="DHCP" -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. 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?200011210352.eAL3qKS92785>