Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Do you use dhcp reservations?

    Scheduled Pinned Locked Moved Off-Topic & Non-Support Discussion
    62 Posts 26 Posters 13.8k Views
    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.
    • bmeeksB
      bmeeks @johnpoz
      last edited by bmeeks

      @johnpoz said in Do you use dhcp reservations?:

      Us old farts, at least in my part of the world use reservation

      Welcome to the official pfSense old farts club 🙂. We can be the charter members!

      1 Reply Last reply Reply Quote 3
      • PhizixP
        Phizix @johnpoz
        last edited by

        @johnpoz
        I use them extensively. I also have Aliases for groups of addresses that I put them into, so I can make rules. Example Desktops, Laptops, and a combined alias of Computers (Desktop + Laptops). IOT devices, etc . . . .

        I leave DHCP assigned to a certain range for new devices. I periodically (about once per week) look for any leases in that range (and hunt them down and kill them - J/K). If they are a new device that needs to be statically mapped I do so. If it is some temporary device I just make a mental note of it.

        Phizix

        1 Reply Last reply Reply Quote 2
        • G
          gauthig @johnpoz
          last edited by

          @johnpoz
          This is the real problem with migrating to Kea at this time. It is irrespective of using static mappings (or reservations), fully DHCP or a combination of both on each subnet.

          A good network should be using SSL on servers/services. An API call or just using a web browser breaks the validation of your cert if you use IP address instead of a FQDN. Modern browsers also are stopping you by forcing an acknowledgement to go to the site if you did not use the correct name in the URL, i.e. IP address.

          One way around this is to set up all servers, like NAS, Plex, Home Assistant, Grafana, Influx.... (whatever you have on your local network), with static IP's (or static mappings) and then manually create an entry in unbound. But that extra work, more like BOUND and not unbound.

          Let's just keep asking to add the KEA to unbound integration as a priority.
          In the meantime, I'll be watching for any isc-dhcp CVE's and determine if I go the manual BOUND route or not.

          1 Reply Last reply Reply Quote 1
          • S
            SteveITS Galactic Empire @johnpoz
            last edited by

            @johnpoz May be sample bias as most users here are advanced.

            @bmeeks Two reasons for us…

            1. Windows 10 1607 feature update IIRC had a high tendency to (apparently) reset/reinstall the network adapter and therefore lose static IP settings. Have also seen this with resetting printers or other hardware.

            2. if you need to change your subnet or especially mask it saves time touching each device to update manually.

            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
            Upvote 👍 helpful posts!

            johnpozJ kohenkatzK 2 Replies Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @SteveITS
              last edited by

              @SteveITS said in Do you use dhcp reservations?:

              May be sample bias as most users here are advanced.

              That was my whole thought/point to be honest, I would think users of pfsense would lean towards being more advanced than your typical home router, what is an IP user ;)

              Which is why I would think using reservations would pretty common.. Which so far that is what the poll is showing as well.

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.7.2, 24.11

              1 Reply Last reply Reply Quote 0
              • NogBadTheBadN
                NogBadTheBad
                last edited by

                I do, most of my devices are dhcp reservations.

                After the update I and bet a lot of other people went back to the old dhcp server.

                Andy

                1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

                1 Reply Last reply Reply Quote 0
                • maverickwsM
                  maverickws @johnpoz
                  last edited by

                  @johnpoz said in Do you use dhcp reservations?:

                  static mapping and arp mapping don't make a lot sense to me... Because that is not what it is, its a "reservation" on the dhcp server to give client X ip Y..

                  eheh well I can tell you straight why I called them that. One of my first jobs was on the network department of a big local ISP. over 90% of CPE were Cisco devices managed by us. If you were adding a reservation you'd go with the command arp <ip> <mac> etc so that's why we called them "static arps" if anyone needed a reservation we'd go with "add an arp". Static only in the sense it's quicker said and a bit shorter word than re-ser-va-tion. Even translated to PT eheh but again this is slang.
                  Won't find me arguing if one is better than the other, main thing is people understand what it does, I've heard calling it so many things.

                  johnpozJ 1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator @maverickws
                    last edited by johnpoz

                    @maverickws And what cisco is that, that is not how you would make sure a device gets a specific IP out of the pool of dhcp running the cisco device.

                    Would be something like this

                    ip dhcp excluded-address 192.168.1.10
                    
                    ip dhcp pool CLIENT_10
                    hardware-address 0034.121b.0c19
                    host 192.168.1.10 255.255.255.0
                    

                    That is how you would set a static arp.. That isn't going to have dhcp hand out anything specific for a specific device.

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                    maverickwsM 2 Replies Last reply Reply Quote 0
                    • maverickwsM
                      maverickws @johnpoz
                      last edited by maverickws

                      @johnpoz that was how we'd start the DHCP and establish a range for the pool instead of host.
                      I haven't been much around cisco lately but I'm pretty sure that was the command to add a reservation. I am probably mixing stuff. Let me check my notes!

                      1 Reply Last reply Reply Quote 0
                      • maverickwsM
                        maverickws @johnpoz
                        last edited by

                        @johnpoz said in Do you use dhcp reservations?:

                        That is how you would set a static arp.. That isn't going to have dhcp hand out anything specific for a specific device.

                        Ok just checked so we didn't do it that way exactly. We'd create the ip DHCP pool and then invoke a static-bindings file that had the static bindings for that pool.
                        Part of my notes are not clear to me today, because I also have a whole part on adding ARP IP to Mac address mappings. Not sure if for quicker resolution, but I actually remember we used this plenty.

                        johnpozJ 1 Reply Last reply Reply Quote 0
                        • johnpozJ
                          johnpoz LAYER 8 Global Moderator @maverickws
                          last edited by

                          @maverickws sure static aps are handy, etc.. But not really a "reservation" ;)

                          But sure they could go hand and hand with each other.

                          You find different terms all over the planet for sure, as long as you can convey what it is your actually talking about - doesn't really matter.. I have always used the term transit network for example, for a network that connects routers, etc. In my new gig working noticed some colleagues call them connector networks.. Ok that works too.. same thing ;)

                          And they use the term kit a lot, vs just gear or specific call out switch or router, or model of the device.. Again as long as we know what each other is talking about - doesn't really matter. And I find myself using some different terms now as well ;) Because that is the terms the team uses.

                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                          If you get confused: Listen to the Music Play
                          Please don't Chat/PM me for help, unless mod related
                          SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                          maverickwsM 1 Reply Last reply Reply Quote 1
                          • maverickwsM
                            maverickws @johnpoz
                            last edited by maverickws

                            @johnpoz yeah I'm 100% with you.
                            Now I'm just mind bogged bc I can't remember exactly the context in we used the arp entries. Transit networks we used that too, and I believe we also used carrier networks. All and all, DHCP reservations or static mappings are in fact one of the most commonly used features. Clients get their addresses dynamically there is no need of configuring each client device, its mapping on the router and its done each device gets the proper IP. Wouldn't change a thing.

                            1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              Yeah I use static reseervations/mappings for numerous things.

                              I also usually add them for devices that statically configured because it makes them resolvable (except in Kea!) and prevents me forgetting and using that IP for something else. It also means if hat device forgets it's config and falls back to dhcp it still gets the same IP.

                              johnpozJ 1 Reply Last reply Reply Quote 3
                              • GertjanG
                                Gertjan
                                last edited by Gertjan

                                @johnpoz said in Do you use dhcp reservations?:

                                I would be running dhcp else where on my network that did

                                Exact.

                                On my captive portal network, reservations are impossible, as these devices are just part of 'my' network for a short time, they come and go.

                                On my main company LAN, and @home, I've a reservation for every device.
                                About 20 at work, and nearly as many @home.
                                Both IPv4 and Ipv6.

                                My way of seeing things : as every device I use on my networks has a DHCP-client activated, I can 'admin' the DHCP process on the server = pfSense side. I've nothing to do on the device that is related to network settings.
                                Ok, maybe not nothing, as some still works with the "Microsoft Network Neighborhood" (is this still a ) thing. And another issue : most don't use the DHCP client ask (option 42) for a NTP client IP, so I have to enter it myself (= 192.168.1.1 as the IPv6 equivalent is a pain in the b*t).

                                Right now, I can see that these devices :
                                2861963b-16f6-4ce5-9fc9-c304cb19d482-image.png
                                don't have static DHCP leases, so these don't belong on my company LAN.
                                This could be a security issue. But ok, I know to who they belong ...

                                No "help me" PM's please. Use the forum, the community will thank you.
                                Edit : and where are the logs ??

                                1 Reply Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator @stephenw10
                                  last edited by

                                  @stephenw10 said in Do you use dhcp reservations?:

                                  I also usually add them for devices that statically configured

                                  I do the same for my main pc, but as of late have just left in dhcp mode.. If I have to change its IP for some test or something I just go to static, and then when I want to get back to my default setup I just move it back to dhcp..

                                  But yeah adding a reservation for stuff you set static is good practice I would agree. Simple way to just know hey I assigned this ip to something already vs having to use some ipam software or spreadsheet or "memory" ;)

                                  And yup if for some reason the thing does reset to default or whatever - if it comes up dhcp it will get the IP you want, etc.

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                  LarryFahnoeL 1 Reply Last reply Reply Quote 0
                                  • LarryFahnoeL
                                    LarryFahnoe @johnpoz
                                    last edited by

                                    I'm a long time user of ISC dhcpd for both enterprise and personal use. I certainly make use of reservations as well as many other custom options. This topic took me by surprise as I was unaware that dhcpd is no longer being maintained by ISC (I'm retired), so I spent a little time reading about migration to KEA as well as how to configure it. Perhaps I'm just old, but the new JSON configuration and the many restrictions and qualifications make it look like a serious step backwards. https://kea.readthedocs.io/en/latest/arm/config.html

                                    --Larry

                                    1 Reply Last reply Reply Quote 1
                                    • NollipfSenseN
                                      NollipfSense @johnpoz
                                      last edited by

                                      @johnpoz said in Do you use dhcp reservations?:

                                      Reservations came up in one, do people even use them, etc.. Which got me curious.. I personally use them for everything...

                                      Yes, I do; however, not on my edge firewall pfSense...just on my LAN with Mikrotik.

                                      pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
                                      pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

                                      1 Reply Last reply Reply Quote 0
                                      • kohenkatzK
                                        kohenkatz @SteveITS
                                        last edited by

                                        @SteveITS said in Do you use dhcp reservations?:

                                        if you need to change your subnet or especially mask it saves time touching each device to update manually.

                                        I just had to do this - I set up a site-to-site VPN, and there was a subnet conflict between one of my subnets and one of the other side's subnets. I was able to change my subnet with little trouble, and all the devices with reservations picked up their new IP addresses automatically.


                                        I also have some devices that I want static IPs for, but they do not have the ability to set a static IP. (Offhand, the first example that comes to mind is DoorBird doorbells, but there are some others too. These have an API that can be scripted, but that requires knowing how to contact them.) For these types of devices, DHCP reservations are critical.

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          coxhaus @johnpoz
                                          last edited by coxhaus

                                          @johnpoz
                                          I use statics for important things not reservations. My network is so small at home that over the last 15 years or so I have changed equipment enough that I just use DHCP and adapt.
                                          I guess I should also say I run DHCP off my Cisco L3 switch not Pfsense.

                                          1 Reply Last reply Reply Quote 0
                                          • Sergei_ShablovskyS
                                            Sergei_Shablovsky @johnpoz
                                            last edited by

                                            @johnpoz
                                            Sad: 1,200 views and ~32 (!!!!!!) votes

                                            —
                                            CLOSE SKY FOR UKRAINE https://youtu.be/_tU1i8VAdCo !
                                            Help Ukraine to resist, save civilians people’s lives !
                                            (Take an active part in public protests, push on Your country’s politics, congressmans, mass media, leaders of opinion.)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.