Adrian,

Try running tcpdump, to see if there is any tftp traffic.


something like this:

    tcpdump -i eth0 port 69

Assuming your workstations are connected via eth0 on the server.

This should show you all the tftp traffic.

You should see a request from the client, then a block of data from
the server.  then another request from the client, and a block
from the server.

This should continue until the kernel+initrd have completely downloaded.

Give it a try, and see what it looks like.

Jim McQuillan
[EMAIL PROTECTED]



On Thu, 12 Feb 2004, Adrian Snyman wrote:

> I seem to be having a problem with tftp as well ..
> 
> I have loaded the standard tftpd package as well (not the enhanced one)
> the directories are there (/tftpboot) and configured in xinetd.d
> netstat -a reveals that tftp is running ..
> 
> On the workstation I get:
> 
> Loading 192.168.0.1:/lts/2.4.24-ltsp-1/pxelinux.0 ........
> 
> Nothing else ..
> Any help / pointers ??
> 
> 
> 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_____________________________________________________________________
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