• DNSBL is not logging everything

    5
    0 Votes
    5 Posts
    650 Views
    BBcan177B
    @nesense Try the pfBlockerNG-devel package, as it now logs all HTTPs blocked domains which wasn't possible in the previous version. Also review the Reports/Alerts tab for all blocked events. Whitelisting options are available using the "+" icons.
  • pfblockerNG - version 2.2.5_12 - generating PHP errors

    1
    0 Votes
    1 Posts
    267 Views
    No one has replied
  • 0 Votes
    10 Posts
    1k Views
    DerelictD
    Really hard, if not impossible, to help you without seeing your firewall rules on WLAN. But there is something to this. It is the combination of both the pass NAT rule and NAT reflection (which is also enabled on the port forward installed by the package). # NAT Inbound Redirects rdr pass on re0 proto tcp from any to 10.10.10.1 port 80 -> 127.0.0.1 port 8081 # Reflection redirect rdr pass on { re2 enc0 openvpn } proto tcp from any to 10.10.10.1 port 80 -> 127.0.0.1 port 8081 rdr pass on re0 proto tcp from any to 10.10.10.1 port 443 -> 127.0.0.1 port 8443 # Reflection redirect rdr pass on { re2 enc0 openvpn } proto tcp from any to 10.10.10.1 port 443 -> 127.0.0.1 port 8443 re0 is LAN, re2 is OPT1 OPT1 has no rules on it. Can access 10.10.10.1 on 80 and 443. Because the traffic is passed by the port forward. The ruleset is just doing what it has been told to do. This is not a NAT issue but a pfBlockerNG issue. Moving there.
  • Help understanding filtering vlan traffic, and best practices

    5
    0 Votes
    5 Posts
    894 Views
    M
    Got yea so even if you change the listening interface under the tab dnsbl from Lan to one of the Vlans it doesn't matter because as long pfsense is resolving all DNS queries they will be filtered. Thanks for the info.
  • TLD blocking

    3
    0 Votes
    3 Posts
    681 Views
    QinnQ
    @BBcan177 Thanks for pointing that one out to me, I will give it a try. Maybe an idea (but of course it's all up to you) to add this one in feature releases. Thanks for your quick help and of course a great package!! Cheers Qinn
  • Logging disable

    2
    0 Votes
    2 Posts
    555 Views
    T
    Is there a compelling reason for you to use floating rules? I only ask because I have a similar configuration, but using interface-specific firewall rules instead of floating, and I don't experience any issue with the "log packets handled by this rule" option being enabled automatically. It sounds like your configuration should work, but if using interface-specific rules instead is an option, it may at least be worth trying.
  • I can't wait ;)

    7
    0 Votes
    7 Posts
    1k Views
    A
    @bbcan177 Yes I can see so many and I just have seen there is a government one too lol I shall take a look at the link Many thanks
  • DNSBL Certificate errors

    47
    0 Votes
    47 Posts
    29k Views
    BBcan177B
    @darkopopo said in DNSBL Certificate errors: I have disable loggin for Facbook in DNSBL Feeads. Now when I do nslookup www.facebook.com I get addres: 0.0.0.0 and the Firefox error that the page does not exist. How can I redirect to block page (dnsbl_default.php) ? You can't... when you null route to 0.0.0.0 it doesn't do any logging, and hence no certificate errors... Next versions will leverage the python integration of Unbound which will allow for more integration, such as improved logging for null routing and logging of all permitted DNS requests but that is a ways off...
  • What is the difference between squidGuard and pfBlockerNG?

    3
    0 Votes
    3 Posts
    4k Views
    A
    Thanks for your reply :D the last 2 days i am studying how pfblockerng works and it turns out it can block the ad sites and harmful sites perfectly! such a great package and i am glad that i can finish this project finally.
  • pfblockerNG generating PHP errors

    17
    1 Votes
    17 Posts
    3k Views
    BBcan177B
    @randomvmteam said in pfblockerNG generating PHP errors: would it be easier to submit issues I find directly to the github page? (assuming pfsense/pfsense-packages) Forum would be better.
  • pfblockerng-dev fw stopped logging

    3
    0 Votes
    3 Posts
    639 Views
    A
    Hi, Thanks for your reply. I restored a VM backup up to the time the logging stopped. When reconfiguring pfblocker I made a change to the VIP address to be anything other then ending in a .1 and changed the max lines per log to 1000 instead of 20000. This seems to have solved my problem. Logging works now with all packages I have installed.
  • Block aliases

    7
    0 Votes
    7 Posts
    1k Views
    A
    @kom O thank you for your help I just didn't want to mess anything up lol Thank you very much.
  • PFBLOCKER DNSBL Shallalist not working when I click on google links

    11
    0 Votes
    11 Posts
    5k Views
    BBcan177B
    @dgall said in PFBLOCKER DNSBL Shallalist not working when I click on google links: BBcab177 do you have a recommended list for blocking social media ? Steves list unfortunately blocked many things that had nothing to do with social media. I would think the Category Blacklist(s) would be the best for that. Either Shallalist or UT1. YMMV There is Squid Blacklist that is an option, but it is a paid service. You will have to download the Category template seperately in order to configure it: fetch -o /usr/local/pkg/pfblockerng/squidblacklist_global_usage "https://gist.githubusercontent.com/BBcan177/b91d3c25667d326411b6fc4eb5c1f080/raw"
  • Using DNSBL, is it still advisable to use ipv4?

    1
    0 Votes
    1 Posts
    332 Views
    No one has replied
  • pfblockernG-Dev Coinblocker and Cryptojackers URLs changes

    3
    0 Votes
    3 Posts
    1k Views
    RonpfSR
    @bbcan177 said in pfblockernG-Dev Coinblocker and Cryptojackers URLs changes: now available for both pfSense branches. 2.3.5-RELEASE-p2 (amd64) and 2.3.X DEVEL only offer 2.2.1.
  • pfblockerng

    pfblockerng shallalist alias categories dnsbl
    2
    0 Votes
    2 Posts
    1k Views
    RonpfSR
    @riaanwest said in pfblockerng: Basically making pfblockerng to create an alias for each category referenced in shallalist so you can create manual firewall rules using those aliases pointing to lets say social networks? You can't use FW_Rules with DNSBL tables. DNSBL operate on the Domain Name space. Firewall rules operate on the IP space.
  • upgrade package pfSense-pkg-pfBlockerNG-devel from 2.2.1 to 2.2.5_9.

    1
    0 Votes
    1 Posts
    337 Views
    No one has replied
  • Not understanding this ip block (https://ipinfo.io/AS32934)

    2
    0 Votes
    2 Posts
    633 Views
    BBcan177B
    @jwj said in Not understanding this ip block (https://ipinfo.io/AS32934): So, it looks like ipv6 "tab" lists get incorrectly setup as ipv4 rules. And it looks like this has been fixed in the devel version. Yes this is fixed in pfBlockerNG-devel
  • PHP Error on exhausted memory

    2
    0 Votes
    2 Posts
    373 Views
    BBcan177B
    @mloiterman said in PHP Error on exhausted memory: 2.1.4_8 Best to move to pfBlockerNG-devel which will fix that issue.
  • Make Certificate Configurable

    5
    0 Votes
    5 Posts
    898 Views
    F
    perfect thanks!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.