Provisioning via tftp is not working.
I verified the tftp service is running and listening on port 69
The /etc/defaults/tftpd-hpa file shows /tftpboot as the folder
tcpdump -vvv port 69 shows request for config file coming in successfully several times
But no traffic going back showing the file being retrieved.
I have added -vvvv to the /etc/defaults/tftpd-hpa file but it does not seem to work. No logs show up in the /var/log/syslog file, or maybe I am looking in the wrong place?
Yes I did restart tftp service after making the config change.