Jonathan, Do you have tftpd installed and running on the server ?
Try this: netstat -an | grep ":69 " That should show that something is listening on port 69. I'm guessing that it is not running, otherwise, you should be seeing some tftp messages in the /var/log/messages file. Also, it could be iptables getting in the way. Try this: iptables -L -v and make sure there are no rules forbidding tftp. Also, have you looked at the troubleshooting section in the ltsp-3.0 documentation ? Jim McQuillan [EMAIL PROTECTED] On Mon, 25 Mar 2002, Jonathan Terbio wrote: > Hi guys, > > I am trying to configure an ltsp setup on my rh 7.2 . When i installed my > rh7.2 i choose but here are the history of what i did. > > 1. I installed core-3.0.0 and kernel 3.0.3 at first and forgot to install > telnetd and dhcpd. > 2. download the telnetd tar and installed and enabled it at boot. > 3. download the dhcp and install it and run using dhcpd -d -f ( dont know > how to run at boot) > 4. create dhcpd.conf under /etc because it was not created. (the dhcpd is > not listed as one of the services.) > 5. remove the /opt/ltsp > 6. remove the /tftpboot > 7. install core_3.0.0 > 8. install kernel 3.0.1 > 9. change dhcpd.conf, lts.conf, exports, hosts.allow, hosts > 10. change the nic before i have 3com905b not using linksys > > but still i got the same problem below are the logs. > > ws001 workstation side > ..Me: 192.168.0.1, Server: 192.168.0.254, Gateway 192.168.0.254 > Loading 192.168.0.254:/lts/vmlinuz-2.4.9-ltsp-5.... > > > server side > tail -f /var/log/messages > > DHCPDISCOVER from 00:04:5a:49:23:68 via eth0 > DHCPOFFER on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > DHCPREQUEST on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > DHCPACK on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > > dhcpd -d -f > > DHCPDISCOVER from 00:04:5a:49:23:68 via eth0 > DHCPOFFER on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > DHCPREQUEST on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > DHCPACK on 192.168.0.1 from 00:04:5a:49:23:68 via eth0 > > regards, > > Jonathan > > > _____________________________________________________________________ > 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 > -- _____________________________________________________________________ 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
