host statement...

E Johnson ej.isc at indicium.org
Sun Mar 1 20:20:22 UTC 2009


So, if I understand this correctly...

The first statement gives a hostname to a particular MAC

The second statement gives the fixed address to the hostname

...but I notice that the first statement is just about completely 
duplicated in the second statement, what purpose does that serve?

Thanks,
Eric

Eustace, Glen wrote:
> Hi Eric,
> 
> This is what we use.
> 
> If the device presents in the subnet for which a specific IP is appropriate, it gets that.  Otherwise is takes one from the pool.
> 
>    host it008027 {
>       ddns-hostname "it008027";
>       option host-name "it008027";
>       hardware ethernet 00:50:3e:f4:a0:c0;
>    }
>    host it008027-fixed {
>       ddns-hostname "it008027";
>       option host-name "it008027";
>       hardware ethernet 00:50:3e:f4:a0:c0;
>       fixed-address 10.123.255.2;
>    }
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
> 
> 
> ------------------------------------------------------------------------
> 
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.0.237 / Virus Database: 270.11.5/1978 - Release Date: 03/01/09 07:04:00
> 



More information about the dhcp-users mailing list