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

Simon Kelsall simonk at stjamesthegreat.org
Mon Mar 29 01:59:12 PST 2004


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/




More information about the Syslinux mailing list