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

    Firewall rules hitcount for pfSense 2.1.5 and 2.2.4

    Scheduled Pinned Locked Moved webGUI
    50 Posts 16 Posters 17.4k 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 Offline
      LinuxTracker
      last edited by

      @marcelloc:

      I suggest all who cant test to do it on 2.2 and/or 2.3-devel and comment on pull request. Maybe with more people testing, it get merged faster…

      Done.

      The more I play with this the more I like it.
      On mouseover, I get the data I was trying (unsuccessfully) to glean out of pfTop.

      1 Reply Last reply Reply Quote 0
      • marcellocM Offline
        marcelloc
        last edited by

        @LinuxTracker:

        The more I play with this the more I like it.

        me too.  :)

        @LinuxTracker:

        On mouseover, I get the data I was trying (unsuccessfully) to glean out of pfTop.

        Great!

        Treinamentos de Elite: http://sys-squad.com

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • marcellocM Offline
          marcelloc
          last edited by

          Send a new pull request with almost all code working on 2.3 with bootstrap.

          I'll need some help to adjust the code to popup traffic on rule click.
          The code is there but is not visible after ajax return.

          https://github.com/pfsense/pfsense/pull/1901

          Treinamentos de Elite: http://sys-squad.com

          Help a community developer! ;D

          1 Reply Last reply Reply Quote 0
          • B Offline
            brandur
            last edited by

            I noticed that 2.3 is nearing Beta stage. Has your great improvement been merged with 2.3(and approved)?

            SG-4860 w/128GB SSD & 8GB RAM

            1 Reply Last reply Reply Quote 0
            • marcellocM Offline
              marcelloc
              last edited by

              @brandur:

              I noticed that 2.3 is nearing Beta stage. Has your great improvement been merged with 2.3(and approved)?

              unfortunately no. :(

              Treinamentos de Elite: http://sys-squad.com

              Help a community developer! ;D

              1 Reply Last reply Reply Quote 0
              • B Offline
                brandur
                last edited by

                @marcelloc:

                @brandur:

                I noticed that 2.3 is nearing Beta stage. Has your great improvement been merged with 2.3(and approved)?

                unfortunately no. :(

                That is just very sad news  :'(
                Was there any particular reason it didn't "make it"?

                (Then the question becomes. Are you going to try to get it committed for a higher version?)

                SG-4860 w/128GB SSD & 8GB RAM

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bennyc
                  last edited by

                  Hmm, not nice because this was a super no brainer feature that was very very helpful  >:(
                  I see the pull request has a "CLA label". I have no idea for what CLA stands in this case  :-[ Could someone shed a light here?

                  4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                  1x PC Engines APU2C4, 1x PC Engines APU1C4

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    phil.davis
                    last edited by

                    I see the pull request has a "CLA label". I have no idea for what CLA stands in this case  :-[ Could someone shed a light here?[/quote]
                    That means that the contributor has correctly completed the relevant licensing agreement. So that is a good thing.

                    From the comments on https://github.com/pfsense/pfsense/pull/1901 it seems that there is some thought to add some support in binaries to make it more efficent to do. But for some reason progress in those comments stops in late Sep 2015.

                    As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                    If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                    1 Reply Last reply Reply Quote 0
                    • RonpfSR Offline
                      RonpfS
                      last edited by

                      Cool feature  ;)

                      However on 2.2.6 x32, with pfBlockerNG, it does break pftop/Label
                      Before it was : USERRULES: pfB_PR, after patching it shows :USERRULES: 1770001532

                      and the Status: System logs: Firewall Rule column
                      Instead of displaying pfB_PRI3 auto rule (1770001532) it shows 1770001532 (1770001532)

                      2.4.5-RELEASE-p1 (amd64)
                      Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                      Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                      1 Reply Last reply Reply Quote 0
                      • marcellocM Offline
                        marcelloc
                        last edited by

                        The trackerid is used to count rules match.
                        If it get merged one day we will need to change the way pfblocker get his rules.

                        Treinamentos de Elite: http://sys-squad.com

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          David_W
                          last edited by

                          @bennyc:

                          Hmm, not nice because this was a super no brainer feature that was very very helpful  >:(

                          I feel for marcelloc and everyone who finds this useful, as I know this is not the first time he's tried to get this merged.

                          I feel too for the core developers, as they face a difficult balance between trying to cram in extra features and trying to get 2.3 released as soon as possible. There seems now to be a real determination to get 2.3 released so that there is no need to revisit 2.2.x any further.

                          Based on a discussion I started in the 2.3 forum, I believe any new features or major changes have now missed the cut for 2.3. The RFC 4638 support I contributed was close to missing the cut, and only made it because it was a complete implementation, had no conflicts with the master branch and caused no regressions.

                          Hopefully, once 2.3 has released, there will be opportunity for this to be revisited by the necessary people.

                          Meanwhile, if marcelloc fixed the conflict(s) with master, those who find this useful could install this via System Patches (add .diff to the end of the pull request URL in a web browser, then create a patch using the URL that is shown in your web browser with a base directory of / and a path strip count of 2). This won't work until the conflict(s) are fixed.

                          1 Reply Last reply Reply Quote 0
                          • BBcan177B Offline
                            BBcan177 Moderator
                            last edited by

                            @marcelloc:

                            The trackerid is used to count rules match.
                            If it get merged one day we will need to change the way pfblocker get his rules.

                            pfBlockerNG is already using tracker IDs…

                            The issue with the current "Rule Count" code, is that its modifying the Description field in certain coditions which removes the human-readable text.... So I don't think the code in the pfBNG package needs to be changed. Let me know if you see it differently and I will consider making changes to the pfBNG code.

                            Thanks

                            "Experience is something you don't get until just after you need it."

                            Website: http://pfBlockerNG.com
                            Twitter: @BBcan177  #pfBlockerNG
                            Reddit: https://www.reddit.com/r/pfBlockerNG/new/

                            1 Reply Last reply Reply Quote 0
                            • marcellocM Offline
                              marcelloc
                              last edited by

                              Great. But first the code merge :)

                              Treinamentos de Elite: http://sys-squad.com

                              Help a community developer! ;D

                              1 Reply Last reply Reply Quote 0
                              • RonpfSR Offline
                                RonpfS
                                last edited by

                                @marcelloc:

                                The trackerid is used to count rules match.
                                If it get merged one day we will need to change the way pfblocker get his rules.

                                But the patches changes things in "Status: System logs: Firewall" and "pftop/Label", not the pfBlockerNG tabs.

                                2.4.5-RELEASE-p1 (amd64)
                                Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                                Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                                1 Reply Last reply Reply Quote 0
                                • L Offline
                                  loos Netgate
                                  last edited by

                                  I'm working to merge this request, but in a way it doesn't break any of existing code.

                                  We'll have this for 2.3.

                                  Thanks for this great contribution.

                                  1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    bennyc
                                    last edited by

                                    @loos:

                                    I'm working to merge this request, but in a way it doesn't break any of existing code.

                                    We'll have this for 2.3.

                                    Thanks for this great contribution.

                                    Sounds great, thanks !  :) :)

                                    4x XG-7100 (2xHA), 1x SG-4860, 1x SG-2100
                                    1x PC Engines APU2C4, 1x PC Engines APU1C4

                                    1 Reply Last reply Reply Quote 0
                                    • marcellocM Offline
                                      marcelloc
                                      last edited by

                                      It's close to get merged  8) after loos-br function added to 2.3

                                      https://github.com/pfsense/pfsense/pull/1901

                                      hit_count_23.PNG
                                      hit_count_23.PNG_thumb
                                      hit_count_23_02.PNG
                                      hit_count_23_02.PNG_thumb

                                      Treinamentos de Elite: http://sys-squad.com

                                      Help a community developer! ;D

                                      1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        brandur
                                        last edited by

                                        Exciting ;D
                                        (fingers crossed)

                                        SG-4860 w/128GB SSD & 8GB RAM

                                        1 Reply Last reply Reply Quote 0
                                        • JackLJ Offline
                                          JackL
                                          last edited by

                                          Congrats Marcelloc!

                                          Ou did an excellent work with the hitcount. I look forward to see the feature in pfSense 2.3! ;)

                                          []`s
                                          Jack

                                          Treinamentos de Elite: http://sys-squad.com
                                          Soluções: https://conexti.com.br

                                          1 Reply Last reply Reply Quote 0
                                          • V Offline
                                            Valex
                                            last edited by

                                            Great work marcelloc!
                                            Hope this feature will be in 2.3 because it is so useful.
                                            Last idea of Renato seems to be great too because you have dynamic counters without reloading the page.

                                            Edit: Seems like Renato is merging it ;)

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