TFTP Server setup

balanga

Patron
Joined
Jul 10, 2014
Messages
271
Can someone help me get the TFTP service setup on FreeNAS? I need step by step instructions since I'm obviously doing something wrong...

I'm using FreeNAS-11.2-U6
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
There really isn't much to set up--point it to a directory/dataset, set ownership/permissions, turn it on. If you're having problems, it would probably be helpful to share what you've done and what's going wrong.
 

balanga

Patron
Joined
Jul 10, 2014
Messages
271
I have an NFS share /mnt/nas/tftproot with the All dirs checkbox ticked.

FreeNAS is 192.168.1.3.

ssh 192.168.1.3
cd /mnt/nas/tftproot
echo hello > test

go to FreeNAS GUI -> Services -> TFTP -> Running -> On - Start Automatically -> Tick

From 192.168.1.61 (FreeBSD host)

Code:
 tftp 192.168.1.3
tftp> get test
receive_packet: received packet from wrong source
receive_packet: received packet from wrong source


No idea what I may have done wrong.

I have tftp working on another server running FreeNAS-11.2-U5
 
Top