Using an appropriate boot floppy (still waiting for the ROM I ordered) the WS 
finds the DHCP server OK, but hangs at the "loading vmlinuz.eepro100" stage.

I use a Linksys router set at 192.168.0.1, and the NIC in the LTSP box  has 
192.168.0.2 assigned to it.

I have read all the postings in the archive and have tried omitting the 
"tftpboot" as suggested, but no dice.

TIA
John

My dhcpd.conf reads as follows:

# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#

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.254;
option domain-name            "yourdomain.com";
option root-path              "/tftpboot/lts/ltsroot";


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.254;

    host ws001 {
        hardware ethernet     00:06:29:F1:8E:56;
        fixed-address         192.168.0.3;
        filename              "/tftpboot/lts/vmlinuz.eepro100";
    }
    host ws002 {
        hardware ethernet     00:D0:09:30:6A:1C;
        fixed-address         192.168.0.2;
        filename              "/lts/vmlinuz.tulip";
    }
}



_____________________________________________________________________
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