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

    Can Fog be used without NFS?

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    2
    5
    194
    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
      Pingolin
      last edited by

      Hi, I’m using Fog already a few years now. I’m pretty satisfied with it. The company was looking everything on the network now and they found my NFS share of fog. It’s open to anyone. They don’t like that. Is there a way of installing or reconfiguring Fog without using NFS at all?

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @Pingolin
        last edited by

        @Pingolin Technically, yes, realistically probably not.

        The reason we use NFS is due to speed and efficiency.

        Is there a particular reason you cannot use NFS? Unless you’re using the FOG Server’s NFS to store other data from your company? FOG Server’s are not intended to be that way. The NFS is the point that allows sharing the images you capture and deploy to the machine’s your capturing/deploying (from/to).

        NFS is the most user friendly way of accomplishing this.

        Now there are past attempts to use SMB shares (Windows file sharing style) but it requires a lot more effort to stand up and is not necessarily guaranteed to work better and might not meet the requirements your company is wanting.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        P 1 Reply Last reply Reply Quote 0
        • P
          Pingolin @Tom Elliott
          last edited by

          @Tom-Elliott This is what they told me: Just that the NFS mount that the server uses needs to be shared out to only this server, not shared out to everything.

          But if I go to the /etc/exports and I put it like this:

          /images 192.168.0.26(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
          /images/dev 192.168.0.26(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)

          Now when I reboot a computer to and try to put an image one it it has no access. But that’s the point of using this NFS I guess. They don’t like it to be open to everyone. The fog server should have access to it and just push it to the computer or laptop I need to do but not working. Any suggestion how to solve this perhaps.

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @Pingolin
            last edited by

            @Pingolin I believe you can setup the ip as subnets:

            For example:

            /images 192.168.0.0/24(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
            /images/dev 192.168.0.0/24(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
            

            Which would only allow 192.168.0 subnet to connect to the nfs share.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            P 1 Reply Last reply Reply Quote 0
            • P
              Pingolin @Tom Elliott
              last edited by

              @Tom-Elliott Even that’s too much for them. They don’t want that NFS is sharing with nobody but without it, it’s impossible to run it I guess unless perhaps using the Samba protocol. Tried to install the latest version of Fog today but got stuk during install.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post

              195

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project