Difference between revisions of "Tftp timeout...."

From FOG Project
Jump to: navigation, search
(0.32 and below)
Line 35: Line 35:
 
</pre>
 
</pre>
  
*From a Windows PC run at the cmd prompt:
+
*From a Windows PC run at the cmd prompt: (Windows [[TFTP]] Service must be Installed first)
 
<pre>
 
<pre>
 
  tftp x.x.x.x get pxelinux.0
 
  tftp x.x.x.x get pxelinux.0
 
</pre>
 
</pre>
  
**If tftp & xinetd are running your should get:
+
====Expected Results====
 +
*If tftp & xinetd are running your should get:
 
<pre>
 
<pre>
 
Received XXXX bytes in X.X seconds....
 
Received XXXX bytes in X.X seconds....
Line 46: Line 47:
  
 
=== 0.33 and 1.x.x ===
 
=== 0.33 and 1.x.x ===
From your FOG server test out tftp
+
*From your FOG server test out tftp
  
 
<pre>
 
<pre>
Line 52: Line 53:
 
</pre>
 
</pre>
  
From a Windows PC run at the cmd prompt:
+
*From a Windows PC run at the cmd prompt: (Windows [[TFTP]] Service must be Installed first)
 
+
<pre>
 
  tftp x.x.x.x get undionly.kpxe
 
  tftp x.x.x.x get undionly.kpxe
 
+
</pre>
 +
====Expected Results====
 
If tftp & xinetd are running your should get:
 
If tftp & xinetd are running your should get:
 
<pre>
 
<pre>
 
Received XXXX bytes in X.X seconds....
 
Received XXXX bytes in X.X seconds....
 
</pre>
 
</pre>

Revision as of 22:56, 16 June 2014

If you get this issue, do the following:

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: (Windows TFTP Service must be Installed first)
 tftp x.x.x.x get pxelinux.0

Expected Results

  • 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: (Windows TFTP Service must be Installed first)
 tftp x.x.x.x get undionly.kpxe

Expected Results

If tftp & xinetd are running your should get:

Received XXXX bytes in X.X seconds....