bind mac address to ip pool?

Bruce Hudson Bruce.Hudson at Dal.Ca
Mon Feb 8 15:04:13 UTC 2010


> class "virtual-host" { match hardware; }
> host squeeze {
> 	hardware ethernet 00:16:36:65:73:c4;
> 	ddns-hostname "squeeze";
> 	option host-name "squeeze";
> }
> subclass "virtual-host" 00:16:36:65:73:c4;

    You have a slight error in the subclass statement. You need to prefix
the address with a "1:", the type code for ethernet. 

	subclass "virtual-host" 1:00:16:36:65:73:c4;
--
Bruce A. Hudson				| Bruce.Hudson at Dal.CA
ITS, Networks and Systems		|
Dalhousie University			|
Halifax, Nova Scotia, Canada		| (902) 494-3405



More information about the dhcp-users mailing list