diff --git a/setup/so-setup b/setup/so-setup index 9fe10ae3a..50c37d15a 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -310,10 +310,8 @@ if [[ $is_helix || $is_sensor || $is_import ]]; then calculate_useable_cores fi -if [[ $is_helix || $is_manager || $is_import ]]; then - whiptail_homenet_manager - whiptail_dockernet_check -fi +whiptail_homenet_manager +whiptail_dockernet_check if [[ $is_helix || $is_manager || $is_node || $is_import ]]; then set_base_heapsizes diff --git a/setup/so-whiptail b/setup/so-whiptail index f71a652f5..cfad65fae 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -476,7 +476,9 @@ whiptail_dockernet_net() { [ -n "$TESTING" ] && return DOCKERNET=$(whiptail --title "Security Onion Setup" --inputbox \ - "\nEnter a /24 network range for docker to use: \n \n(Default value is pre-populated)" 10 75 172.17.0.0 3>&1 1>&2 2>&3) + "\nEnter a /24 network range for docker to use: \n\ + \nThe same range MUST be used on ALL node\n\ + \n(Default value is pre-populated.)" 10 75 172.17.0.0 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus