You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade, dnsmasq's tftp server reports error on 'get' requests. This worked before the upgrade to 6.0.4, and I used it in some home automation scripts for several years.
kevin@pihole:~ $ atftp localhost
tftp> get entry_file
tftp: error received from server <unsupported request from ::1>
tftp: aborting
tftp>
Steps to reproduce
created /etc/dnsmasq.d/07-tftp.conf with the following contents:
enable-tftp
tftp-root=/srv/tftp
tftp-no-blocksize #(this option made no difference, but I tried it just in case)
in /etc/dnsmasq.conf, uncomment the line:
conf-dir=/etc/dnsmasq.d
run 'sudo service restart pihole-FTL'
execute a tftp transfer of a file ("entry_file" in this example)
(I installed atftp locally to rule out external network variables, but the resulting failure is identical externally)
antbricks@pihole:~ $ atftp localhost
tftp> get entry_file
tftp: error received from server <unsupported request from ::1>
tftp: aborting
tftp>
Debug Token
URL:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This used to work reliably. I can run pihole -d if that helps, just let me know.
The text was updated successfully, but these errors were encountered:
Thank you. This is a bug in dnsmasq, introduced in pi-hole/dnsmasq@368ceff. We will contact the dnsmasq maintainers and get this fixed. Could you please try me assumed fix (which is nothing else than reverting what this other "fix" did), restores normal TFTP operation for you?
Versions
Platform
Expected behavior
dnsmasq's tftp function can serve a file
Actual behavior / bug
After upgrade, dnsmasq's tftp server reports error on 'get' requests. This worked before the upgrade to 6.0.4, and I used it in some home automation scripts for several years.
kevin@pihole:~ $ atftp localhost
tftp> get entry_file
tftp: error received from server <unsupported request from ::1>
tftp: aborting
tftp>
Steps to reproduce
created /etc/dnsmasq.d/07-tftp.conf with the following contents:
enable-tftp
tftp-root=/srv/tftp
tftp-no-blocksize #(this option made no difference, but I tried it just in case)
in /etc/dnsmasq.conf, uncomment the line:
conf-dir=/etc/dnsmasq.d
run 'sudo service restart pihole-FTL'
execute a tftp transfer of a file ("entry_file" in this example)
(I installed atftp locally to rule out external network variables, but the resulting failure is identical externally)
antbricks@pihole:~ $ atftp localhost
tftp> get entry_file
tftp: error received from server <unsupported request from ::1>
tftp: aborting
tftp>
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This used to work reliably. I can run pihole -d if that helps, just let me know.
The text was updated successfully, but these errors were encountered: