]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: EXTERNAL_NET should equal any
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Apr 2019 19:45:42 +0000 (20:45 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 23 Apr 2019 20:04:30 +0000 (22:04 +0200)
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>
config/suricata/suricata.yaml

index e7e27c731e1b7c7b18fe4bc59d6f76fabc99bb00..7252e10b95f8edfc09c28f21871d921be22bf257 100644 (file)
@@ -11,8 +11,7 @@ vars:
     # Include HOME_NET declaration from external file.
     include: /var/ipfire/suricata/suricata-homenet.yaml
 
     # 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"
 
     HTTP_SERVERS: "$HOME_NET"
     SMTP_SERVERS: "$HOME_NET"