Re: Assigning static addresses based on Client ID?
Ted Lemon <mellon@fugue.com> Fri, 24 May 1996 19:36 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa01670;
24 May 96 15:36 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa01666;
24 May 96 15:36 EDT
Received: from reef.bucknell.edu by CNRI.Reston.VA.US id aa12731;
24 May 96 15:36 EDT
Received: from localhost by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA25855; Fri, 24 May 1996 15:35:09 -0400
Date: Fri, 24 May 1996 15:35:09 -0400
Message-Id: <199605241906.MAA08105@toccata.fugue.com>
Errors-To: droms@bucknell.edu
Reply-To: dhcp-v4@bucknell.edu
Originator: dhcp-v4@bucknell.edu
X-Orig-Sender: dhcp-v4@bucknell.edu
Precedence: bulk
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Ted Lemon <mellon@fugue.com>
To: Multiple recipients of list <dhcp-v4@bucknell.edu>
Subject: Re: Assigning static addresses based on Client ID?
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: Discussion of DHCP for IPv4
> We're looking to use DHCP to assign static IP addresses to several hundred > PCs running FTP Software's PC/TCP. The PC/TCP DHCP client allows you to > specify a Client ID string as opposed to a hardware Mac address when > uniquely identifying machines. Does the Internet Software Consortium DHCP > server support this assigning of addresses based on Client IDs, or does > it only support assigning addresses based on Ethernet addresses? It works either way. If you want to match the client ID, declare the host as follows: host foo option dhcp-client-identifier 1:8:0:2b:4c:29:5d fixed-address confusia-3.fugue.com; This assumes that the client identifier is an ethernet address declared according to the latest draft on DHCP options. Older versions of FTP software's DHCP client use fairly long ASCII text client identifiers. Unfortunately, these must also be entered as binary data. I should say that as far as I know, nobody's tried this code, so it's possible that it's buggy. If you run into trouble, let me know and I'll try to resolve it as quickly as possible. BTW, There will be a new release of ISC dhcpd today to correct some bugs in the Beta 3 release. _MelloN_