Linux UFW Profile for FOG Questions
-
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?
-
@Petrushka hello!!
In our firewalld rules we have
services: - ftp - http - mountd - nfs - rpc-bind - tftp ports: - { port: 20048, proto: tcp } # nfs - { port: 20048, proto: udp } # nfs - { port: "35350-36350", proto: udp } # tftp - { port: "49512-65532", proto: udp } # multicast