From owner-freebsd-net Tue Mar 20 21:49:55 2001 Delivered-To: freebsd-net@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 369DB37B718 for ; Tue, 20 Mar 2001 21:49:54 -0800 (PST) (envelope-from danh@gelatinous.com) Received: (qmail 65539 invoked by uid 1005); 21 Mar 2001 05:49:53 -0000 Date: 21 Mar 2001 05:49:53 -0000 Message-ID: <20010321054953.65538.qmail@cube.gelatinous.com> From: danh@gelatinous.com To: freebsd-net@freebsd.org Subject: dhcpd question Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have dhcp-2.0.5 running on freebsd 4.2, I have read the documentation and numerous sample configurations, I am not sure if it is possible to do what I wish, I wish for a machine to automatically grab an ip address reserved for it, but only by providing its name. so for instance in my current configuration I say: host criadillas { hardware ethernet 00:a0:cc:3b:21:3d; fixed-address 10.10.32.236; } I would like to just be able to say "my host is criadillas" instead of having to provide a mac address. Is this possible? thanks for any help. -dan h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message