diff --git a/src/network.sh b/src/network.sh index 93b4c96..9df8092 100644 --- a/src/network.sh +++ b/src/network.sh @@ -333,7 +333,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then else - if [[ "$GATEWAY" != "172."* ]]; then + if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then ! checkOS && exit 19 fi