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

    Active Directory after image deployment not working.

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    20
    2.0k
    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.
    • J
      JimmyJ0516
      last edited by

      I am running the FOG server version 1.5.4 I am not sure what version of Client I am using I installed it on the image like 3 months ago. I also went to C:\Program Files (x86)\ FOG but all that is in that folder are .tmp files

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

        @JimmyJ0516 said in Active Directory after image deployment not working.:

        I also went to C:\Program Files (x86)\ FOG but all that is in that folder are .tmp files

        You mean there is no proper installation there, like exe files or such? Possibly the log is in C:\fog.log

        Here you find a great post explaining how to properly debug AD join problems: https://forums.fogproject.org/post/111401

        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
          Atton
          last edited by

          Have you made sure the Fog Client is running? You can check that in the fog log file. If it’s not, open an elevated command prompt and run “net start fogservice”. When I first installed the fog service I had to whitelist it in our antivirus.

          Also, I haven’t tested it any other way, but when I put in my username on my server, I put it in as Domain\Username. I also put the same password in under legacy password.

          1 Reply Last reply Reply Quote 0
          • A
            astrugatch
            last edited by

            Is the domain information you put at the top a copy and paste from your config? Because I see a comma misplaced.

            AD DEFAULT OU	- OU=Imaged,DC=haw,DC=k,12DC=nj,DC=us
            

            should read

            AD DEFAULT OU	- OU=Imaged,DC=haw,DC=k12,DC=nj,DC=us
            
            J 2 Replies Last reply Reply Quote 3
            • J
              JimmyJ0516 @astrugatch
              last edited by

              @astrugatch yes this is what I currently have on the active directory config.

              OU=Imaged,DC=hawthorne,DC=k12,DC=nj,DC=us

              1 Reply Last reply Reply Quote 0
              • J
                JimmyJ0516 @astrugatch
                last edited by

                @astrugatch Ok so I found the issue. I recently changed the IP address of my FOG Server so I reinstalled the FOG Client software on a PC and during setup put my new IP and it now works. I just need new images with the correct IP on the fog client software.

                A 1 Reply Last reply Reply Quote 0
                • A
                  astrugatch @JimmyJ0516
                  last edited by

                  @JimmyJ0516
                  Do yourself a favor and create a DNS record for your FOG server. That way if you ever change the IP of your server all it takes is updating the record to move all your clients over.

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

                    @astrugatch On the one hand side this is a great idea! You just need to keep in mind that if you install FOG with HTTPS the generated certificate will have the IP address as common name (CN) and the current FOG client is not happy connecting to the hostname then. Just something I stumbled upon recently and thought I might share this here just in case.

                    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
                      astrugatch @Sebastian Roth
                      last edited by

                      @Sebastian-Roth
                      Good to know. I’m using FOG with HTTP so it hasn’t been an issue (I’ve moved it several times as virtual environments shifted). It might be worth looking into adding a feature in the installer to ask for the DNS name of the machine so it can generate the cert with that as the CN rather than the machine’s IP.

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

                        @astrugatch When it asks for the IP Address, I believe it validates that it is actually an IP (from the FOG Installer.)

                        That said, a neat trick you can do, however, is one the /opt/fog/.fogsettings is generated, modify the ipaddress="<ip>" line to use your hostname. It should use that information for the public certificate generation.

                        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
                          astrugatch @Tom Elliott
                          last edited by

                          @Tom-Elliott

                          If I change that setting how do I force it to generate a new cert? Do I just run the installer again?

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

                            @astrugatch Yes, as it’s signed by the CA, it shouldn’t have any issues. Though you may need to have it initially recreate the private cert as it likely created it using the IP. Just a good to know thing for the future. (Particularly on fresh installs.) It would mean, however, that you’d have to update all your clients which could prove problematic in general.

                            Could be simpler just to remove the IP checking during fresh install. Or, maybe we could add a Hostname item as an inline option (or add to the /opt/fog/.fogsettings file of course) the builds a cert using the IP and allows an alternate name within the cert using the hostname.

                            Of course this is just thoughts being spewed out sorry.

                            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 1
                            • S
                              Sebastian Roth Moderator
                              last edited by

                              https://github.com/FOGProject/fogproject/issues/277

                              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
                                astrugatch @Tom Elliott
                                last edited by

                                @Tom-Elliott

                                I can always deploy a new client via GroupPolicy so that doesn’t scare me from making the change. I’ll probably hold off for now only because it’s not a huge issue to stay on http for me.

                                I think adding a hostname item would be great and it would make FOG much more portable and secure to make https the default

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

                                  @Sebastian-Roth
                                  I saw the change in GitHub but didn’t dig too deep. If you fill out these values during a clean setup does it make default FOG to https?

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

                                    @astrugatch said in Active Directory after image deployment not working.:

                                    If you fill out these values during a clean setup does it make default FOG to https?

                                    What do you mean by that? What values? Clean setup?

                                    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
                                      astrugatch @Sebastian Roth
                                      last edited by

                                      @Sebastian-Roth

                                      If I am installing FOG for the first time (as opposed to upgrading) and I enter the DNS name as part of the new installer and having the CA generate a cert with the DNS/hostname does HTTPS become the default.

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

                                        @astrugatch said in Active Directory after image deployment not working.:

                                        If I am installing FOG for the first time (as opposed to upgrading) and I enter the DNS name as part of the new installer and having the CA generate a cert with the DNS/hostname does HTTPS become the default.

                                        Ahh, now I get you. No haven’t changed the default to be HTTPS as it would involve compiling the iPXE binaries as well. Think that is the next step. I will consider removing the iPXE binaries from the repo and simply rely on compiling them on each install altogether. iPXE code is usually fairly stable. What do you think @Tom-Elliott ?

                                        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

                                        143

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project