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

    pfSense Plus Software Version 23.05 Release Candidate Now Available

    Messages from the pfSense Team
    26
    118
    62.5k
    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 @markster
      last edited by

      @markster Sorry for the later reply. I can't ping ip certain ip's, but some websites work and some doesn't (doesn't make sense for me still). When I turn off pfblocker it doesn't make a difference.

      This site is still reachable for example.

      if I ping 8.8.8.8 I get this:

      Request timeout for icmp_seq 1
      92 bytes from pfsense.liudimation.com (10.0.2.1): Destination Host Unreachable
      Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
       4  5  00 5400 1a95   0 0000  3f  01 44ca 10.0.2.59  8.8.8.8 
      
      

      What is the next step to trouble shoot?

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

        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
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          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 Reply Quote 0
          • DefenderLLCD
            DefenderLLC
            last edited by

            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

              @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

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