aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2016-02-04 15:58:46 +0800
committerkoobs <koobs@FreeBSD.org>2016-02-04 15:58:46 +0800
commit24b13d889ccdaa05e00e50307ce1bfac8ab93269 (patch)
tree588b9200ee3c82622ac2a4e98c89eb3b4a1df8ae /security
parentd71014663ff5ca8ea2170d536eca2812b2cc5033 (diff)
downloadfreebsd-ports-gnome-24b13d889ccdaa05e00e50307ce1bfac8ab93269.tar.gz
freebsd-ports-gnome-24b13d889ccdaa05e00e50307ce1bfac8ab93269.tar.zst
freebsd-ports-gnome-24b13d889ccdaa05e00e50307ce1bfac8ab93269.zip
security/suricata: Add netmap IPS mode to pkg-message
PR: 206875 Submitted by: Franco Fichtner <franco opnsense org>
Diffstat (limited to 'security')
-rw-r--r--security/suricata/Makefile1
-rw-r--r--security/suricata/files/pkg-message.in13
2 files changed, 13 insertions, 1 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index dd8435130297..4e151570794e 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -3,6 +3,7 @@
PORTNAME= suricata
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.openinfosecfoundation.org/download/
diff --git a/security/suricata/files/pkg-message.in b/security/suricata/files/pkg-message.in
index b28074590967..39976024324e 100644
--- a/security/suricata/files/pkg-message.in
+++ b/security/suricata/files/pkg-message.in
@@ -7,7 +7,8 @@ If you want to run Suricata in IDS mode, add to /etc/rc.conf:
NOTE: Declaring suricata_interface is MANDATORY for Suricata in IDS Mode.
-However, if you wanna run Suricata in Inline IPS Mode, add to /etc/rc.conf:
+However, if you want to run Suricata in Inline IPS Mode in divert(4) mode,
+add to /etc/rc.conf:
suricata_enable="YES"
suricata_divertport="8000"
@@ -18,6 +19,16 @@ NOTE:
rc.d/suricata will automatically try to start Suricata in IPS Mode
(on divert port 8000, by default).
+Alternatively, if you want to run Suricata in Inline IPS Mode in high-speed
+netmap(4) mode, add to /etc/rc.conf:
+
+ suricata_enable="YES"
+ suricata_netmap="YES"
+
+NOTE:
+ Suricata requires additional interface settings in the configuration
+ file to run in netmap(4) mode.
+
RULES: Suricata IDS/IPS Engine comes without rules by default. You should
add rules by yourself and set an updating strategy. To do so, please visit: