Merge remote-tracking branch 'stevee/next-suricata' into next

This commit is contained in:
Michael Tremer
2019-03-14 13:19:35 +00:00
57 changed files with 4660 additions and 1678 deletions

View File

@@ -185,6 +185,12 @@ iptables_init() {
iptables -A INPUT -j GUARDIAN
iptables -A FORWARD -j GUARDIAN
# IPS (suricata) chains
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
iptables -A FORWARD -m policy --dir out --pol none -j IPSECBLOCK