VictorRobellini / pfSense-Dashboard

A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
669 stars 184 forks source link

pfBlocker Stats Shows No Data #58

Closed j0hanSE closed 2 years ago

j0hanSE commented 2 years ago

Hi!

pfBlocker Stats Shows No Data, and the IP Src/Dst Blocked GEO shows nothing, but DNSBL shows 67 and DNSBL Source IP shows my local ips, and DNSL Top 10 blocked shows up.

Anyone know whats wrong?

Haknor74 commented 2 years ago

I have the same issue after upgrading pfsense 2.6

j0hanSE commented 2 years ago

I have the same issue after upgrading pfsense 2.6

This fix worked for me

https://reddit.com/r/pfBlockerNG/comments/t1awl6/updated_patch_for_pfsense_2621x_ip_logging_issues/


UPDATED PATCH for pfSense 2.6/21.x IP Logging Issues

There are some further improvements to this logging issue. It seems to have resolved the issues for most, but for some pfSense is logging incorrectly to the filter.log file? There is a Redmine issue here:

https://redmine.pfsense.org/issues/12868

If you can test the following patch and report back it would be appreciated:

    1.  Download the following patch to the pfSense box

curl -o /usr/local/pkg/pfblockerng/pfblockerng.inc “https://gist.githubusercontent.com/BBcan177/7cb8635199446866d511b97166d65296/raw/”

    1.  Restart the “pfb_filter” Service
    2.  See if the IP Blocks are being reported to the pfB Logs

For info, the changes here:

https://gist.github.com/BBcan177/7cb8635199446866d511b97166d65296/revisions

Thanks
Haknor74 commented 2 years ago

@j0hanSE Thank you. The reddit fix worked for me :)