<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Linux UFW Profile for FOG Questions]]></title><description><![CDATA[<p dir="auto">Hi Everyone,</p>
<p dir="auto">I created a profile for UFW on Ubuntu:</p>
<pre><code> [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
</code></pre>
<p dir="auto">I also enabled the tftp helper:</p>
<pre><code> echo "nf_conntrack_tftp" | sudo tee -a /etc/modules-load.d/modules.conf

 systemctl restart tftpd-hpa.service
</code></pre>
<p dir="auto">will this suffice for the fog server?  Is there anything I should add or remove?</p>
]]></description><link>http://forums.fogproject.org/topic/17982/linux-ufw-profile-for-fog-questions</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 02:05:08 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/17982.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Sep 2025 00:59:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linux UFW Profile for FOG Questions on Fri, 12 Sep 2025 05:24:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49226">@Petrushka</a> hello!!</p>
<p dir="auto">In our firewalld rules we have</p>
<pre><code>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
</code></pre>
]]></description><link>http://forums.fogproject.org/post/157239</link><guid isPermaLink="true">http://forums.fogproject.org/post/157239</guid><dc:creator><![CDATA[AUTH IT Center]]></dc:creator><pubDate>Fri, 12 Sep 2025 05:24:33 GMT</pubDate></item></channel></rss>