tftp with nftables
To use tftp behind nftables with any kind of drop all rule specified add the following to /etc/nftables.conf
| |
And (kernel < 6.0.0) enable conntrack helpers with
| |
tftp-hpa uses fcntl() to lock files. This might cause issues when serving files on a NFS mount. In case this happens mounting the NFS with the nolock option might be a solution.