INTERNAL USE ONLY
WARNING: Following the below could compromise your NG system
Edit the TFTP configuration file: /etc/xinetd.d/tftpd so that the content is as follow:
service tftp
{
disable = no
socket_type = dgram
protocol = udp
flags = IPv6
wait = yes
user = root
group = root
server = /usr/sbin/in.tftpd
server_args = -c -s /var/opt/tftpboot
}
Differences from default file are:
server_args = -c -s /var/opt/tftpboot
Then change the permission on the server_args:
chmod 777 /var/opt/tftpboot
You should have PUT a file via TFTP on your Nodegrid system.