This is the dhcpd-k12ltsp.conf file.  My settings are in the dhcpd.conf file.  Is that the wrong file?<br><br> Sample configuration file for ISCD dhcpd<br>#<br># Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd<br>
# once you adjusted this file and copied it to /etc/dhcpd.conf.<br>#<br><br>default-lease-time            21600;<br>max-lease-time                21600;<br>ddns-update-style none;<br>allow booting;<br>allow bootp;<br><br>
option subnet-mask            <a href="http://255.255.255.0">255.255.255.0</a>;<br>option broadcast-address      <a href="http://192.168.0.255">192.168.0.255</a>;<br>option routers                <a href="http://192.168.0.254">
192.168.0.254</a>;<br>option domain-name-servers    <a href="http://192.168.0.254">192.168.0.254</a>;<br>next-server                   <a href="http://192.168.0.254">192.168.0.254</a>;<br>option domain-name            "ltsp";
<br>option root-path              "192.168.0.254:/opt/ltsp/i386";<br>option option-128 code 128 = string;<br>option option-129 code 129 = text;<br>option option-221 code 221 = text;<br><br>shared-network WORKSTATIONS {
<br>  subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>     range dynamic-bootp <a href="http://192.168.0.100">192.168.0.100</a> <a href="http://192.168.0.253">
192.168.0.253</a>;<br>     use-host-decl-names       on;<br>     option log-servers        <a href="http://192.168.0.254">192.168.0.254</a>;<br><br>     # trick from Peter Rundle <<a href="mailto:peter.rundle@au.interpath.net">
peter.rundle@au.interpath.net</a>><br>     # newer Macs<br>     if substring (option vendor-class-identifier, 0, 9) = "AAPLBSDPC"<br>     {<br>        filename      "yaboot";<br>        option vendor-class-identifier "AAPLBSDPC";
<br>     } <br>     # really old iMacs<br>     elsif substring (option option-221, 0, 5) = "Apple"<br>     {<br>        filename      "yaboot";<br>        option vendor-class-identifier "AAPLBSDPC";
<br>     } <br>     # Intel PXE<br>     elsif substring (option vendor-class-identifier, 0, 9) = "PXEClient" <br>     {<br>        # NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/<br>        filename      "/lts/pxe/pxelinux.0";
<br>     } <br>     # default to an i386 BOOTP image<br>     else <br>     {<br>        filename      "/lts/vmlinuz.ltsp";<br>     }<br><br>     if substring (option vendor-class-identifier, 20, 3) = "ppc" {
<br>        option root-path "192.168.0.254:/opt/ltsp/ppc";<br>     } else {<br>        option root-path "192.168.0.254:/opt/ltsp/i386"; <br>     }<br>  }<br>}<br><br># example configurations for specifying specific kernels to specific clients
<br>group    {<br>    use-host-decl-names       on;<br>    option log-servers        <a href="http://192.168.0.254">192.168.0.254</a>;<br><br>    host ws001 {<br>        hardware ethernet     00:E0:06:E8:00:84;<br>        fixed-address         
<a href="http://192.168.0.1">192.168.0.1</a>;<br>        filename              "/lts/vmlinuz.ltsp";<br>        option option-128 00:E0:06:E8:00:84;<br>        option option-129 "NIC=3c509";<br>    }<br>
    host LIB002 {<br>        hardware ethernet     EA:00:50:DA:60:B7:E4;<br>        fixed-address         <a href="http://192.168.0.2">192.168.0.2</a>;<br>        filename              "/lts/vmlinuz.ltsp";<br>        option option-128 EA:00:50:DA:60:B7:E4;
<br>        option option-129 "NIC=3c509";<br>    }<br>    host LIB003 {<br>        hardware ethernet     00:50:DA:B8:33:4C;<br>        fixed-address         <a href="http://192.168.0.2">192.168.0.2</a>;<br>        filename              "/lts/vmlinuz.ltsp";
<br>        option option-128 00:50:DA:B8:33:4C;<br>        option option-129 "NIC=3c509";<br>    }<br><br># Apple Specific Settings<br>#    host ws007 {<br>#       hardware ethernet     00:30:65:69:23:60;<br>#       fixed-address         
<a href="http://192.168.0.4">192.168.0.4</a>;<br>#       option root-path      "192.168.0.254:/opt/ltsp/ppc";<br>#       filename              "yaboot";<br>#       option vendor-class-identifier "AAPLBSDPC";
<br>#    }<br>}<br><br>-- <br>Mel Wade<br>"The real problem is not whether machines think but whether men do." - BF Skinner<br><a href="http://www.melwade.com">http://www.melwade.com</a>