TFTP problem

balanga

Patron
Joined
Jul 10, 2014
Messages
271
I have two FreeNAS servers and am having a TFTP problem on one of them, the other one works fine.

Whenever I try doing a tftp put or get the following error occurs:-

root@Vbox:~# tftp 192.168.1.3
tftp> put ldd.list
receive_packet: received packet from wrong source
Got ERROR, aborted
tftp> quit

This occurs on FreeNAS-11.2-U6.

Can anyone suggest how I debug this? It does not occur on the one running FreeNAS-11.2-U5.

I am hoping to migrate to the new server but I need to have the TFTP server working properly. As far as I can see the two tftp servers are set up the same way and have no idea what is causing this. Is there any logging which could shed light on this?
 
Joined
Apr 30, 2016
Messages
26
I have the same issue with 11.3. can't setup PXE boot.
Feb 25 13:12:42 nas0 tftpd[92957]: receive_packet: timeout
Feb 25 13:12:42 nas0 tftpd[92957]: Timeout #3 on ACK 1
Feb 25 13:12:44 nas0 tftpd[92955]: receive_packet: timeout
Feb 25 13:12:44 nas0 tftpd[92955]: Timeout #5 send ACK 1 giving up
Feb 25 13:12:47 nas0 tftpd[92957]: receive_packet: timeout
Feb 25 13:12:47 nas0 tftpd[92957]: Timeout #4 on ACK 1
Feb 25 13:12:52 nas0 tftpd[92957]: receive_packet: timeout
Feb 25 13:12:52 nas0 tftpd[92957]: Timeout #5 send ACK 1 giving up

when I get files.
 

balanga

Patron
Joined
Jul 10, 2014
Messages
271
Have you tried connecting directly to the TFTP server and issuing a get pxebootfile command?
 
Top