• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Linux UFW Profile for FOG Questions

    Scheduled Pinned Locked Moved Unsolved Linux Problems
    2 Posts 2 Posters 29 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Petrushka
      last edited by Petrushka

      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?

      AUTH IT CenterA 1 Reply Last reply Reply Quote 0
      • AUTH IT CenterA
        AUTH IT Center @Petrushka
        last edited by

        @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
        
        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        99

        Online

        12.2k

        Users

        17.4k

        Topics

        155.6k

        Posts
        Copyright © 2012-2025 FOG Project