Skip to content
Discussion options

You must be logged in to vote

Ok, found out what was happening (not sure how this happened though). The HOME_NET variable in the '/opt/so/conf/suricata/suricata.yaml' file somehow got set to '[ ]' and was causing all of the rules to error out.

This was the first error message:
2/3/2022 -- 19:18:29 - <Error> - [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - Complete IP space negated. Rule address range is NIL. Probably have a !any or an address range that supplies a NULL address range

Fixed it by setting
in /opt/so/saltstack/local/pillar/global.sls

global:
  hnmanager: 'any'

sudo salt-call state.apply suricata

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mmasino-matc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant