From owner-freebsd-questions Mon Jan 31 23:58:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by builder.freebsd.org (Postfix) with ESMTP id 08C4E3D4E for ; Mon, 31 Jan 2000 23:58:27 -0800 (PST) Received: from ds.net (i1p92.cmh-oh.ds.net [207.239.205.92]) by s1.ds.net (8.8.5/8.8.5) with ESMTP id VAA23260; Mon, 31 Jan 2000 21:07:38 -0500 (EST) Message-ID: <38963FED.65FDAC13@ds.net> Date: Mon, 31 Jan 2000 21:07:41 -0500 From: "James A. Mutter" Reply-To: jmutter@ds.net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brian Dean Cc: William Woods , freebsd-questions@FreeBSD.ORG Subject: Re: DHCP routing..... References: <200002010200.VAA27171@dean.pc.sas.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Dean wrote: > > Or ... you could set up your dhcpd.conf file to recognize each system > by it's hardware address and set up a separate entry for each machine > so that it always gets a specific IP address. For example: > > host nebula { > hardware ethernet 00:50:e4:ba:1c:22; > fixed-address nebula; > option routers 192.168.220.1; > option domain-name-servers 207.69.188.185, 207.69.188.186, 207.69.188.187; > option domain-name "foo.com"; > default-lease-time 604800; > max-lease-time 2592000; > } > > In this case "nebula" is an entry in the /etc/hosts file. You can > then install that host file on your 4 hosts. Since it's only 4 hosts, > it's not too much to keep track of and maintain. Not as elegant as > the BIND method, but it works for small installations. > I had considered adding that as a solution - but if he's just testing this idea for a larger installation then it quickly becomes impractical. If you're going to go to the trouble of adding all that information on a per host basis you might as well just set them up manually. :/ If there's really a practical reason (And I'm sure that there is) to do that I'd love to hear about it. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message