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

    fog configuration problem

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    3
    27
    4.6k
    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 @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
                            • A
                              alexamore90 @Tom Elliott
                              last edited by

                              @Tom-Elliott alt text

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

                                @alexamore90 This doesn’t have the other commands I was looking for?

                                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-18 ore 09.02.04_2bccb11e.jpg Immagine WhatsApp 2023-11-18 ore 09.02.08_cccc4a44.jpg

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

                                    @alexamore90 the reason I had all three commands is so we can get all the details much more readily.

                                    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 @alexamore90
                                      last edited by

                                      @alexamore90 it also seems the ip address being attempted is 192.168.122.1 not 192.168.11.1

                                      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

                                        @Tom-Elliott ok how do I set it to 192.168.11.1?

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

                                          @Tom-Elliott ok how do I set it to 192.168.11.1?

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

                                          260

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project