TFTP on RHEL 7.9

Posted on

I've read through all the pages I can find but cannot get TFTP working correctly. I am currently able to "Get" but not "Put". When I change the default directory in the systemd override file, it breaks TFTP from starting. It gives error code "exited, status=66). It doesn't seem like TFTP is using Xinetd. I have it installed and the configuration file set as per the various web site examples show and the status of xinted shows it running tftp but systemctl does not show it in the status.
1. How do I change the default directory and get TFTP service to start
2. How do I get "PUT" to work

The systemd override file:
ExecStart=/usr/sbin/in.tftpd -c -p -s /var/lib/tftpboot

Responses