Okay...I have tried all the different ROM images from www.rom-o-matic.com

None of them have seemed to fix this problem, although some of the releases
did not error out with a Checksum error..they just continued to stay at the
loading screen.

I am posting my dhcpd.conf file to see if anyone notices anything that might
be wrong.

#DHCPD configuration file

not authoritative;
ddns-update-style none;
default-lease-time 4800;
max-lease-time 7200;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.50.255;

option routers 192.168.50.3;
option domain-name-servers 192.168.50.90, 199.212.134.2, 199.212.134.1;
option domain-name Ventratech;

option ip-forwarding off;

option netbios-name-servers 192.168.50.90;

subnet 192.168.50.0 netmask 255.255.255.0 
{
       range 192.168.50.150  192.168.50.155;
       }

host ws1 
{
              option root-path "192.168.50.39:/opt/ltsp/i386";
              hardware ethernet 00:A0:C9:A4:79:D5;
              option host-name "ws1";
              fixed-address ws1.ventratech.com;
              filename "/lts/vmlinuz-2.4.21-ltsp-1";
      }

Thanks for any input.

Mike

-----Original Message-----
From: Timothy Legge [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2003 4:56 PM
To: 'Mike O'Toole'; [EMAIL PROTECTED]
Subject: RE: [Ltsp-discuss] LTSP errors


> gets assigned an IP address, sets the Server's IP addresss and the
Gateway
> IP.
> 
> It then starts downloading the vmlinuz file....and it stays at this
for
> about 5 minutes...then errors out with the following message:
> 
> UDP CheckSum error

Which driver are you using from romomatic, which version?

Tim


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_____________________________________________________________________
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