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

    Nfs different subnet

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    17
    6.5k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Is you system setup so your FOG Server is the DHCP server for FOG Clients?

      If anything, I’d take a look at the dhcpd.conf file. It should be located at: /etc/dhcpd.conf though I don’t know what OS you’re using. Look for the line that says:
      [code]option routers X.X.X.X;[/code]

      I think you’d need the gateway, but make sure, if your FOG Server is the DHCP Server, that you use your FOG Server’s IP address rather than the actual gateway. DNS should then point to the proper DNS Server and as long as your fog server can access the internet, your FOG Client’s should be able to access the internet as well.

      This is just my guess.

      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

      1 Reply Last reply Reply Quote 0
      • Q
        q16marvin
        last edited by

        i think i have the problem! the kernel or what ever cant understand virtio network driver… so i change it to realtek… i will see if it works tommorow…

        is ther a kernel version which understand virtio drivers?

        1 Reply Last reply Reply Quote 0
        • Jaymes DriverJ
          Jaymes Driver Developer
          last edited by

          There is a way to add the driver to the kernel.

          You can try your hand at making a kernel, Ozzy has made a WONDERFUL walk through on the process.

          [url]http://fogproject.org/forum/threads/request-for-kernel-compiling-info-please-read.4045/#post-12589[/url]

          Second post.

          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

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

            I’m rebuilding a kernel as we speak with virtio drivers enabled. It should be up shortly.

            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

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

              The kernel I’ve recently built has Virtio Drivers built in.

              Download from:
              [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]

              Hope this helps you out.

              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

              1 Reply Last reply Reply Quote 0
              • Q
                q16marvin
                last edited by

                mhh not realy, the upload task crachs:

                [ATTACH]438[/ATTACH]

                only working is a old kernel from fog version 0.29, all newer kernels are extrem slow for my clients.

                did you know why?

                [url=“/_imported_xf_attachments/0/438_Unbenannt.png?:”]Unbenannt.png[/url]

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

                  Can you give it a shot again? New kernel, less, hopefully, driver confusion from networks.

                  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

                  1 Reply Last reply Reply Quote 0
                  • Q
                    q16marvin
                    last edited by

                    also not working, i get this:

                    [ATTACH]439[/ATTACH]

                    and this is running endless…

                    [url=“/_imported_xf_attachments/0/439_Unbenannt.png?:”]Unbenannt.png[/url]

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

                      Are you imaging that system using Multicast? Have you tried using Unicast? Also, check how many tasks are actually in queue.

                      It looks like it is working now, but it keeps checking for valid status.

                      What version of FOG are you using? (0.33, 0.32, etc…)

                      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

                      1 Reply Last reply Reply Quote 0
                      • Q
                        q16marvin
                        last edited by

                        i use version 0.32, there are no other tasks in queue. and i use unicast ( i try every time only one client). did i change the net driver back to realtek it works.

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

                          When I install the Virtio Drivers, it doesn’t have anything for Virtio network, it’s just a balloon driver. So it makes sense that it would not work. I’ll see what I can find though.

                          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

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

                          155

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project