From a2ff535016d99a1277f2e5fb2aae4edfa6836fa5 Mon Sep 17 00:00:00 2001 From: itxplor <160941178+itxplor@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:46:52 -0500 Subject: [PATCH] Update network_config_updated.sh fixing netmask --- script/network_config_updated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/network_config_updated.sh b/script/network_config_updated.sh index 70f1751..d8c4c3a 100755 --- a/script/network_config_updated.sh +++ b/script/network_config_updated.sh @@ -105,7 +105,7 @@ $additional_routes auto vmbr0 iface vmbr0 inet static address ${MAINSERVERIP} - netmask 32 + netmask ${NETMASK} gateway ${GATEWAYADDRESS} broadcast ${BROADCASTIP} bridge-ports ${NETWORK_INTERFACE}