- enable conntrack for tftp:
modprobe nf_conntrack_tftp
- check:
lsmod|grep tftp
- add autoload module on boot:
echo "nf_conntrack_tftp" >> /etc/modules-load.d/modules.conf
ufw allow from 10.0.0.0/8 to any proto udp port 69
- Profit!!!
Last active
April 25, 2017 10:30
-
-
Save Prototype-X/c96a73b871ef8828825aa40de3f8e3bc to your computer and use it in GitHub Desktop.
UFW and tftp-server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment