suricata: EXTERNAL_NET should equal any

This enables that we scan servers in ORANGE for clients in
GREEN which absolutely makes sense.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-04-23 20:45:42 +01:00
committed by Arne Fitzenreiter
parent 56f6d107ff
commit a86bc6dfc6

View File

@@ -11,8 +11,7 @@ vars:
# Include HOME_NET declaration from external file.
include: /var/ipfire/suricata/suricata-homenet.yaml
EXTERNAL_NET: "!$HOME_NET"
#EXTERNAL_NET: "any"
EXTERNAL_NET: "any"
HTTP_SERVERS: "$HOME_NET"
SMTP_SERVERS: "$HOME_NET"