• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
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.9k 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.
  • L
    liudger @liudger
    last edited by May 13, 2023, 12:06 PM

    I found the issue. The gateway settings were changed when updating. And these automatic setting didn't work.

    f17f8d27-8bc8-4be7-99cf-0056b66911f5-image.png

    Changed it back to the ipv4 interface. So the issue that only ipv6 connections were working.
    Also the gateway name is also suddenly all caps. This wasn't before. Maybe that is why it changed to other interface? Is this a bug?

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by May 13, 2023, 12:25 PM

      Hmm, weird it looks like you only have one enabled v4 gateway there. I would expect 'automatic' to always use that. It may have lost it's default route somehow, setting a new default gateway would restore that.

      L 1 Reply Last reply May 13, 2023, 12:33 PM Reply Quote 0
      • D
        DefenderLLC
        last edited by May 13, 2023, 12:29 PM

        Installed the next nightly RC build 23.05.r.20230513.0132. Is there a change log posted anywhere? Thanks.

        1 Reply Last reply Reply Quote 0
        • L
          liudger @stephenw10
          last edited by May 13, 2023, 12:33 PM

          @stephenw10 Yes that is what I would thought it would do. But also that it changed the gateway to automatic and that the name is suddenly all caps

          S 1 Reply Last reply May 13, 2023, 12:40 PM Reply Quote 0
          • F
            free99 @stephenw10
            last edited by May 13, 2023, 12:35 PM

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

            S 1 Reply Last reply May 13, 2023, 12:41 PM Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by May 13, 2023, 12:38 PM

              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
              • S
                stephenw10 Netgate Administrator @liudger
                last edited by May 13, 2023, 12:40 PM

                @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 May 13, 2023, 2:36 PM Reply Quote 0
                • S
                  stephenw10 Netgate Administrator @free99
                  last edited by May 13, 2023, 12:41 PM

                  @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 May 13, 2023, 2:36 PM

                    @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
                    • D
                      DefenderLLC
                      last edited by May 13, 2023, 7:00 PM

                      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

                      D 1 Reply Last reply May 15, 2023, 7:36 PM Reply Quote 0
                      • S
                        stephenw10 Netgate Administrator
                        last edited by May 13, 2023, 7:58 PM

                        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
                        • S
                          stephenw10 Netgate Administrator
                          last edited by May 13, 2023, 8:08 PM

                          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 May 14, 2023, 12:14 PM Reply Quote 0
                          • L
                            liudger @stephenw10
                            last edited by May 14, 2023, 12:14 PM

                            @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
                            • S
                              stephenw10 Netgate Administrator
                              last edited by May 14, 2023, 12:28 PM

                              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 May 14, 2023, 1:07 PM Reply Quote 1
                              • L
                                liudger @stephenw10
                                last edited by May 14, 2023, 1:07 PM

                                @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
                                • S
                                  stephenw10 Netgate Administrator
                                  last edited by May 14, 2023, 1:30 PM

                                  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 May 14, 2023, 6:04 PM Reply Quote 0
                                  • L
                                    liudger @stephenw10
                                    last edited by May 14, 2023, 6:04 PM

                                    @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
                                    • S
                                      stephenw10 Netgate Administrator
                                      last edited by May 14, 2023, 6:29 PM

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

                                      L 1 Reply Last reply May 14, 2023, 6:34 PM Reply Quote 0
                                      • L
                                        liudger @stephenw10
                                        last edited by May 14, 2023, 6:34 PM

                                        @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
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by May 14, 2023, 9:07 PM

                                          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
                                          49 out of 118
                                          • First post
                                            49/118
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received