From owner-freebsd-questions Thu Apr 25 13:35:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 32A1E37B400 for ; Thu, 25 Apr 2002 13:35:06 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id B009F49AB2; Thu, 25 Apr 2002 22:35:09 +0200 (CEST) Date: Thu, 25 Apr 2002 22:35:09 +0200 From: Axel Scheepers To: Anthony Carmody Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP client on 4.4 Message-ID: <20020425223509.F24392@mars.thuis> Reply-To: Axel Scheepers References: <00f701c1eb1e$d7fbbc70$6700a8c0@interfa.fortune> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00f701c1eb1e$d7fbbc70$6700a8c0@interfa.fortune>; from carmoda@interfaceergonomics.com on Wed, Apr 24, 2002 at 09:30:20AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Apr 24, 2002 at 09:30:20AM +1000, Anthony Carmody wrote: > Hi, > > I am running a DHCP server on my network. It has my FreeBSD box in question > listed in the static address list. Should I now configure the FreeBSD > machine to be a DHCP client or hard code the IP? Hi, If you've done something like host hostname { hardware ethernet 00:01:0a:12:13:33; fixed-address 192.168.0.10; } in your dhcpd.conf, you can leave the FreeBSD box at it's DHCP settings, e.g. ifconfig_ed1="DHCP" in your /etc/rc.conf, it query the dhcpd server and it will give back the information (you can check it with tcpdump if you like, look for a line like A:192.168.0.10, G:your.gateway.address ...) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Kiss me twice. I'm schizophrenic. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message