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

    Alerts not showing all entries, just last hour or so.+ issue updating

    Scheduled Pinned Locked Moved pfBlockerNG
    5 Posts 3 Posters 1.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.
    • R
      robnitro
      last edited by

      Hi,
      I'm on release 232 p1, pfblocker 2114  (latest)

      2 issues here:
      -In alerts log I am only seeing the last hour or so.  I set filter to show 200 entries for deny, but never it will show that much.  Am I missing a setting here?  In the firewall log, showing 300 entries on the UI, it goes 3 hours back.

      -When I force an update (after I change my iblocklist custom list choices) it will not redownload the list.  It doesnt see that things changed.  Is there a force interval?  I used to be able to force it, now no?
      OTHERSrobcustom is my custom list that I use through iblocklist which provides gz/7z/bz  compressed formats of cidr/p2p lists.  I prefer p2p because the list is legible with name comments.

       UPDATE PROCESS START [ 10/25/16 18:00:27 ]
      
      Clearing all DNSBL Feeds... 
      ** DNSBL Disabled **
      
      ===[  Continent Process  ]============================================
      
      ===[  IPv4 Process  ]=================================================
      
      [ ALLOWsROB ]		 exists. [ 10/25/16 18:00:28 ]
      [ ALLOWsROB_custom ]	 exists.
      [ OTHERSrobcustom ]	 exists.
      
      ===[  IPv6 Process  ]=================================================
      
      ===[  Aliastables / Rules  ]==========================================
      
      No changes to Firewall rules, skipping Filter Reload
      No Changes to Aliases, Skipping pfctl Update
      
      ===[  Kill States  ]==================================================
      
       No matching states found
      ======================================================================
      
       UPDATE PROCESS ENDED [ 10/25/16 18:00:32 ]
      
      1 Reply Last reply Reply Quote 0
      • R
        robnitro
        last edited by

        Logs seem to be ok now, I had to remove global logging.  Somehow that was truncating things.

        Still the updater is confusing.  An update on my iblocklist custom list does not get updated, I used a script to update manually

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

          The IP Alerts page utilizes the pfSense Firewall Log. So you might want to increase the Firewall log size to get more data…

          Did you set the "Update Frequency" setting for this Alias? If you are using the custom list, there is an option at the bottom of the page that needs to be selected if you want a Force Update to pickup the changes... "Update Custom List".... Otherwise the Alias is updated as per the "Update Frequency" setting...

          "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
          • R
            robnitro
            last edited by

            I'm not using a custom list, but a link to an iblocklist list.  One is my own list where you can select multiple lists and it gives you a single link.  It was useful for openwrt which was flaky with ipset block lists.

            The update frequency is set to once a day.  Should it be put as never, and instead cron handles updates?  I'm confused.

            Anyway for a manual way to force an update, a little itty bitty script:

            root/# cat /usr//local/sbin/pfblockerforce.sh
            #!/bin/sh
            ############################################
            #
            # pfblocker force update robs
            #
            ############################################
            
            echo "===================="
            echo "Backup and Deleting Lists"
            logger "PFBLOCKER DELETING LISTS"
            cp -R /var/db/pfblockerng/deny /var/db/pfblockerng/denyBAK
            cp -R /var/db/pfblockerng/permit /var/db/pfblockerng/permitBAK
            
            rm -f /var/db/pfblockerng/deny/*
            rm -f /var/db/pfblockerng/permit/*
            echo "===================="
            echo "RELOAD LISTS"
            logger "PFBLOCKER RELOADING LISTS"
            
            /usr/local/bin/php /usr/local/www/pfblockerng/pfblockerng.php update
            
            echo "reload done"
            logger "PFBLOCKER LISTS RELOADED"
            
            
            1 Reply Last reply Reply Quote 0
            • RonpfSR
              RonpfS
              last edited by

              Iblocklist lists are not very up to date, check http://iplists.firehol.org/ to see when they were last updated, only 6 lists were updated lately as of today.

              You should probably take your lists from the source and not third party like iblocklist.com

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