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

    DHCP weirdness after 23.09 upgrade

    Scheduled Pinned Locked Moved DHCP and DNS
    33 Posts 9 Posters 2.1k 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.
    • S
      SteveITS Galactic Empire @johnpoz
      last edited by

      Tagging @stephenw10.

      The extra logging isn’t really a breaking change but clients not getting a lease is.

      Most people, if they even notice this, can use Kea, but not everyone since it’s not feature complete/ready yet.

      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 1 Reply Last reply Reply Quote 0
      • johnpozJ
        johnpoz LAYER 8 Global Moderator @SteveITS
        last edited by johnpoz

        @SteveITS I just switched to binary from 23.05.1 just waiting for something to renew.. But log already looks better.. 3 clients renewed before I got the sniff going..

        2 of the problem childred I was seeing from 4.81 and 4.63 have now renewed it seems

        Nov 19 10:12:37 	dhcpd 	36201 	DHCPACK on 192.168.4.63 to 68:57:2d:98:28:22 via igb2.4
        Nov 19 10:12:37 	dhcpd 	36201 	DHCPREQUEST for 192.168.4.63 from 68:57:2d:98:28:22 via igb2.4
        Nov 19 10:12:03 	dhcpd 	36201 	DHCPACK on 192.168.4.81 to a8:1b:6a:24:ec:26 via igb2.4
        Nov 19 10:12:03 	dhcpd 	36201 	DHCPREQUEST for 192.168.4.81 from a8:1b:6a:24:ec:26 via igb2.4 
        

        edit: ok couple of devices renewed while I was sniffing - this looks more normal

        16:34:01.236228 IP 192.168.4.73.68 > 192.168.4.253.67: UDP, length 308
        16:34:01.236487 IP 192.168.4.253.67 > 192.168.4.73.68: UDP, length 300
        16:34:53.173058 IP 192.168.4.49.68 > 192.168.4.253.67: UDP, length 302
        16:34:53.173367 IP 192.168.4.253.67 > 192.168.4.49.68: UDP, length 300
        

        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

        PhizixP 1 Reply Last reply Reply Quote 0
        • S SteveITS referenced this topic on
        • PhizixP
          Phizix @johnpoz
          last edited by

          @johnpoz & @mathiasringhof,

          How does one replace the binary with the one from 23.05.1?

          Phizix

          M johnpozJ 2 Replies Last reply Reply Quote 0
          • M
            mathiasringhof @Phizix
            last edited by

            @Phizix The file is located here:

            /usr/local/sbin/dhcpd
            

            Boot into a 23.05.1 environment and backup that file to a local share (e.g. scp or an SFTP client), then boot into 23.09, backup the old file just in case and replace.

            You need to have SSH enabled (see here) for that to work.

            PhizixP 1 Reply Last reply Reply Quote 2
            • PhizixP
              Phizix @mathiasringhof
              last edited by

              @mathiasringhof,

              I assume this file is the same across most of the various hardware.

              I have a SG-1100 backup that is currently on 23.05.1, If the file is the same I could pull it from it. If it is hardware specific, then I will have to jump back to 23.05.1 on my SG-5100 to pull it.

              Do you happen to know?

              Phizix

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

                @Phizix the 1100 and 2100 and 3100 are Arm CPUs so that won’t work. If you had reinstalled at some point and have ZFS you could revert to an old boot environment temporarily.

                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!

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

                  @Phizix said in DHCP weirdness after 23.09 upgrade:

                  How does one replace the binary with the one from 23.05.1?

                  For me I just booted the zfs 23.05.1 on my VM, grabbed the file via sftp.. Then stopped dhcpd on my sg4860, copied the current dhcpd to dhcpd.old and then via sftp put the dhcpd from my vm on my 4860 and then restarted it..

                  I am going to have to do a bit of research - but I could understand why some clients might not like an answer from some random port when it sent to 67.. Have to fire up the rfc and see if client is just not up to date on what is should do.. It is odd, and if doesn't like it renew why does it take it on discover. Or is the discover coming from 67? Very interesting situation for sure.

                  edit:
                  It was actually a nice test of booting to an old zfs.. which worked out great.

                  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

                  M demD 2 Replies Last reply Reply Quote 0
                  • PhizixP
                    Phizix @SteveITS
                    last edited by

                    @SteveITS,

                    My SG-5100 is on ZFS, so I should be able to boot to the previous 23.05.1 environment and grab it.

                    I did not know if all the files were hardware specific or not.

                    I don't think it will be too hard, but if it had not been hardware specific then it would have almost been trivial to grab it.

                    Thanks for the response!

                    Phizix

                    1 Reply Last reply Reply Quote 0
                    • M
                      michmoor LAYER 8 Rebel Alliance @johnpoz
                      last edited by

                      @johnpoz said in DHCP weirdness after 23.09 upgrade:

                      It was actually a nice test of booting to an old zfs.. which worked out great.

                      The boot environment feature is so clutch. Just awesome

                      Firewall: NetGate,Palo Alto-VM,Juniper SRX
                      Routing: Juniper, Arista, Cisco
                      Switching: Juniper, Arista, Cisco
                      Wireless: Unifi, Aruba IAP
                      JNCIP,CCNP Enterprise

                      1 Reply Last reply Reply Quote 0
                      • B
                        beatvjiking
                        last edited by

                        I'm seeing similar problems while applying "DHCP enforcement" through my wifi infrastructure - the controllers aren't recognizing the DHCP transactions and are kicking clients off even after they receive DHCP leases. Switching to Kea isn't an option for me yet since I'm running redundant pairs. The behavior is reliably reproducible on 23.09 and doesn't exist on 23.05.1.

                        1 Reply Last reply Reply Quote 0
                        • PhizixP
                          Phizix
                          last edited by

                          I may have to do this soon. It appears my garage door opener is not getting an IP. DOH!!

                          1 Reply Last reply Reply Quote 0
                          • B
                            beatvjiking
                            last edited by

                            If anyone has a non-ZFS-based way to patch/work around the issue at scale (not all my affected boxes have been moved to ZFS yet, and there are a lot, so a binary swap would be challenging) I'd be super amped to hear about it.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              mathiasringhof @beatvjiking
                              last edited by mathiasringhof

                              @beatvjiking As long as you pay attention to architecture you can just use a random 23.05.1 install, get the file and then deploy to all your boxes. Anything below the 4000 series is ARM though, so be careful not to deploy x86 binaries to those.

                              1 Reply Last reply Reply Quote 0
                              • PhizixP
                                Phizix
                                last edited by

                                OK, looking back at the Garage Door opener logs, it lost IP long before the 23.09 upgrade.

                                Looks like I have some troubleshooting to do.

                                Phizix

                                1 Reply Last reply Reply Quote 0
                                • S SteveITS referenced this topic on
                                • L
                                  lopezi
                                  last edited by

                                  Where can we download 23.05 to get the previous binary?

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

                                    @lopezi If you have ZFS you can revert to an earlier boot environment.
                                    https://docs.netgate.com/pfsense/en/latest/backup/zfsbe/index.html

                                    If not and you have Netgate hardware you can request an old image and install it. (Also gets you ZFS)

                                    If you don’t have Netgate hardware then one way might be to install 2.6, then upgrade to 23.05? If it lets you choose Previous Stable while upgrading…?

                                    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!

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      lopezi @SteveITS
                                      last edited by

                                      @SteveITS No, not on Netgate hardware but I did upgrade from CE to Plus a few versions back but my install is still using UFS so no ZFS boot for me.

                                      If I go to System -> Update -> Update Settings I can select 23.05.1 but I don't want to revert my whole system. However, if I can get the endpoints that this is pulling from, I could download the package in theory. Anyone know the endpoints?

                                      1 Reply Last reply Reply Quote 0
                                      • demD
                                        dem @johnpoz
                                        last edited by

                                        @johnpoz said in DHCP weirdness after 23.09 upgrade:

                                        For me I just booted the zfs 23.05.1 on my VM, grabbed the file via sftp.

                                        You might not need to reboot to fetch a file from a previous ZFS Boot Environment. Try looking for the ZFS snapshot of your previous root in /.zfs/snapshot. It will be named after the date and time it was created.

                                        For example, on my 23.09 system:

                                        ls -l /usr/local/sbin/dhcpd
                                        -r-xr-xr-x  1 root wheel 3084656 Oct  6 00:44 /usr/local/sbin/dhcpd
                                        
                                        ls -l /.zfs/snapshot/2023-11-09-11:07:11-0/usr/local/sbin/dhcpd
                                        -r-xr-xr-x  1 root wheel 3111960 Feb 17  2023 /.zfs/snapshot/2023-11-09-11:07:11-0/usr/local/sbin/dhcpd
                                        

                                        The /.zfs directory won't appear in a regular ls listing.

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

                                          @mathiasringhof
                                          https://redmine.pfsense.org/issues/15011#note-14
                                          "The fix will be included in 23.09/2.7.1 in the next ports build, after which running pfSense-repoc; pkg upgrade will pick it up."

                                          Sounds like it will be slipstreamed in for those who haven't upgraded yet...?

                                          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!

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