TFTP

    network configuration

    modprobe nf_nat_tftp
    modprobe nf_conntrack_tftp
    lsmod | grep tftp
    

    iptables

    iptables -t raw -A PREROUTING -p udp --dport 69 -j CT --helper tftp