[syslinux] without MAC addr in dhcpd.conf will not get IP addr

myothello myothello myothello2 at yahoo.com
Mon Mar 29 17:13:50 PST 2004


Thanks alot to Simon Kelsall and Erwan Velu.  I have
upgraded my DHCP server to version 3.0.1rc13 and used
Simon's real simple dhcpd.conf that works wonder for
me.  Thanks.

--- Simon Kelsall <simonk at stjamesthegreat.org> wrote:
> 
> try this as a simple starting dhcpd.conf
> 
> ddns-update-style interim;
> ignore client-updates;
> allow booting;
> allow bootp;
> authorative;
> subnet 192.168.1.0 netmask 255.255.255.0 {
>         option routers 192.168.1.1;
>         option subnet-mask 255.255.255.0;
>         option nis-domain "";
>         option domain-name "";
>         option domain-name-servers 192.168.1.1;
>         range dynamic-bootp 192.168.1.15
> 192.168.1.100;
>         default-lease-time 21600;
>         max-lease-time 43200;
>         filename "pxelinux.0";
>         }
> 
> 
> 
> -- 
> Simon Kelsall
> Network Administrator
> St James the Great R.C Primary & Nursery School
> http://www.stjamesthegreat.org/
> 
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html




More information about the Syslinux mailing list