ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    DHCP Logic

    IT Discussion
    16
    81
    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.
    • 1
      1337 @scottalanmiller
      last edited by 1337

      It's another question but it's debatable if DHCP reservations is a good idea in the first place. In general I would say no.
      Better to use static IPs, at least for anything that is important.

      ObsolesceO DustinB3403D scottalanmillerS G I JonesG 4 Replies Last reply Reply Quote 0
      • ObsolesceO
        Obsolesce @1337
        last edited by Obsolesce

        @pete-s said in DHCP Logic:

        It's another question but it's debatable of DHCP reservations is a good idea in the first place. In general I would say no.
        Better to use static IPs, at least for anything that is important.

        Static only makes sense if you plan on having that server come up on another network that does not have the reservation in place, and nobody can figure out why it's not reachable through the known IP. Otherwise, what's your reasoning for thinking DHCP reservations is a bad idea? In what ways?

        1 1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @1337
          last edited by

          @pete-s said in DHCP Logic:

          It's another question but it's debatable if DHCP reservations is a good idea in the first place. In general I would say no.
          Better to use static IPs, at least for anything that is important.

          A static IP and a reservation have nothing to do with each other.

          For example you can assign a static IP address to your main file server, and while that server is online, it will continually use it. But if it goes offline and a client comes in, that client device could get that static address. When the server comes back online there would be an IP conflict and cause all sorts of issues.

          A reservation doesn't mean you can't statically assign. It's literally just keeping that IP address for the MAC address.

          1 1 Reply Last reply Reply Quote 1
          • 1
            1337 @DustinB3403
            last edited by

            @dustinb3403 said in DHCP Logic:

            @pete-s said in DHCP Logic:

            It's another question but it's debatable if DHCP reservations is a good idea in the first place. In general I would say no.
            Better to use static IPs, at least for anything that is important.

            A static IP and a reservation have nothing to do with each other.

            For example you can assign a static IP address to your main file server, and while that server is online, it will continually use it. But if it goes offline and a client comes in, that client device could get that static address. When the server comes back online there would be an IP conflict and cause all sorts of issues.

            A reservation doesn't mean you can't statically assign. It's literally just keeping that IP address for the MAC address.

            You're confusing DHCP reservation with DHCP exclusion. You make a reservation to make the DHCP client MAC address get the same IP, gateway etc info always. You make a DHCP exclusion if you have something not using DHCP occupying an address in the DHCP range.

            ObsolesceO 1 Reply Last reply Reply Quote 1
            • ObsolesceO
              Obsolesce @1337
              last edited by

              @pete-s said in DHCP Logic:

              @dustinb3403 said in DHCP Logic:

              @pete-s said in DHCP Logic:

              It's another question but it's debatable if DHCP reservations is a good idea in the first place. In general I would say no.
              Better to use static IPs, at least for anything that is important.

              A static IP and a reservation have nothing to do with each other.

              For example you can assign a static IP address to your main file server, and while that server is online, it will continually use it. But if it goes offline and a client comes in, that client device could get that static address. When the server comes back online there would be an IP conflict and cause all sorts of issues.

              A reservation doesn't mean you can't statically assign. It's literally just keeping that IP address for the MAC address.

              You're confusing DHCP reservation with DHCP exclusion. You make a reservation to make the DHCP client MAC address get the same IP, gateway etc info always. You make a DHCP exclusion if you have something not using DHCP occupying an address in the DHCP range.

              No, Dustin is spot on.

              1 Reply Last reply Reply Quote 2
              • scottalanmillerS
                scottalanmiller @1337
                last edited by

                @pete-s said in DHCP Logic:

                It's another question but it's debatable if DHCP reservations is a good idea in the first place. In general I would say no.
                Better to use static IPs, at least for anything that is important.

                I lean the other way, but it's mostly a preference thing. We use true static for things like routers, switches, and AD servers. I prefer reservations for basically everything else.

                1 Reply Last reply Reply Quote 2
                • 1
                  1337 @Obsolesce
                  last edited by 1337

                  @obsolesce said in DHCP Logic:

                  @pete-s said in DHCP Logic:

                  It's another question but it's debatable of DHCP reservations is a good idea in the first place. In general I would say no.
                  Better to use static IPs, at least for anything that is important.

                  Static only makes sense if you plan on having that server come up on another network that does not have the reservation in place, and nobody can figure out why it's not reachable through the known IP. Otherwise, what's your reasoning for thinking DHCP reservations is a bad idea? In what ways?

                  It's bad because you are dependent on the DHCP server to assign an address. So every server, VM whatever that get their DHCP reservation will fail if the DHCP server doesn't work. Basically the DHCP server becomes a single point of failure for a bunch of servers. Something you will find out after a power failure.

                  I think it's also bad practice to mix "clients" and "servers" in the same subnet, which is typically what has been done when you see DHCP reservations in use.

                  DonahueD ObsolesceO 2 Replies Last reply Reply Quote 0
                  • DonahueD
                    Donahue @1337
                    last edited by

                    I like the idea of reservations because in theory everything could be managed and organized from the DHCP server. That being said, I have not really used reservations for this purpose yet, too many other things on my plate.

                    1 1 Reply Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce @1337
                      last edited by

                      @pete-s said in DHCP Logic:

                      @obsolesce said in DHCP Logic:

                      @pete-s said in DHCP Logic:

                      It's another question but it's debatable of DHCP reservations is a good idea in the first place. In general I would say no.
                      Better to use static IPs, at least for anything that is important.

                      Static only makes sense if you plan on having that server come up on another network that does not have the reservation in place, and nobody can figure out why it's not reachable through the known IP. Otherwise, what's your reasoning for thinking DHCP reservations is a bad idea? In what ways?

                      It's bad because you are dependent on the DHCP server to assign an address. So every server, VM whatever that get their DHCP reservation will fail if the DHCP server doesn't work. Basically the DHCP server becomes a single point of failure for a bunch of servers. Something you will find out after a power failure.

                      I think it's also bad practice to mix "clients" and "servers" in the same subnet, which is typically what has been done when you see DHCP reservations in use.

                      If there's a power failure, nothing will need an IP as they'll be turned off. When the power comes back on, the DHCP server comes up first (yes, the host is static, as well as DC like Scott mentioned).

                      If the DHCP server has some random failure, it's no issue at all, everything will keep using it's currently assigned address. It's not the issue you seem to think it is.

                      We have a separate subnet for servers and users, no issues there.

                      1 1 Reply Last reply Reply Quote 1
                      • 1
                        1337 @Obsolesce
                        last edited by

                        @obsolesce said in DHCP Logic:

                        @pete-s said in DHCP Logic:

                        @obsolesce said in DHCP Logic:

                        @pete-s said in DHCP Logic:

                        It's another question but it's debatable of DHCP reservations is a good idea in the first place. In general I would say no.
                        Better to use static IPs, at least for anything that is important.

                        Static only makes sense if you plan on having that server come up on another network that does not have the reservation in place, and nobody can figure out why it's not reachable through the known IP. Otherwise, what's your reasoning for thinking DHCP reservations is a bad idea? In what ways?

                        It's bad because you are dependent on the DHCP server to assign an address. So every server, VM whatever that get their DHCP reservation will fail if the DHCP server doesn't work. Basically the DHCP server becomes a single point of failure for a bunch of servers. Something you will find out after a power failure.

                        I think it's also bad practice to mix "clients" and "servers" in the same subnet, which is typically what has been done when you see DHCP reservations in use.

                        If there's a power failure, nothing will need an IP as they'll be turned off. When the power comes back on, the DHCP server comes up first (yes, the host is static, as well as DC like Scott mentioned).

                        If the DHCP server has some random failure, it's no issue at all, everything will keep using it's currently assigned address. It's not the issue you seem to think it is.

                        We have a separate subnet for servers and users, no issues there.

                        If the DHCP server doesn't come up after power failure, the rest of the servers booting up will not use their last given ip address if that is what you think. They will not have an IP address at all.

                        scottalanmillerS DustinB3403D 2 Replies Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @1337
                          last edited by

                          @pete-s said in DHCP Logic:

                          @obsolesce said in DHCP Logic:

                          @pete-s said in DHCP Logic:

                          @obsolesce said in DHCP Logic:

                          @pete-s said in DHCP Logic:

                          It's another question but it's debatable of DHCP reservations is a good idea in the first place. In general I would say no.
                          Better to use static IPs, at least for anything that is important.

                          Static only makes sense if you plan on having that server come up on another network that does not have the reservation in place, and nobody can figure out why it's not reachable through the known IP. Otherwise, what's your reasoning for thinking DHCP reservations is a bad idea? In what ways?

                          It's bad because you are dependent on the DHCP server to assign an address. So every server, VM whatever that get their DHCP reservation will fail if the DHCP server doesn't work. Basically the DHCP server becomes a single point of failure for a bunch of servers. Something you will find out after a power failure.

                          I think it's also bad practice to mix "clients" and "servers" in the same subnet, which is typically what has been done when you see DHCP reservations in use.

                          If there's a power failure, nothing will need an IP as they'll be turned off. When the power comes back on, the DHCP server comes up first (yes, the host is static, as well as DC like Scott mentioned).

                          If the DHCP server has some random failure, it's no issue at all, everything will keep using it's currently assigned address. It's not the issue you seem to think it is.

                          We have a separate subnet for servers and users, no issues there.

                          If the DHCP server doesn't come up after power failure, the rest of the servers booting up will not use their last given ip address if that is what you think. They will not have an IP address at all.

                          Same for desktops, phones, etc. DHCP is cheap and easy to make redundant. If it fails, you typically dont' care if the email server comes up or not, your network is down anyway.

                          1 Reply Last reply Reply Quote 1
                          • DustinB3403D
                            DustinB3403 @1337
                            last edited by

                            @pete-s said in DHCP Logic:

                            If the DHCP server doesn't come up after power failure, the rest of the servers booting up will not use their last given ip address if that is what you think. They will not have an IP address at all.

                            Is that really a concern though. If your entire business infrastructure is offline due to a power outage, aren't there bigger items to address?

                            Like why in the hell did we lose power?!

                            Reservations would provide the same IP's to their respective clients once the DHCP server came up. Statically assigned on top of that would mean you don't even need the DHCP server. So long as the network itself is functional.

                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                            • 1
                              1337 @Donahue
                              last edited by

                              @donahue said in DHCP Logic:

                              I like the idea of reservations because in theory everything could be managed and organized from the DHCP server. That being said, I have not really used reservations for this purpose yet, too many other things on my plate.

                              That is another problem. It means that if you are replacing server hardware or a NIC you also have to have access and redo the dhcp reservation since you have new mac addresses.

                              DustinB3403D ObsolesceO scottalanmillerS 3 Replies Last reply Reply Quote 0
                              • DustinB3403D
                                DustinB3403 @1337
                                last edited by

                                @pete-s said in DHCP Logic:

                                @donahue said in DHCP Logic:

                                I like the idea of reservations because in theory everything could be managed and organized from the DHCP server. That being said, I have not really used reservations for this purpose yet, too many other things on my plate.

                                That is another problem. It means that if you are replacing server hardware or a NIC you also have to have access and redo the dhcp reservation since you have new mac addresses.

                                Why would you need a new mac address? You can easily change mac addresses on VM's all day long.

                                1 Reply Last reply Reply Quote 0
                                • ObsolesceO
                                  Obsolesce @1337
                                  last edited by

                                  @pete-s said in DHCP Logic:

                                  @donahue said in DHCP Logic:

                                  I like the idea of reservations because in theory everything could be managed and organized from the DHCP server. That being said, I have not really used reservations for this purpose yet, too many other things on my plate.

                                  That is another problem. It means that if you are replacing server hardware or a NIC you also have to have access and redo the dhcp reservation since you have new mac addresses.

                                  Versus what? Redoing the static IP settings anyways? I'll rather re-enter a MAC than dick around in Windows network settings.

                                  DustinB3403D 1 Reply Last reply Reply Quote 0
                                  • DustinB3403D
                                    DustinB3403 @Obsolesce
                                    last edited by DustinB3403

                                    @obsolesce said in DHCP Logic:

                                    @pete-s said in DHCP Logic:

                                    @donahue said in DHCP Logic:

                                    I like the idea of reservations because in theory everything could be managed and organized from the DHCP server. That being said, I have not really used reservations for this purpose yet, too many other things on my plate.

                                    That is another problem. It means that if you are replacing server hardware or a NIC you also have to have access and redo the dhcp reservation since you have new mac addresses.

                                    Versus what? Redoing the static IP settings anyways? I'll rather re-enter a MAC than dick around in Windows network settings.

                                    Yeah, this would make sense if you had only a handful of clients that needed to be statically assigned. Nothing needs to be statically assigned. So long as your DHCP server is functional.

                                    1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403
                                      last edited by

                                      And this loops back to, if you lose your DHCP server (and nothing is statically assigned) why not have a redundant DHCP server?

                                      Or restore from backup.

                                      Lots of reasons to really question the whole argument.

                                      1 Reply Last reply Reply Quote 1
                                      • ObsolesceO
                                        Obsolesce
                                        last edited by Obsolesce

                                        It comes down to there being so many benefits to using DHCP reservations in most cases, versus a bunch of made up scenarios not to, that do not matter at all. This feels like the virtualize vs not virtualize servers discussion.

                                        DustinB3403D 1 Reply Last reply Reply Quote 1
                                        • DustinB3403D
                                          DustinB3403 @Obsolesce
                                          last edited by

                                          @obsolesce said in DHCP Logic:

                                          This feels like the virtualize vs not virtualize servers discussion.

                                          ^ this.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @DustinB3403
                                            last edited by

                                            @dustinb3403 said in DHCP Logic:

                                            @pete-s said in DHCP Logic:

                                            If the DHCP server doesn't come up after power failure, the rest of the servers booting up will not use their last given ip address if that is what you think. They will not have an IP address at all.

                                            Is that really a concern though. If your entire business infrastructure is offline due to a power outage, aren't there bigger items to address?

                                            Like why in the hell did we lose power?!

                                            Reservations would provide the same IP's to their respective clients once the DHCP server came up. Statically assigned on top of that would mean you don't even need the DHCP server. So long as the network itself is functional.

                                            Exactly, when DHCP doesn't work, nothing matters anyway.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • First post
                                              Last post