Hi Everyone,
I created a profile for UFW on Ubuntu:
[FOG]
title=FOG Imaging Server
description=FOG Server services for imaging and client management http,https,tftp,ftp,rpc bind, nfs, mountd
ports=80/tcp|443/tcp|69/udp|21/tcp|111/udp|111/tcp|2049/tcp|2049/udp|20048/tcp|20048/udp
I also enabled the tftp helper:
echo "nf_conntrack_tftp" | sudo tee -a /etc/modules-load.d/modules.conf
systemctl restart tftpd-hpa.service
will this suffice for the fog server? Is there anything I should add or remove?