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

    turning off DHCP on a standalone network

    Scheduled Pinned Locked Moved Solved
    General
    3
    14
    5.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.
    • F
      fredlwal
      last edited by

      How do I turn off DHCP on a standalone fog server and add it to an existing network that will give out DHCP addresses (Windows server) ? Is there a command I can use to do that?

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        What OS is FOG running on? What version?

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        F 1 Reply Last reply Reply Quote 0
        • F
          fredlwal @Wayne Workman
          last edited by

          @Wayne-Workman umbutu 14.04 LTS

          ch3iC 1 Reply Last reply Reply Quote 0
          • ch3iC
            ch3i Moderator @fredlwal
            last edited by

            @fredlwal sudo service isc-dhcp-server stop ?

            F 1 Reply Last reply Reply Quote 1
            • F
              fredlwal @ch3i
              last edited by

              @ch3i How about after I stop it will the clients grab dhcp from the windows server and also how will the clients reach the fog server?

              Wayne WorkmanW ch3iC 2 Replies Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @fredlwal
                last edited by

                @fredlwal If DHCP on the Windows server is configured, it should serve DHCP to all hosts that request a lease.

                The clients are told by the DHCP server what the next server is and what file to ask for. In windows, this is DHCP options 066 and 067.

                We have a WiKi article on this…
                https://wiki.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • ch3iC
                  ch3i Moderator @fredlwal
                  last edited by

                  @fredlwal said:

                  How about after I stop it will the clients grab dhcp from the windows server and also how will the clients reach the fog server

                  you have to specify in your windows DHCP server the 66 and 67 option : https://wiki.fogproject.org/wiki/index.php/Windows_DHCP_Server

                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                  • Wayne WorkmanW
                    Wayne Workman @ch3i
                    last edited by

                    @ch3i Same articles with different names…

                    https://wiki.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG
                    https://wiki.fogproject.org/wiki/index.php/Windows_DHCP_Server

                    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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      fredlwal
                      last edited by

                      Where is this file located on the fog server for Option 67 to put on a windows server?

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • F
                        fredlwal @Wayne Workman
                        last edited by

                        @Wayne-Workman If I change the IP address on the existing server will that affect my older images?

                        1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @fredlwal
                          last edited by

                          Sorry for the delayed response, I’ve been busy this morning.

                          @fredlwal said:

                          Where is this file located on the fog server for Option 67 to put on a windows server?

                          /tftpboot
                          I’d strongly advise against putting those files on your Windows DHCP server. If you did, everytime you update FOG, you’ll have to copy them all over again… Don’t do that. Just quite simply use Windows DHCP to point option 66 to the FOG Server’s IP address, and option 67 to point to undionly.kkpxe

                          @fredlwal said:

                          @Wayne-Workman If I change the IP address on the existing server will that affect my older images?
                          No. set /opt/fog/.fogsettings - ipaddress = correctly, reinstall, update your storage node’s IP address, and then update your FOG Configuration->FOG Settings->Web Server->FOG_WEB_HOST address.

                          When the FOG server changes IPs, and the FOG server is also hosting the boot files, you would then need to adjust your Option 066 on your Windows DHCP server 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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            fredlwal @Wayne Workman
                            last edited by

                            @Wayne-Workman said:

                            undionly.k

                            So for option 67 do I still have to copy /tftpboot file undionly.kkpxe or just type that in the string value?

                            F Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                            • F
                              fredlwal @fredlwal
                              last edited by

                              @Wayne-Workman and does this have to be placed on all dhcp servers at each building?

                              1 Reply Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman @fredlwal
                                last edited by

                                @fredlwal said:

                                @Wayne-Workman said:

                                undionly.k

                                So for option 67 do I still have to copy /tftpboot file undionly.kkpxe or just type that in the string value?

                                Just type in undionly.kkpxe for option 067 and the FOG server’s IP for 066. You don’t need to copy anything.

                                @fredlwal said:

                                @Wayne-Workman and does this have to be placed on all dhcp servers at each building?

                                Only on the ones you want to use with FOG. If you have slow WAN speeds, you might want to setup a storage node at each location and setup the Location plugin.

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

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

                                214

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project