Hi When I try to boot up with use of a floppy it
stop after searching for a dhcpd server
.....

And in the /var/log /messages it says
dhcpd from 00:0a:12:32:43 via eth0:network WORKSTATION no free leases
What does that means


Here are my dhcpd.conf file

ddns-update-style             ad-hoc;
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.10;
option domain-name-servers    192.168.0.10;
option domain-name            "yourdomain.com";
option root-path              "192.168.0.10:/opt/ltsp/i386";

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

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.10;

    host ws001 {
        hardware ethernet     00:a0:24:12:4e:95;
        fixed-address         192.168.0.51;
        filename              "/lts/vmlinuz-2.4.9-ltsp-5";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=3c509";
    }
    host ws002 {
        hardware ethernet     00:D0:09:30:6A:1C;
        fixed-address         192.168.0.52;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
##        option option-128     e4:45:74:68:00:00;
##        option option-129     "NIC=tulip";
    }
    host ws003 {
        hardware ethernet     00:A0:24:96:84:52;
        fixed-address         192.168.0.53;
        filename              "/lts/vmlinuz-2.4.9-ltsp-5";
    }
}



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to