From 96f5a310948eea9ed028c5df0c3d9faee9564983 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 2 Nov 2018 10:34:28 -0400 Subject: [PATCH] Setup Script - Remove some questions for eval mode --- so-setup-network.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index d348bb839..e69994af4 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1297,14 +1297,9 @@ if (whiptail_you_sure); then # Select which NICs are in the bond whiptail_bond_nics - # Set the NIDS to suricata - whiptail_nids - - whiptail_bro_version # Snag the HOME_NET whiptail_homenet_master - whiptail_sensor_config # Set a bunch of stuff since this is eval es_heapsize ls_heapsize @@ -1315,6 +1310,9 @@ if (whiptail_you_sure); then LSINPUTTHREADS=1 LSINPUTBATCHCOUNT=125 RULESETUP=ETOPEN + NSMSETUP=BASIC + NIDS=Suricata + BROVERSION=COMMUNITY whiptail_make_changes get_main_ip # Add the user so we can sit back and relax