Hi all,

I have the latest LTSP running on Redhat 7.3.  I have several machines
that will not boot.  I do however have one that does.  Funny enough it
is the oldest of the bunch, an old 486/66.

None of the newer machines on the network seem to get past the:

Searching for server (DHCP)...
._

When I check /var/log/messages on the server, here is what I get...

Dec  1 15:25:22 bison dhcpd: DHCPDISCOVER from 00:00:39:a7:46:3b via
Eth0
Dec  1 15:25:22 bison dhcpd: DHCPOFFER on 192.168.5.104 to
00:00:39:a7:46:3b via eth0

And then nothing.  I should be seeing DHCPREQUEST coming from
192.168.5.104 and then a DHCPACK coming back from the server.
Just like it does with that old 486.

I suspect a problem with the DHCP config so I've included it here:

#########/etc/dhcpd.conf###########################

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

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.5.255;
option routers                192.168.5.1;
option domain-name-servers    192.168.5.1;
option domain-name            "vantslot.net";
option root-path              "192.168.5.12:/opt/ltsp/i386";

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

group   {
    use-host-decl-names       on;
    option log-servers        192.168.5.12;
    filename "/lts/vmlinuz-2.4.19-ltsp-1";

        host ws001 {
                hardware ethernet 00:04:5A:4C:23:BE;
                fixed-address 192.168.5.101;
                }
        host ws002 {
                hardware ethernet 00:04:5A:75:89:11;
                fixed-address 192.168.5.102;
                }
        host ws003 {
                hardware ethernet 52:54:40:20:8d:ca;
                fixed-address 192.168.5.103;
                option option-128       e4:45:74:68:00:00;
                option option-129       "NIC=ne IO=0x300";
                }
        host ws004 {
                hardware ethernet 00:00:39:a7:46:3b;
                fixed-address 192.168.5.104;
                filename "/lts/eb-5.0.8-eepro100.lzpxe";
                }
}
############################################################

ws003 is the only one that works.  It's got an old ISA card( hence the
option-129) the rest have various pci cards.

Any clues as to what might be wrong?

Thanks all!

james




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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