• Replacement for Alexa Top 1M

    3
    0 Votes
    3 Posts
    750 Views
    S

    Oops, I guess I missed that. Thank you for adding the Cisco list to the next release.

  • Ipv4 list and dnsbl list location

    2
    0 Votes
    2 Posts
    573 Views
    BBcan177B

    All settings are stored in the

    /conf/config.xml

    If you have a backup config, once you restore it, all the settings should be there. No need for anything further. What it won't do is restore downloaded lists.

  • PfBlockerNG can block a TOR exit node list?

    5
    0 Votes
    5 Posts
    3k Views
    BBcan177B

    pfSense uses FreeBSD which does not have iptables functionality. It uses packet Fence instead.

    You can either use the pfSense aliastable functionality or use pfBlockerNG for this functionality. This can also be scripted from the shell but what's the point when the functionality exists in the gui.

  • Second DNS how to?

    6
    0 Votes
    6 Posts
    990 Views
    BBcan177B

    You are mixing things up.

    pfSense has two DNS services:

    DNS Forwarder (DNSmasq) DNS Resolver (Unbound)

    Unbound can be configured in Forwarder or Resolver mode.

    So my suggestion was to use DNSmasq for port 53 (general user) and then have unbound on port 5353. So you can then force the LAN users to the correct DNS service.

    If you need more help with that. Check the DNS threads and/or post there for more detailed help.

  • Streamcloud.eu not working - ports?

    6
    0 Votes
    6 Posts
    2k Views
    RonpfSR

    Works fine here, slow to start, but only meta.streamcloud.eu is blocked by hpHosts_ads

  • Did I find a bug or did I make a configuration mistake?

    13
    0 Votes
    13 Posts
    2k Views
    G

    @BBcan177:

    You need to ensure that the vlans devices can ping and browse to the DNSBL IP. The default Permit rule is an optional rule to allow multiple lan segments to access the dnsbl vip address. So you can skip this option and create your own rule if that's easier.

    For the optional rule, you should be able to select all of the vlans in the select options (ctrl-click) and allow traffic to the dnsbl Web server on the dnsbl listening interface.

    In my case I am hitting the default deny rule IPv4 (1000000103) on 127.0.0.1:8081 / :8443 NOT the VIP.  Any thoughts on that?

    At least I've learned enough to unblock them, but I'm wondering if I screwed something up, or if there is an issue that pfBlockerNG is overlooking?

    I posted my rules above, but in my case I'm keeping DNS/NTP caged with port forwarding rules so that programs can go around the firewall with their own server settings.

  • PfBlockerng googleadservices

    16
    0 Votes
    16 Posts
    16k Views
    BBcan177B

    @cooLopke:

    So I guess there is no possible way to remove those ads in google search?

    DNSBL can't manipulate the Web page like a browser extension. So when you see (AD) in Google search, clicking on those may result in a blank page since DNSBL may be blocking those domains.

  • Whitelist for uBlock?

    16
    0 Votes
    16 Posts
    7k Views
    ExolonE

    In theory you could install Privoxy on your pfSense box and setup a cron entry to download the adblock2privoxy lists, say every week?

    adblock2privoxy
    downloads page

  • Temporarily replacing the 1x1 image

    5
    0 Votes
    5 Posts
    2k Views
    BiloxiGeekB

    @BBcan177:

    The file  /usr/local/www/pfblockerng/www/index.php

    https://github.com/pfsense/FreeBSD-ports/blob/devel/net/pfSense-pkg-pfBlockerNG/files/usr/local/www/pfblockerng/www/index.php#L36

    Just change the base_64 image to another image…

    Another similar thread:
      https://forum.pfsense.org/index.php?topic=120253.0

    That's exactly what I was looking for.  I'll be testing it out later today when I get home.

  • Quickest way to reload pfBlockerNG rules?

    4
    0 Votes
    4 Posts
    3k Views
    BBcan177B

    Also, it won't display the log information from the shell… So while the reload task does complete... its not reporting that data to the shell... It's important to review the log for any issues...

    You would need to run a tail command in another window:

    tail -f /var/log/pfblockerng/pfblockerng.log
  • Strange Errors what should I do?

    6
    0 Votes
    6 Posts
    1k Views
    M

    I wish you could see me face palm myself. So the problem was I had my webconfigurator https port set on dnsbl's ssl port. Now the service shows a green check mark. Conflict…always seems to be my problem XD

  • WhiteList Rule Always dropping down to bottom

    5
    0 Votes
    5 Posts
    832 Views
    K

    Maybe you could try the other Rule order, where pfB_Pass/Match is before Block/Reject rules.

    Tried a different rule order. Worked perfectly.

    Thanks,

  • Can not see the difference between HTTP and HTTPS

    3
    0 Votes
    3 Posts
    689 Views
    S

    @BBcan177:

    The next version will have a new page that improves this layout…

    See the following:
    https://github.com/pfsense/FreeBSD-ports/blob/devel/net/pfSense-pkg-pfBlockerNG/files/usr/local/pkg/pfblockerng/pfblockerng_sync.xml#L152-L153

    The first entry is "http" and the second entry is "https"

    Thanks For that…  8)

  • DNSBL and Limiter

    2
    0 Votes
    2 Posts
    727 Views
    D

    You cannot unless you use 2.4. Limiters are broken with NAT.

  • Geo update fails once per day

    5
    0 Votes
    5 Posts
    1k Views
    D

    Upgraded from 2.2, maybe I ended up with both. I'll try removing one.

  • Rule created after reload

    8
    0 Votes
    8 Posts
    3k Views
    D

    If you are using Squid, you need to exclude the VIP from proxy.

  • Protecting Open Ports with pfBlocker

    5
    0 Votes
    5 Posts
    2k Views
    RonpfSR

    It depends on your WAN FW rules.
    By default everything is blocked by the default Block rule.

    So adding single Permit rule from the "Selected GeoIPs" to the "Selected WAN Port(s)" to the "Selected Destination" should only allow those IPs to hit the open ports.

  • Possible bugs in DNSBL

    7
    0 Votes
    7 Posts
    1k Views
    M

    @BBcan177:

    See here:

    https://forum.pfsense.org/index.php?topic=124945.0

    In my version of the file the line number is different and I also see several lines with identical content. I will wait for an official release. But thank you anyway.

  • Certificate error - DNSBL certificate

    7
    0 Votes
    7 Posts
    10k Views
    BBcan177B

    See here:

    https://forum.pfsense.org/index.php?topic=124945.0

  • Is there a graph of some kind vs log output only for pfblockerNG?

    2
    0 Votes
    2 Posts
    861 Views
    RonpfSR

    What about Firewall / pfBlockerNG / Alerts?

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.