diff --git a/so-setup-network.sh b/so-setup-network.sh index 5678dbc0e..06ad03dc9 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1318,7 +1318,7 @@ whiptail_management_server() { # See if it resolves. Otherwise prompt to add to host file TESTHOST=$(host $MSRV) - if [[ $TESTHOST = *"not found"* ]]; then + if [[ $TESTHOST = *"not found"* ]] || [[ $TESTHOST = *"connection timed out"* ]]; then add_master_hostfile fi