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

    pfSense Plus Software Version 23.05 Release Candidate Now Available

    Scheduled Pinned Locked Moved Messages from the pfSense Team
    118 Posts 26 Posters 72.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.
    • F
      free99 @stephenw10
      last edited by

      @stephenw10 Do you know when it will be uploaded to the repo?

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

        Bug fixes. Platform recognition in Azure. Updating the repo data without packages present. PCAP page now handles interfaces that don't support VLANs correctly. Perhaps most exciting e1000 should now correctly handle VLAN0. Yay!

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

          @liudger said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

          the name is suddenly all caps

          Oh that's this: https://redmine.pfsense.org/issues/14057
          Those should always have been all upper case and a bug allowed them not to be which would break upgrades from earlier versions.

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

            @free99 said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

            @stephenw10 Do you know when it will be uploaded to the repo?

            I assume the CE > Plus repo? That will be after 23.05 is released. It should be very soon after because we are now able to test that in advance so we know it works as expected.

            1 Reply Last reply Reply Quote 1
            • L
              liudger @stephenw10
              last edited by

              @stephenw10
              Than why is the other gateway (IPv6) not all caps?
              74a767d7-6924-4a07-a61a-4f8da1b7c6b6-image.png

              1 Reply Last reply Reply Quote 0
              • DefenderLLCD
                DefenderLLC
                last edited by

                Is there a change log anywhere for the pfSense+ RC builds? I believe this is the 4th RC release. Have not noticed much between them.

                ad901f0f-feff-4efa-b85e-c7e74ec48de6-image.png

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

                  Good question. Perhaps the fix missed v6 gateways for some reason. Let me see if I can replicate...

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

                    Hmm, if you made a change to the v6 gateway it would have stored it in the config with the name at the time. Do you have gateway entries for either of those in your config file?

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      liudger @stephenw10
                      last edited by

                      @stephenw10
                      This part of the config?

                      <gateways>
                      		<defaultgw4>KPN_SECOND_PPPOE</defaultgw4>
                      		<defaultgw6>KPN_Second_DHCP6</defaultgw6>
                      		<gateway_item>
                      			<interface>wan</interface>
                      			<gateway>dynamic</gateway>
                      			<name>KPN_Second_DHCP6</name>
                      			<weight>1</weight>
                      			<ipprotocol>inet6</ipprotocol>
                      			<descr><![CDATA[Interface KPN_Second_DHCP6 Gateway]]></descr>
                      			<monitor_disable></monitor_disable>
                      			<gw_down_kill_states></gw_down_kill_states>
                      			<monitor>2606:4700:4700::1112</monitor>
                      		</gateway_item>
                      	</gateways>
                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Yes, exactly! You only have an entry for the v6 gateway which is why it shows like that. The v4 gateway is still completely dynamically generated.

                        For most users the opposite it true. If they had ever made a change to gateway it will create an config entry for it and those should have been all upper case names. When this bug was introduced and gateways stopped being forced to all upper case causing issues for anything referencing it as upper case. This is now fixed. Unfortunately it appears you created the gateway entry while the bug was still in play. I would remove the gateway entry from the config, reboot, then recreate it from dynamically created gateway entry which will now be all upper case.

                        Steve

                        L 1 Reply Last reply Reply Quote 1
                        • L
                          liudger @stephenw10
                          last edited by

                          @stephenw10
                          You mean edit this file? Remove the whole part?

                          		<defaultgw6>KPN_Second_DHCP6</defaultgw6>
                          		<gateway_item>
                          			<interface>wan</interface>
                          			<gateway>dynamic</gateway>
                          			<name>KPN_Second_DHCP6</name>
                          			<weight>1</weight>
                          			<ipprotocol>inet6</ipprotocol>
                          			<descr><![CDATA[Interface KPN_Second_DHCP6 Gateway]]></descr>
                          			<monitor_disable></monitor_disable>
                          			<gw_down_kill_states></gw_down_kill_states>
                          			<monitor>2606:4700:4700::1112</monitor>
                          		</gateway_item>
                          

                          or use the GUI?

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

                            Yes, that's what I would do there. The alternative would be to correct the cases yourself but that's more open to error IMO.

                            Steve

                            L 1 Reply Last reply Reply Quote 0
                            • L
                              liudger @stephenw10
                              last edited by

                              @stephenw10
                              I was able to just delete the interface from the routing GUI and it just reappeared with CAPS. The thing is that is was again on automatic and that didn't work. Is this broken? When I set the correct gateway it did work. The other inactive gateways were already removed.

                              So this config with automatic doesn't work:
                              f1c66cca-2f1a-41dc-ab4d-8b9aa9ca99b4-image.png

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

                                Check the default route is present in Diag > Routes in that situation. It should not be removed though.

                                L 1 Reply Last reply Reply Quote 0
                                • L
                                  liudger @stephenw10
                                  last edited by

                                  @stephenw10
                                  If I switch back to automatic internet still works. Also the default gateway is correct. Shall I test again with deleting a gateway?

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

                                    If you delete the gateway that is the current default that would remove the default route.

                                    You may be hitting part of this: https://redmine.pfsense.org/issues/12920

                                    1 Reply Last reply Reply Quote 1
                                    • Dobby_D
                                      Dobby_ @DefenderLLC
                                      last edited by

                                      @defenderllc

                                      pfSense plus 23.05 RC.jpg

                                      Runs like a charme and was updating fast.

                                      #~. @Dobby

                                      Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                                      PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                                      PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

                                      DefenderLLCD 1 Reply Last reply Reply Quote 0
                                      • DefenderLLCD
                                        DefenderLLC @Dobby_
                                        last edited by

                                        @dobby_ said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

                                        @defenderllc

                                        pfSense plus 23.05 RC.jpg

                                        Runs like a charme and was updating fast.

                                        All 5 RCs have been super fast to install - just wondering what the daily changes have been...

                                        R 1 Reply Last reply Reply Quote 1
                                        • R
                                          rcoleman-netgate Netgate @DefenderLLC
                                          last edited by

                                          @defenderllc said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

                                          All 5 RCs have been super fast to install - just wondering what the daily changes have been...

                                          Check the redmines that were closed on or about the days of the RCs.

                                          Ryan
                                          Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                                          Requesting firmware for your Netgate device? https://go.netgate.com
                                          Switching: Mikrotik, Netgear, Extreme
                                          Wireless: Aruba, Ubiquiti

                                          DefenderLLCD 1 Reply Last reply Reply Quote 2
                                          • DefenderLLCD
                                            DefenderLLC @rcoleman-netgate
                                            last edited by

                                            @rcoleman-netgate said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

                                            @defenderllc said in pfSense Plus Software Version 23.05 Release Candidate Now Available:

                                            All 5 RCs have been super fast to install - just wondering what the daily changes have been...

                                            Check the redmines that were closed on or about the days of the RCs.

                                            I thought that was just for pfSense CE. Awesome, thanks!

                                            https://redmine.pfsense.org/projects/pfsense-plus

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