Tftp timeout....
Revision as of 22:52, 16 June 2014 by Wolfbane8653.3362 (talk | contribs)
If you get this issue, do the following:
Contents
Fedora 9
service iptables stop service ip6tables stop chkconfig iptables off chkconfig ip6tables off
Fedora 16
Add /bin/bash to /etc/shells as the vsftpd yum install does not do it correctly causing tftp timeout message
Ubuntu
sudo ufw disable
Debian
service iptables stop service ip6tables stop
Other Troubleshooting
0.32 and below
From your FOG server test out tftp
tftp -v X.X.X.X -c get pxelinux.0
From a Windows PC run at the cmd prompt:
tftp x.x.x.x get pxelinux.0
If tftp & xinetd are running your should get:
Received XXXX bytes in X.X seconds....
0.33 and 1.x.x
From your FOG server test out tftp
tftp -v X.X.X.X -c get undionly.kpxe
From a Windows PC run at the cmd prompt:
tftp x.x.x.x get undionly.kpxe
If tftp & xinetd are running your should get:
Received XXXX bytes in X.X seconds....