• Upgrade to newer pfblockerng have get error.

    2
    0 Votes
    2 Posts
    812 Views
    GrimsonG
    @akong77 said in Upgrade to newer pfblockerng have get error.: Hello, I upgrade lastest pfblockerng have got error.I use some command fix php error. ,,, ssh to pfsense cd /usr/local/lib/php/ ln -s 20170718/ 20131226 That is not a fix, it just messes up things more. https://forum.netgate.com/topic/135895/package-update-triggers-only-half-2-4-4-update
  • pfBlockerNG-devel 2.2.5_17: IP Alerts list (Deny) not showing alerts

    7
    0 Votes
    7 Posts
    1k Views
    RonpfSR
    @aritus On my box I have selected WAN for Inbound, and LAN for Outbound.
  • pfBlockerNG-devel 2.2.5_17 + 2.4.4 (Uncaught Fatal Error)

    2
    0 Votes
    2 Posts
    332 Views
    A
    Ok, to anyone else running into this issue you need to ensure the "Keep Settings" is unchecked in the General Tab and then uninstall the package. Once that is done reinstall the package and it should work.
  • Is Hiding DNSBL Alerts without Whitlisting Possible?

    5
    0 Votes
    5 Posts
    896 Views
    Z
    Oh, I see what you mean now! Thanks again.
  • pfBlockerNG and 1.1.1.1 - possible solution.

    8
    0 Votes
    8 Posts
    1k Views
    dragoangelD
    @BBcan177 P.S. after your post I launch update to devel version, and all goes smooth like a charm - need only to launch cron update from pfBlockerNG menu (i'm not use easylists), new menus, autocomplite for GeoIP, ASNs and other functions is awesome!
  • PRIX

    1
    0 Votes
    1 Posts
    433 Views
    No one has replied
  • pfBlockerNG - 2.2.5_16 pfb_filter

    17
    0 Votes
    17 Posts
    3k Views
    SnowaksS
    Thanks
  • Whitelisting From Alerts Page Not Working

    15
    0 Votes
    15 Posts
    1k Views
    M
    Thanks, works perfectly now.
  • DNS over TLS - 2.4.3 to 2.4.4

    4
    0 Votes
    4 Posts
    2k Views
    jimpJ
    No, you do not.
  • DNSBL (DEV) Stopped working after 2.4.4 upgrade

    5
    0 Votes
    5 Posts
    1k Views
    V
    I was able to get DNS resolver errors above corrected with this post https://forum.netgate.com/topic/106011/solved-pfblockerng-reloading-unbound-fails/11 After the above, resting Resolver settings (just clearing all setting then adding back the same settings) and a reboot it appears to be working again. Thanks for the help!
  • GeoIP and NAT

    8
    0 Votes
    8 Posts
    1k Views
    GrimsonG
    @cgeo said in GeoIP and NAT: But my point remains. Shouldn't this be visible in the firewall logs ? You have the source IP alias already in the NAT rule, so it will not process the port redirect from IPs not covered in that alias. As such the firewall simply sees a connection from your LAN to your WAN address, this is allowed by the default LAN-to-any rule (if it still exists in your config), and so it wont be logged. With this config you simply try to connect to pfSense on a port that is likely not in use.
  • 2.4.4 upgrade messed pfBNG (beta)?!

    4
    0 Votes
    4 Posts
    904 Views
    boukeB
    @bbcan177 Thanks BBcan177. This fixed it for me
  • maxmind.com blocked by QuidSup Trackers

    3
    0 Votes
    3 Posts
    579 Views
    PuchoP
    Great, thanks! Completely overlooked it. I'll have a look at threat look up thing. I won't hesitate in the future to open a GitHub issue with the maintainers if after some investigation it turns out to be a false positive.
  • 0 Votes
    4 Posts
    723 Views
    BBcan177B
    With all the changes in PHP7, a commit was added to the installer code that created some empty XML tags. <config></config> This will be fixed in the next version which should be out soon. However, you can follow these steps below to fix this issue now: First make a backup of the config.xml from the: pfSense Diagnostics > Backup & Restore Tab: Then paste the following PHP code which will cleanup the empty XML tags into: pfSense > Diagnostics > Command Prompt > Execute PHP Commands: $upgrade_type = array('pfblockernglistsv4', 'pfblockernglistsv6', 'pfblockerngdnsblsettings', 'pfblockerngafrica', 'pfblockerngantarctica', 'pfblockerngasia', 'pfblockerngeurope', 'pfblockerngnorthamerica', 'pfblockerngoceania', 'pfblockerngsouthamerica', 'pfblockerngtopspammers', 'pfblockerngproxyandsatellite'); foreach ($upgrade_type as $type) { if (is_array($config['installedpackages'][$type]['config'])) { if (empty($config['installedpackages'][$type]['config'][0])) { unset($config['installedpackages'][$type]['config'][0]); print "\n| Removed | {$type} | Empty XML Tag"; } } } write_config('pfBlockerNG - Fix empty XML tags'); Then hit the Execute button for the code to run.
  • pfBlockerNG-devel TLD

    3
    0 Votes
    3 Posts
    1k Views
    R
    @BBcan177 so I have "Mem: 5293M Active, 734M Inact, 3236K Laundry, 1055M Wired, 742M Buf, 764M Free Swap: 3881M Total, 94M Used, 3787M Free, 2% Inuse" This is a Qotom mini pc with one sodium memory slot. 8 gig was the max I could get. It seems to idle around 81% not sure if that will go up as more users are on my network. I am just wondering if it's hits 100% for some periods of time if this will cause issues. I remove squid as well and it went down to about 71% but I like squid for the built in virus scanner. I don't really need the proxy as I have a fast fiber internet connection but it's part of the package... If it stays at near 100% I will need try what you suggested with TLDs cn or ru... etc Thanks for the tips
  • pfBlockerNG firewall filter service stopped

    2
    0 Votes
    2 Posts
    705 Views
    GrimsonG
    @harison said in pfBlockerNG firewall filter service stopped: What do think? thank I think you need glasses: https://forum.netgate.com/topic/136069/pfblockerng-2-2-5_16-pfb_filter
  • 2.1.4_10 on pfSense 2.4.4 - pfBlockerNG Alerts Error

    4
    0 Votes
    4 Posts
    573 Views
    S
    Thanks for the follow up!
  • Missing /usr/local/lib/php/20131226/

    6
    0 Votes
    6 Posts
    796 Views
    BBcan177B
    @reg1982 I posted to you in another thread... pls try those steps...
  • pfBlockerNG - Devel question/Feedback

    2
    0 Votes
    2 Posts
    437 Views
    S
    Until BBcan177 can reply I will tell you my lists as a starting point. I would recommend the top two if your system can handle it. What is your hardware setup? Malicious (disable "Malekal_Hosts" as it's a paid service) hpHosts Cryptojackers
  • Issue with PFBlocker v2.1.4_11

    5
    0 Votes
    5 Posts
    746 Views
    BBcan177B
    @paint said in Issue with PFBlocker v2.1.4_11: PM'ed you my list Thanks! PR here: https://github.com/pfsense/FreeBSD-ports/pull/572 https://github.com/pfsense/FreeBSD-ports/pull/573
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.