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

    fog configuration problem

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    3
    27
    4.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.
    • A
      alexamore90
      last edited by alexamore90

      Hi, I have a fog server set up with these parameters ip 192.168.11.1 gateway 192.168.11.1 dns 192.168.11.1 I exported the fog settings backup file to a mini PC on which I in turn installed fog I put the same values ​​as the network card and the name of the card is also the same but it stops at dhcp what could it be? but I did the installation with other IPs, maybe it’s this? How can I put those values ​​without reinstalling?

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

        Can you provide the error log from the installation so we can maybe help provide more information?

        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

        A 1 Reply Last reply Reply Quote 0
        • A
          alexamore90 @Tom Elliott
          last edited by

          @Tom-Elliott there are no installation errors, the fog is installed without errors, but when I start a PC in pxe it stops at DHCP, as if it wanted to contact the fog but fails

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

            @alexamore90 So the “reinstall” process is really very simple.

            And generally corrects 90% of the problems people face. It’s not quite the same as a reinstall as you might envision it.

            Would you be willing to try simply re-running the installer? It will not delete existing information or anything, and might tell you if dhcp fails to start as well.

            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

            A 1 Reply Last reply Reply Quote 0
            • A
              alexamore90 @Tom Elliott
              last edited by

              @Tom-Elliott ok I’ll try to reinstall, but is the network card configuration ok?

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @alexamore90 Is this a typo with IP, gateway and DNS all set to the same address?

                You might want to run systemctl status isc-dhcp-server (Debian/Ubuntu) or systemctl status dhcpd (Redhat based distros) and post output here.

                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

                A 2 Replies Last reply Reply Quote 0
                • A
                  alexamore90 @Sebastian Roth
                  last edited by

                  @Sebastian-Roth Immagine WhatsApp 2023-11-15 ore 08.52.11_0f4a92ba.jpg

                  A Tom ElliottT 2 Replies Last reply Reply Quote 0
                  • A
                    alexamore90 @alexamore90
                    last edited by

                    @alexamore90 Immagine WhatsApp 2023-11-15 ore 08.57.32_bed894c3.jpg Immagine WhatsApp 2023-11-15 ore 08.57.36_16bb9957.jpg Immagine WhatsApp 2023-11-15 ore 08.57.41_90037332.jpg Immagine WhatsApp 2023-11-15 ore 08.57.47_878499a5.jpg

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

                      @alexamore90 The d in the dhcpd that Sebastian suggested is absolutely necessary:

                      It stands for “DHCP Daemon” as a way to think of it all.

                      Please what is output of:
                      systemctl status -l dhcpd

                      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

                      A 2 Replies Last reply Reply Quote 0
                      • A
                        alexamore90 @Tom Elliott
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • A
                          alexamore90 @Tom Elliott
                          last edited by

                          @Tom-Elliott Immagine WhatsApp 2023-11-15 ore 15.49.55_f8b13a2b.jpg

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

                            @alexamore90 You might want to set a subnet for the interface.

                            0.0.0.0 subnet mask means no ips available. So how could it even get 192.168.11.1

                            Your subnet should potentially be 255.255.255.0?

                            I don’t know wht the dhcpd.conf file looks like though either.

                            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

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              alexamore90 @Sebastian Roth
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • A
                                alexamore90 @Tom Elliott
                                last edited by

                                @Tom-Elliott Immagine WhatsApp 2023-11-16 ore 15.34.26_c87bd1c8.jpg

                                I am also attaching my dhcpd.conf file, but I noticed that when I try to restart the dhcp service Init.d tells me that it was not found, is this normal?

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

                                  @alexamore90 The service is called dhcpd not dhcp

                                  While in our eye’s they’re one in the same.

                                  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

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

                                    @alexamore90 said in fog configuration problem:

                                    @alexamore90 Immagine WhatsApp 2023-11-15 ore 08.57.32_bed894c3.jpg

                                    This picture is incorrect I think.

                                    You probably want the “Netmask” to be 255.255.255.0 as well. 0.0.0.0 = “any open IP address” which isn’t really “feasible” or accurate. In Most systems this is unusable as a Netmask.

                                    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
                                    • A
                                      alexamore90 @Tom Elliott
                                      last edited by alexamore90

                                      @Tom-Elliott ah, could you tell me what command to use to restart the dhcp service?I use centos 7
                                      but is the dhcpd.config correct with the parameters?

                                      I also put 255.255.255.0 in the network card parameters

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

                                        @alexamore90 systemctl restart dhcpd

                                        It looks correct, at my cursory glance of things, yes.

                                        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

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          alexamore90 @Tom Elliott
                                          last edited by

                                          @Tom-Elliott Immagine WhatsApp 2023-11-16 ore 17.32.10_89d80875.jpg

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

                                            @alexamore90 What’s the output of

                                            systemctl restart dhcpd
                                            systemctl status -l dhcpd
                                            journalctl -xe

                                            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

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

                                            147

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project