• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • T
    Tom Elliott
    last edited by Nov 14, 2023, 12:23 PM

    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 Nov 14, 2023, 4:37 PM Reply Quote 0
    • A
      alexamore90 @Tom Elliott
      last edited by Nov 14, 2023, 4:37 PM

      @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

      T 1 Reply Last reply Nov 14, 2023, 4:59 PM Reply Quote 0
      • T
        Tom Elliott @alexamore90
        last edited by Nov 14, 2023, 4:59 PM

        @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 Nov 14, 2023, 6:07 PM Reply Quote 0
        • A
          alexamore90 @Tom Elliott
          last edited by Nov 14, 2023, 6:07 PM

          @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 Nov 14, 2023, 7:14 PM

            @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 Nov 15, 2023, 7:53 AM Reply Quote 0
            • A
              alexamore90 @Sebastian Roth
              last edited by Nov 15, 2023, 7:53 AM

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

              A T 2 Replies Last reply Nov 15, 2023, 7:58 AM Reply Quote 0
              • A
                alexamore90 @alexamore90
                last edited by Nov 15, 2023, 7:58 AM

                @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

                T 1 Reply Last reply Nov 16, 2023, 3:15 PM Reply Quote 0
                • T
                  Tom Elliott @alexamore90
                  last edited by Nov 15, 2023, 12:42 PM

                  @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 Nov 15, 2023, 2:18 PM Reply Quote 0
                  • A
                    alexamore90 @Tom Elliott
                    last edited by Nov 15, 2023, 2:18 PM

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • A
                      alexamore90 @Tom Elliott
                      last edited by Nov 15, 2023, 2:50 PM

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

                      T 1 Reply Last reply Nov 15, 2023, 4:55 PM Reply Quote 0
                      • T
                        Tom Elliott @alexamore90
                        last edited by Nov 15, 2023, 4:55 PM

                        @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 Nov 16, 2023, 2:35 PM Reply Quote 0
                        • A
                          alexamore90 @Sebastian Roth
                          last edited by Nov 15, 2023, 9:40 PM

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • A
                            alexamore90 @Tom Elliott
                            last edited by Nov 16, 2023, 2:35 PM

                            @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?

                            T 1 Reply Last reply Nov 16, 2023, 3:13 PM Reply Quote 0
                            • T
                              Tom Elliott @alexamore90
                              last edited by Nov 16, 2023, 3:13 PM

                              @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 Nov 16, 2023, 3:30 PM Reply Quote 0
                              • T
                                Tom Elliott @alexamore90
                                last edited by Nov 16, 2023, 3:15 PM

                                @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 Nov 16, 2023, 9:32 AM Nov 16, 2023, 3:30 PM

                                  @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

                                  T 1 Reply Last reply Nov 16, 2023, 3:57 PM Reply Quote 0
                                  • T
                                    Tom Elliott @alexamore90
                                    last edited by Nov 16, 2023, 3:57 PM

                                    @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 Nov 16, 2023, 4:32 PM Reply Quote 0
                                    • A
                                      alexamore90 @Tom Elliott
                                      last edited by Nov 16, 2023, 4:32 PM

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

                                      T 1 Reply Last reply Nov 16, 2023, 6:39 PM Reply Quote 0
                                      • T
                                        Tom Elliott @alexamore90
                                        last edited by Nov 16, 2023, 6:39 PM

                                        @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 Nov 16, 2023, 7:17 PM Reply Quote 0
                                        • A
                                          alexamore90 @Tom Elliott
                                          last edited by Nov 16, 2023, 7:17 PM

                                          @Tom-Elliott alt text

                                          T 1 Reply Last reply Nov 17, 2023, 10:51 AM Reply Quote 0
                                          • 1
                                          • 2
                                          • 2 / 2
                                          2 / 2
                                          • First post
                                            11/27
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project