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

    pfBlockerNG-devel v3.1.0_19/10

    Scheduled Pinned Locked Moved pfBlockerNG
    77 Posts 17 Posters 17.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.
    • Alejo 0A
      Alejo 0 @BBcan177
      last edited by

      @bbcan177 Thanks for your hard work and commitment !

      The darker the night, the brighter the stars.

      1 Reply Last reply Reply Quote 0
      • fireodoF
        fireodo @BBcan177
        last edited by fireodo

        @bbcan177
        Thanks!

        On the alerts configuration page is this issue still present:

        "Enter 'none' to disable." If in the color field (in GUI) you put "none" it is not getting validated/accepted!
        1673030016538-alerts.png
        The value is going back to #83791D and disregard the "none" and there is the following error in /var/log/pfblockerng/error.log:

        PFB_FILTER - 20 | alerts hex [ 01/19/23 18:18:45 ] Failed validation [ none ]

        Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
        SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
        pfsense 2.7.2 CE
        Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

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

          @fireodo said in pfBlockerNG-devel v3.1.0_19/10:

          PFB_FILTER - 20 | alerts hex [ 01/19/23 18:18:45 ] Failed validation [ none ]

          Edit: /usr/local/pkg/pfblockerng/pfblockerng.inc
          Line: 612
          Reference:
          https://github.com/pfsense/FreeBSD-ports/blob/devel/net/pfSense-pkg-pfBlockerNG-devel/files/usr/local/pkg/pfblockerng/pfblockerng.inc#L612

          From:

          if (preg_match("/^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/", $input)) {
          

          To:

          if ($input == 'none' || preg_match("/^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/", $input)) {
          

          "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/

          fireodoF 1 Reply Last reply Reply Quote 1
          • fireodoF
            fireodo @BBcan177
            last edited by fireodo

            @bbcan177 said in pfBlockerNG-devel v3.1.0_19/10:

            @fireodo said in pfBlockerNG-devel v3.1.0_19/10:

            PFB_FILTER - 20 | alerts hex [ 01/19/23 18:18:45 ] Failed validation [ none ]

            Edit: /usr/local/pkg/pfblockerng/pfblockerng.inc
            Line: 612
            Reference:
            https://github.com/pfsense/FreeBSD-ports/blob/devel/net/pfSense-pkg-pfBlockerNG-devel/files/usr/local/pkg/pfblockerng/pfblockerng.inc#L612

            From:

            if (preg_match("/^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/", $input)) {
            

            To:

            if ($input == 'none' || preg_match("/^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/", $input)) {
            

            Thank you - now it works as expected! 🤗
            That was super fast!

            Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
            SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
            pfsense 2.7.2 CE
            Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

            1 Reply Last reply Reply Quote 0
            • J
              jdeloach @BBcan177
              last edited by

              @bbcan177
              Just updated to latest version v3.1.0_10 on pfSense 2.6.0 with no issues. I am now evaluating things. So far I have not seen any issues with what I use.

              Thanks for hard work you put into maintaining/supporting this great package.

              1 Reply Last reply Reply Quote 0
              • fireodoF
                fireodo @BBcan177
                last edited by fireodo

                @bbcan177
                Hi again,

                ( @BBcan177 - please dont shoot 😀 )

                when I set in the Dashboard Widget pfblocker to reset the IP&DNSBL Counter weekly I get this entry in cron:

                1673353335677-cron-pfb-1.jpeg

                after this cronjob is executed:
                1673353471027-cron-pfb-3.jpeg

                the DNSBL/IP-Counter Reset is again at Daily:
                Bildschirmfoto 2023-01-19 um 19.05.57.png

                Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                pfsense 2.7.2 CE
                Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                motivioM 1 Reply Last reply Reply Quote 0
                • motivioM
                  motivio @fireodo
                  last edited by

                  @fireodo I‘ve seen this too. I was wondering what is causing it.

                  fireodoF 1 Reply Last reply Reply Quote 0
                  • fireodoF
                    fireodo @motivio
                    last edited by

                    @motivio said in pfBlockerNG-devel v3.1.0_19/10:

                    I‘ve seen this too. I was wondering what is causing it.

                    I think (guess) there are 2 different places where the cron entrys are generated and those 2 places dont talk to each other ... simply said ...

                    Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                    SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                    pfsense 2.7.2 CE
                    Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                    1 Reply Last reply Reply Quote 0
                    • P
                      pfT
                      last edited by

                      BBcan177,

                      At last a chance to thank you for all your work.

                      Not sure if this is a regression in the latest release or not, since I usually set my ASN aliases to hold.

                      I noticed that on update of any ASN aliases I am getting the error:

                      [ AS13076_v4 ]			 Downloading update .
                       Failed
                       Invalid URL. Terminating Download! [ AS13076 ]
                      

                      The error log shows basically the same thing:

                      [PFB_FILTER - 2] Invalid URL (not allowed2) [ AS13076 ] [ 01/19/23 16:31:01 ]
                      [PFB_FILTER - 2] Invalid URL (not allowed2) [ AS13076 ] [ 01/19/23 16:34:07 ]
                       Failed [ 01/19/23 16:34:07 ]
                      [PFB_FILTER - 2] Invalid URL (not allowed2) [ AS13076 ] [ 01/19/23 16:34:07 ]
                      

                      I tried several different ASN, so not a specific problem with the example given.

                      I don't know the format of the URL created so I couldn't test it separately in the browser.

                      Not a big issue for the current ASN aliases I am using (since they are on HOLD), but does stop me creating new ones and may be more of a problem for others if they need to use them.

                      Otherwise everything appears to be working well - unbound even started after the update!

                      Thanks.

                      fireodoF 1 Reply Last reply Reply Quote 0
                      • fireodoF
                        fireodo @pfT
                        last edited by

                        @pft

                        Here too. Error thrown is:

                        [PFB_FILTER - 2] Invalid URL (not allowed2) [ AS47890 ] [ 01/20/23 00:09:28 ]
                         Failed [ 01/20/23 00:09:28 ]
                        

                        Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                        SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                        pfsense 2.7.2 CE
                        Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                        1 Reply Last reply Reply Quote 0
                        • E
                          emikaadeo
                          last edited by

                          v3.1.0_10 still not available for pfSense+ 22.05 (amd64) ?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            manilx @emikaadeo
                            last edited by

                            @emikaadeo Wondering about the same.....

                            Netgate 8200max

                            fireodoF 1 Reply Last reply Reply Quote 0
                            • fireodoF
                              fireodo @manilx
                              last edited by

                              @manilx said in pfBlockerNG-devel v3.1.0_19/10:

                              Wondering about the same.....

                              <guess> Set on hold because of some issues? </guess>

                              Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                              SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                              pfsense 2.7.2 CE
                              Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                              cmcdonaldC 1 Reply Last reply Reply Quote 0
                              • cmcdonaldC
                                cmcdonald Netgate Developer @fireodo
                                last edited by

                                @fireodo

                                Try again. Another package was failing and thus blocking the build job for 22.05 packages.

                                Need help fast? https://www.netgate.com/support

                                fireodoF M 2 Replies Last reply Reply Quote 1
                                • fireodoF
                                  fireodo @cmcdonald
                                  last edited by

                                  @cmcdonald said in pfBlockerNG-devel v3.1.0_19/10:

                                  @fireodo

                                  Try again. Another package was failing and thus blocking the build job for 22.05 packages.

                                  👍 Its available now!

                                  Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                                  SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                                  pfsense 2.7.2 CE
                                  Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                                  1 Reply Last reply Reply Quote 1
                                  • M
                                    manilx @cmcdonald
                                    last edited by

                                    @cmcdonald Installed!

                                    Netgate 8200max

                                    BBcan177B 1 Reply Last reply Reply Quote 1
                                    • BBcan177B
                                      BBcan177 Moderator @manilx
                                      last edited by BBcan177

                                      I have pushed another version to fix a couple of issues. So expect to see _20 or _11 depending on what pfSense version you use. 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/

                                      M fireodoF J P 4 Replies Last reply Reply Quote 6
                                      • M
                                        manilx @BBcan177
                                        last edited by

                                        @bbcan177 Just updated to _11.
                                        All OK.

                                        Netgate 8200max

                                        1 Reply Last reply Reply Quote 0
                                        • fireodoF
                                          fireodo @BBcan177
                                          last edited by

                                          @bbcan177
                                          Updated to 3.1.0_11 - all good! Thanks

                                          Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                                          SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                                          pfsense 2.7.2 CE
                                          Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                                          1 Reply Last reply Reply Quote 1
                                          • J
                                            jdeloach @BBcan177
                                            last edited by

                                            @bbcan177
                                            Updated from v3.1.0_10 to v3.1.0.11 with no issues.

                                            Thanks for the quick update.

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