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

    PfBlockerNG

    Scheduled Pinned Locked Moved pfBlockerNG
    1.2k Posts 210 Posters 1.8m 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.
    • J
      JohnPFsense
      last edited by

      What a nice surprise to see an update for pfblocker. I didnt expect i to to come for a couple of weeks. Totally awsome.
      Everything works great. I see some really clever things in the new NG package. Lots of shiny new options.

      One minor thing. The header field was a little strange. Im used to a header meaning something to ignore  as actual input. So my immediate intuition was to input something like a # because my lists did not load right and the force update said:
      ** TERMINATED - Header contains Blank/International/Special or Spaces

      But I found in the forum that its a header like a description. So maybe a little description for header would be helpfull.

      Congratulations BBcan177 for your achievement

      1 Reply Last reply Reply Quote 0
      • Z
        zerodamage
        last edited by

        I am having a problem getting the lists from i-blocklist.com to work on this. What format should I select on the i-blocklist website and what format on the new pfblockerng? Anyone gotten this to work?

        Nevermind. Everything I need to know is there. I just looked over it. Sorry about that all.

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

          In v1.01 I have found a bug that doesn't allow cron to Update the Lists as per the Frequency setting in the Alias. While adding the "Anonymous Proxy and Satellite Providers" to the code, I added a new function that is in my Dev version of pfBNG but I unfortunately missed to add a variable. You can see in the Widget, the last Updated Timestamp of the Aliases.

          I have posted a Pull Request to fix this issue. It also includes some other improvments.

          So until its merged, you can follow any ONE of these steps to fix this issue:

          Apply this patch using system patches      OR      Manually edit this File and add the part in blue.

          /usr/local/www/pfblockerng/pfblockerng.php  on  Line 150  and add the missing variable.

          function pfb_update_check($header_url, $list_url, $url_format) {
                        to
                function pfb_update_check($header_url, $list_url, $url_format, $pfbfolder) {

          
          --- /usr/local/www/pfblockerng/pfblockerng.php
          +++ /usr/local/www/pfblockerng/pfblockerng.php
          @@ -147,7 +147,7 @@
           if ($uname['machine'] == "amd64")
                  ini_set('memory_limit', '256M');
          
          -function pfb_update_check($header_url, $list_url, $url_format) {
          +function pfb_update_check($header_url, $list_url, $url_format, $pfbfolder) {
                  global $pfb;
                  $pfb['cron_update'] = FALSE;
          
          

          After applying this patch or manually editing the file, running "Force Cron" will update the files but only if the Alias Frequency Setting is within the current Hour or wait for the next Cron event to update the files as required.

          Sorry about the trouble!

          "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
          • BBcan177B
            BBcan177 Moderator
            last edited by

            @JohnPFsense:

            One minor thing. The header field was a little strange. Im used to a header meaning something to ignore  as actual input. So my immediate intuition was to input something like a # because my lists did not load right and the force update said:
            ** TERMINATED - Header contains Blank/International/Special or Spaces

            But I found in the forum that its a header like a description. So maybe a little description for header would be helpfull.

            I was going to name it "filename" but I think it can also be misleading (users might think to enter the URL filename there)

            There is a description of what a Header should be just above the URL settings in each alias. Suggestions are always welcome!  :)

            "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
            • F
              fragged
              last edited by

              Seems like the Force Cron button deletes the cron job:

              
              0  	*  	*  	*  	*  	root  	/usr/local/bin/php /usr/local/www/pfblockerng/pfblockerng.php cron >> /var/log/pfblockerng/pfblockerng.log 2>&1  
              
              

              Happens with and without that change to line 150 of pfblockerng.php. Can anyone else confirm this or have I managed to totally mess up my installation? :)

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

                @fragged:

                Seems like the Force Cron button deletes the cron job:

                When you select any of the "Force" Icons, the first step is to remove any Cron tasks that are defined. This prevents a collision with a Cron task that could be called while the Manual task is still in process.

                Once the "Force" (Update, Cron or Reload) are completed, it will add the Cron task back to the Cron Manager.

                "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
                • F
                  fragged
                  last edited by

                  @BBcan177:

                  @fragged:

                  Seems like the Force Cron button deletes the cron job:

                  When you select any of the "Force" Icons, the first step is to remove any Cron tasks that are defined. This prevents a collision with a Cron task that could be called while the Manual task is still in process.

                  Once the "Force" (Update, Cron or Reload) are completed, it will add the Cron task back to the Cron Manager.

                  Ok, so the problem then is that the page never stops loading even than the log part shows the job finished.

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

                    @fragged:

                    Ok, so the problem then is that the page never stops loading even than the log part shows the job finished.

                    ok. That is a small bug… The Window is still spinning as its waiting for a string

                    "UPDATE PROCESS ENDED"

                    but in Force Cron, it never sees that String... I will add a fix for that. But the task did complete when it outputs "CRON  PROCESS  ENDED". You can move away from the Tab or click "End View"

                    EDIT: Yup.. It won't add the Cron Task back as it didn't complete the function.

                    Click "Save" in the "General Tab" and it will be added.

                    "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
                    • F
                      fragged
                      last edited by

                      @BBcan177:

                      @fragged:

                      Ok, so the problem then is that the page never stops loading even than the log part shows the job finished.

                      ok. That is a small bug… The Window is still spinning as its waiting for a string

                      "UPDATE PROCESS ENDED"

                      but in Force Cron, it never sees that String... I will add a fix for that. But the task did complete when it outputs "CRON  PROCESS  ENDED". You can move away from the Tab or click "End View"

                      It seems to work (adds the cron job back) if it actually does something. It didn't recreate the cronjob if the result was "No Updates required.".

                      Now I noticed another possible issue. The update code doesn't match the remote timestamp correctly for a particular list all of the sudden. (List = http://www.spamhaus.org/drop/edrop.txt)

                      
                      [ SpamHDrop1 ]
                        Remote timestamp: Tue,  3 Feb 2015 10:41:35 GMT
                        Local  timestamp: Tue, 03 Feb 2015 10:41:35 GMT
                        Updates Found
                      
                      

                      I seem to be able to break everything I touch today :(

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

                        @fragged:

                        
                        [ SpamHDrop1 ]
                          Remote timestamp: Tue,  3 Feb 2015 10:41:35 GMT
                          Local  timestamp: Tue, 03 Feb 2015 10:41:35 GMT
                          Updates Found
                        
                        

                        Spamhaus is using a single digit day while they should be using a two digit day. I have it on my list to follow up with them.

                        "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
                        • dennypageD
                          dennypage
                          last edited by

                          The filename should be "/usr/local/www/pfblockerng/pfblockerng.php"

                          @BBcan177:

                          /usr/local/www/pfblockerng.php  on  Line 150  and add the missing variable.

                          function pfb_update_check($header_url, $list_url, $url_format) {
                                        to
                                function pfb_update_check($header_url, $list_url, $url_format, $pfbfolder) {

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sn3ak
                            last edited by

                            Feature Request:

                            Allow 1,5,15,30 min interval for Update Frequency. I realize historically this has been forced minimum 1hr to force people to be good net-citizens, but having a faster update frequency would be preferred for internal lists. I admit 1min may be excessive, but the rest are reasonable for internal use lists.

                            I like to use different software/scripts to generate block lists on my machines behind the pfSense box, and have pfBlocker poll those lists. 1 hour is too long, as most attackers will give up in that time frame. Think of the SSH script kiddy or email spammer that are pounding on the machine for a short period of time. Since I may have multiple IP's forwarded to similar services (behind pfSense) it is convenient to have the list on pfSense so it's protecting all hosts, instead of the one getting pounded before the person moves on to the second or third.

                            This is actually all I use pfBlocker for, along with a few friends.

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

                              There is a new Pull Request #808 to fix the issues reported by Fragged and jflsakfja.

                              pfBNG - v1.03

                              1. When Using "Force Cron" and "no updates" were found, the final process would not complete. This resulted in the active Cron task not being restored.
                              2. XMLRPC Sync - Added MaxMind "Anonymous Proxy and Satellite providers"

                              "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
                              • BBcan177B
                                BBcan177 Moderator
                                last edited by

                                @Sn3ak:

                                Feature Request:

                                Allow 1,5,15,30 min interval for Update Frequency.

                                Yes this is functionality that I want to add. I don't expect to get to it soon thou. Lots of things to do, so little time… However, I would expect to use 15,30,45 mins time frames...

                                "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
                                • J
                                  jonna99
                                  last edited by

                                  Hi!
                                  Thanks for the new PfblockerNG.
                                  Should be exellent from what I understand. However I cannot use it since the countrylists IPv4 are empty. What am I missing? :-)

                                  I tried to delete the package and made a reinstall but the result is the same.

                                  Version 1.02

                                  Thanks
                                  Jonna

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

                                    @jonna99:

                                    However I cannot use it since the countrylists IPv4 are empty. What am I missing? :-)

                                    Can you provide some more details? Screenshots etc…

                                    "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
                                    • J
                                      jonna99
                                      last edited by

                                      Ok thank you.
                                      Using clean install of pfSense-memstick-2.2-RELEASE and Pfblocker 1.02. Have been using the old Pfblocker without problems before.
                                      I find nothing wrong in logs although I´m not sure where  to find everything.
                                      The countrylists top-20 spammers (jpeg5) are filled but not the other ones under tab Europe eg.

                                      Jonna

                                      Capture2.JPG
                                      Capture1.JPG
                                      Capture3.JPG
                                      Capture4.JPG
                                      Capture5.JPG
                                      Capture1.JPG_thumb
                                      Capture2.JPG_thumb
                                      Capture3.JPG_thumb
                                      Capture4.JPG_thumb
                                      Capture5.JPG_thumb

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

                                        @jonna99:

                                        The countrylists top-20 spammers (jpeg5) are filled but not the other ones under tab Europe eg.

                                        Thanks jonna99,

                                        It seems that the Maxmind Files did not download? Thats why you see in the Continent pages

                                        "Warning: Invalid Argument Supplied"

                                        I can send you the command to update the MaxMind Database, but I would like to see if I can understand the circumstances that led to this issue for you? There is a log file called "geoip.log" in the Log Browser, can you PM me with those details.

                                        "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
                                        • L
                                          LinuxTracker
                                          last edited by

                                          (Edit: 2.2-RELEASE (amd64) pfBlockerNG 1.02)

                                          I found a minor bug on the Alerts tab where the displayed rule is sometimes incorrect.

                                          I've seen this a few times since yesterday (2 diff machines) and it seems to be displaying the rule from the previous entry.

                                          If I get several entries in from the same list in-a-row and the 1st one is wrong, the subsequent ones are wrong too.

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

                                            Hi LinuxTracker,

                                            There seems to be a big spread of time between those Alerts. Could it be that you added the Asia Continent after Spamhaus was already downloaded?

                                            Do you have enable "De-duplication" checked in the General tab?

                                            I would suggest to clear the Firewall Log and execute a "Force Reload", this will refresh all of the databases and then see how it goes from there.

                                            "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
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.