Please suggest me solution to this TFTPD Problem

The dhcpd.conf file is as follows


ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.0.255;
option routers               192.168.0.1;
option domain-name-servers   192.168.0.1;
option domain-name           "ltsp";          # <--Fix this domain name

option root-path             "/tftpboot/";

option option-128 code 128 = string;
option option-129 code 129 = text;

subnet 192.168.0.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       192.168.0.1;


    host ws001 {
        hardware ethernet    00:E0:4C:94:25:9E;
        fixed-address        192.168.0.3;
        filename             "/lts/vmlinuz-2.4.26-ltsp-3";
    }
}


 Subscribe to bermudaEmail:  [input]  [input] Browse Archives at 
groups.google.com
        
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to