suricata: Scan outgoing traffic, too

Connections from the firewall and through the proxy must be filtered, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Michael Tremer
2019-01-29 12:03:37 +00:00
committed by Stefan Schantl
parent 8059239661
commit 17c2c09bcc

View File

@@ -189,6 +189,7 @@ iptables_init() {
iptables -N IPS
iptables -A INPUT -j IPS
iptables -A FORWARD -j IPS
iptables -A OUTPUT -j IPS
# Block non-established IPsec networks
iptables -N IPSECBLOCK