• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.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.
  • F
    fredlwal
    last edited by Nov 24, 2015, 2:17 PM

    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
    • W
      Wayne Workman
      last edited by Nov 24, 2015, 2:25 PM

      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 Nov 24, 2015, 2:42 PM Reply Quote 0
      • F
        fredlwal @Wayne Workman
        last edited by Nov 24, 2015, 2:42 PM

        @Wayne-Workman umbutu 14.04 LTS

        C 1 Reply Last reply Nov 24, 2015, 3:41 PM Reply Quote 0
        • C
          ch3i Moderator @fredlwal
          last edited by Nov 24, 2015, 3:41 PM

          @fredlwal sudo service isc-dhcp-server stop ?

          F 1 Reply Last reply Nov 24, 2015, 3:52 PM Reply Quote 1
          • F
            fredlwal @ch3i
            last edited by Nov 24, 2015, 3:52 PM

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

            W C 2 Replies Last reply Nov 24, 2015, 3:55 PM Reply Quote 0
            • W
              Wayne Workman @fredlwal
              last edited by Nov 24, 2015, 3:55 PM

              @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
              • C
                ch3i Moderator @fredlwal
                last edited by Nov 24, 2015, 3:56 PM

                @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

                W 1 Reply Last reply Nov 24, 2015, 4:22 PM Reply Quote 0
                • W
                  Wayne Workman @ch3i
                  last edited by Nov 24, 2015, 4:22 PM

                  @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 Dec 7, 2015, 3:43 PM Reply Quote 0
                  • F
                    fredlwal
                    last edited by Dec 7, 2015, 3:37 PM

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

                    W 1 Reply Last reply Dec 7, 2015, 5:06 PM Reply Quote 0
                    • F
                      fredlwal @Wayne Workman
                      last edited by Dec 7, 2015, 3:43 PM

                      @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
                      • W
                        Wayne Workman @fredlwal
                        last edited by Dec 7, 2015, 5:06 PM

                        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 Dec 7, 2015, 6:19 PM Reply Quote 0
                        • F
                          fredlwal @Wayne Workman
                          last edited by Dec 7, 2015, 6:19 PM

                          @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 W 2 Replies Last reply Dec 7, 2015, 7:00 PM Reply Quote 0
                          • F
                            fredlwal @fredlwal
                            last edited by Dec 7, 2015, 7:00 PM

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

                            1 Reply Last reply Reply Quote 0
                            • W
                              Wayne Workman @fredlwal
                              last edited by Dec 7, 2015, 8:16 PM

                              @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

                              192

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project