[K12OSN] dhcp Limiting

Sudev Barar sbarar at gmail.com
Wed Mar 7 06:00:34 UTC 2007


On 07/03/07, Mel Wade <mel at melwade.com> wrote:
> Is there a way to limit the DHCP server to only assign addresses to listed
> MAC addresses?

Sure. Do not define range and make individual listing for each MAC
address in your dhcpd.conf file...something like:
host ws166 {
       hardware ethernet     00:c0:26:a1:17:71;
       fixed-address         192.168.0.166;
       filename              "/lts/vmlinuz.ltsp";
   }


-- 
Regards,
Sudev Barar




More information about the K12OSN mailing list