• 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 @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
                      • T
                        Tom Elliott @alexamore90
                        last edited by Nov 17, 2023, 10:51 AM

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

                          @Tom-Elliott Immagine WhatsApp 2023-11-18 ore 09.02.04_2bccb11e.jpg Immagine WhatsApp 2023-11-18 ore 09.02.08_cccc4a44.jpg

                          T 2 Replies Last reply Nov 18, 2023, 11:48 AM Reply Quote 0
                          • T
                            Tom Elliott @alexamore90
                            last edited by Nov 18, 2023, 11:48 AM

                            @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
                            • T
                              Tom Elliott @alexamore90
                              last edited by Nov 18, 2023, 11:49 AM

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

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

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

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

                                  157

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project