[ILUG] DHCP server in Perl?

Josh Glover jmglov at gmail.com
Mon Feb 2 12:54:03 GMT 2009


2009/2/2 Braun Brelin <bbrelin at gmail.com>:

> Here's what my relevant entry in the dhcpd.conf file looks like:
>
>
> group laptops {
>  filename "pxelinux.0";
>  next-server 192.9.200.1;
>  option domain-name "example.org";
>  option domain-name-servers 192.9.200.20, 192.9.200.21;
>  host laptop1 {hardware ethernet 00:22:64:67:E7:C0; }
> }

Can't you move this DHCP server to a subnet that will only be used to
install images, then remove the MAC restriction?

-- 
Cheers,
Josh



More information about the ILUG mailing list