shirkdog / pulledpork

Pulled Pork for Snort and Suricata rule management (from Google code)
GNU General Public License v2.0
417 stars 134 forks source link

Issuing reputation socket reload command - (Error) ? #368

Open usernameSecret opened 1 year ago

usernameSecret commented 1 year ago

I did configure a cron job for downloading the latest rules.

On the ip-block-list I get an Error.

"can't set DAQ BPF filter to '/etc/snort/rules/iplists 1361' (pcap_daq_set_filter: pcap_compile: can't parse filter expression: syntax error! Fatal error, Quitting.."

Seems the app tries set the daq filter on the "IPRVersion.dat" file, and I don't know if all is downloaded and configured well, after this error.

I did check the daq setting in snort. I use snort as IDS. Default seems to be "daq-pcap-passive" as it seems I can't change much there.

How could the error be solved ?

Thank you