From 3baa1965cf5b71c5076d6c75f03404d61b0b54da Mon Sep 17 00:00:00 2001 From: itxplor <160941178+itxplor@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:45:59 -0500 Subject: [PATCH] Update network_config.sh Fixing netmask variable --- script/network_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/network_config.sh b/script/network_config.sh index 6b59df8..5ea0e68 100755 --- a/script/network_config.sh +++ b/script/network_config.sh @@ -37,7 +37,7 @@ iface ${NETWORK_INTERFACE} inet6 static auto vmbr0 iface vmbr0 inet static address ${MAINSERVERIP} - netmask 32 + netmask ${NETMASK} gateway ${GATEWAYADRESS} broadcast ${BROADCASTIP} bridge-ports ${NETWORK_INTERFACE}