noobient / noobuntu

Enterprise Ubuntu development environment with Active Directory integration
MIT License
6 stars 3 forks source link

Add tftp for IT #57

Closed bviktor closed 4 years ago

bviktor commented 4 years ago
apt install tftpd-hpa
chown -R tftp /var/lib/tftpboot
sed -i.orig 's/TFTP_OPTIONS="--secure"/TFTP_OPTIONS="--secure --create"/g' /etc/default/tftpd-hpa
systemctl restart tftpd-hpa
firewall-cmd --add-service=tftp --permanent

Roughly.