mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
committed by
Stefan Schantl
parent
8059239661
commit
17c2c09bcc
@@ -189,6 +189,7 @@ iptables_init() {
|
|||||||
iptables -N IPS
|
iptables -N IPS
|
||||||
iptables -A INPUT -j IPS
|
iptables -A INPUT -j IPS
|
||||||
iptables -A FORWARD -j IPS
|
iptables -A FORWARD -j IPS
|
||||||
|
iptables -A OUTPUT -j IPS
|
||||||
|
|
||||||
# Block non-established IPsec networks
|
# Block non-established IPsec networks
|
||||||
iptables -N IPSECBLOCK
|
iptables -N IPSECBLOCK
|
||||||
|
|||||||
Reference in New Issue
Block a user