my problem is thaht i receive the No IP Address error on the client's
screens, but the solution i found on the FAQ (next-server entry in the
dhcp conf file) doesn't work...
my firewall is off
i use LTSP 5 with Etherboot 5.4.2 with zhd files (that i wrote to disk using
tomsrtbt, "The most GNU/Linux on one floppy disk").

syslog file doesn't log any error from client:
----------------------------
Sep 13 11:43:23 continuity dhcpd: DHCPDISCOVER from 00:50:ba:bf:66:29
via eth2
Sep 13 11:43:28 continuity dhcpd: DHCPOFFER on 192.168.11.106 to
00:50:ba:bf:66:29 via eth2
Sep 13 11:43:49 continuity dhcpd: DHCPDISCOVER from 00:50:ba:bf:66:29
via eth2
Sep 13 11:43:54 continuity dhcpd: DHCPOFFER on 192.168.11.106 to
00:50:ba:bf:66:29 via eth2
----------------------------
and so on...
the same is for /var/log/messages file


my dhcp.conf file assigns MAC based IPs:
---------------------------------------------------------
option domain-name "linuxlab";
#option domain-name-servers 192.168.11.254;
option routers 192.168.11.254;
option root-path "/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
option broadcast-address 192.168.11.255;
#get-lease-hostnames true;
option subnet-mask 255.255.255.0;
default-lease-time 604800;
next-server 192.168.11.254;

option option-129 "acpi=force";

subnet 192.168.11.0 netmask 255.255.255.0 {
    range 192.168.11.1 192.168.11.99;
    next-server 192.168.11.254;

    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
        next-server 192.168.11.254;
    } else {
        filename "/ltsp/i386/nbi.img";
        next-server 192.168.11.254;
    }
}

   host studente1 {
        hardware ethernet    00:1d:0f:ff:d1:07;
        fixed-address        192.168.11.101;
    }

    host studente2 {
        hardware ethernet    00:1d:0f:ff:db:03;
        fixed-address        192.168.11.102;
    }

    host studente3 {
        hardware ethernet    00:1d:0f:ff:db:08;
        fixed-address        192.168.11.103;
    }

    host studente4 {
        hardware ethernet    00:50:ba:bf:66:20;
        fixed-address        192.168.11.104;
    }

    host studente5 {
        hardware ethernet    00:80:c8:e6:92:cc;
        fixed-address        192.168.11.105;
    }

    host studente6 {
        hardware ethernet    00:c0:26:ed:4d:58;
        fixed-address        192.168.11.106;
    }
---------------------------------------------------------

what can i do?

thanks
quark




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
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.freenode.net

Reply via email to