Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Snort Message - WARNING: No preprocessors configured for policy 0

Tags:

linux

snort

I have installed and configured snort 2.9.7.2 and it is running without a problem. However, my question is: what does the following warning mean?

"No preprocessors configured for policy 0"

This message shows when I run the command:

snort -v
like image 217
JG4 Avatar asked Apr 07 '15 23:04

JG4


2 Answers

I had the same error:

No preprocessors configured for policy 0

That was because I forgot to unpack all the rules into the proper folders. After unpacking the rules, the error went away.

like image 163
William A Avatar answered Sep 25 '22 06:09

William A


This message indicates that no snort preprocessor is loaded. In order to get rid of this warning, please use the following command:

snort -v -c /etc/snort/snort.conf

Please make sure that the configuration file /etc/snort/snort.conf is present and preprocessors are enabled in the configuration file.

like image 45
Arun Kaushal Avatar answered Sep 25 '22 06:09

Arun Kaushal