Subject: Re: NetBSD-1.4: DHCP setup
To: Ted Lemon <mellon@isc.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: current-users
Date: 07/06/1999 06:45:54
On Jun 27, 11:35pm, Ted Lemon wrote:
} 
} > Okay.  But, what if I want to make the fixed-address be based on
} > the hostname (option 12 in the DHCPREQUEST message)?  Can I just do:
} > 
} > host baz {
} >   option hostname "alphabeta";
} >   fixed-address 10.0.0.18;
} > }
} 
} No.   The protocol doesn't allow for this.   You can't do it.

     I just reread RFC 2131 (Dynamic Host Configuration Protocol), and
I don't see where it specifies this?  It does say that the client
identifier must be used to associate a particular lease with a
particular client, but it doesn't say that additional information can't
be used to determine what address to give a client (I think this would
be an administrative issue).  Of course, a conflict resolution
mechanism is needed in the event that two different clients with the
same hostname try to get a lease.  But, I would see the ability to give
a fixed-address based on a hostname to be a highly desirable feature.

}-- End of excerpt from Ted Lemon