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.
    • M
      mathiasringhof @SteveITS
      last edited by mathiasringhof

      @SteveITS depending on the device it's more than every 10 minutes. Look at an excerpt from the Gist linked in the Redmine issue:

      2023-11-17T11:55:22.733+01:00	DHCPREQUEST for 192.168.50.31 from ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:22.734+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:23.734+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:23.734+01:00	DHCPREQUEST for 192.168.50.31 from ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:25.734+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:25.734+01:00	DHCPREQUEST for 192.168.50.31 from ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:42.735+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:42.735+01:00	DHCPREQUEST for 192.168.50.31 from ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:43.735+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:43.735+01:00	DHCPREQUEST for 192.168.50.31 from ce:3c:e8:92:d2:fa via igb3
      2023-11-17T11:55:44.735+01:00	DHCPACK on 192.168.50.31 to ce:3c:e8:92:d2:fa via igb3
      

      vs this is the whole day under 23.05.1 and expected behaviour with the default lease time (7200 seconds = 2h = every 1h the client asks):
      Link

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

        @mathiasringhof I think we’re talking about the same thing…the device requests the renewal at some point, be it a few minutes or several hours, but there’s a cycle of several to many, many retries each time it does.

        IOW I doubt it’s the device getting a 2 second lease. On your Server ipconfig /all will show you the lease expiration IIRC.

        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!

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

          Looks like we found something, see the Redmine issue. The binary shipped in 23.09 causes an issue. Running assumption is that it responds on random ports to DHCPREQUEST which seems to cause issues with some clients if they reject anything not coming from port 67.

          Replacing the binary with the one from 23.05.1 resolved the issue for me.

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

            @mathiasringhof yeah just did a quick sniff.. and see this

            15:39:55.151294 IP 192.168.4.81.68 > 192.168.4.253.67: UDP, length 304
            15:39:55.151592 IP 192.168.4.253.18184 > 192.168.4.81.68: UDP, length 300
            

            That doesn't seem right, the reply should be from 67.. not some random port 18184..

            The client sure doesn't seem to like it

            15:39:55.151294 IP 192.168.4.81.68 > 192.168.4.253.67: UDP, length 304
            15:39:55.151592 IP 192.168.4.253.18184 > 192.168.4.81.68: UDP, length 300
            15:40:58.682252 IP 192.168.4.81.68 > 192.168.4.253.67: UDP, length 304
            15:40:58.682557 IP 192.168.4.253.18184 > 192.168.4.81.68: UDP, length 300
            15:41:04.499847 IP 192.168.4.65.68 > 192.168.4.253.67: UDP, length 308
            15:41:04.500249 IP 192.168.4.253.18184 > 192.168.4.65.68: UDP, length 300
            15:42:03.221195 IP 192.168.4.81.68 > 192.168.4.253.67: UDP, length 304
            15:42:03.221489 IP 192.168.4.253.18184 > 192.168.4.81.68: UDP, length 300
            15:42:04.507527 IP 192.168.4.65.68 > 192.168.4.253.67: UDP, length 308
            15:42:04.507775 IP 192.168.4.253.18184 > 192.168.4.65.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

            S 1 Reply Last reply Reply Quote 0
            • 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
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.