Update network_config.sh

Fixing netmask variable
This commit is contained in:
itxplor 2024-02-22 14:45:59 -05:00 committed by GitHub
parent 5a5a56d265
commit 3baa1965cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ iface ${NETWORK_INTERFACE} inet6 static
auto vmbr0 auto vmbr0
iface vmbr0 inet static iface vmbr0 inet static
address ${MAINSERVERIP} address ${MAINSERVERIP}
netmask 32 netmask ${NETMASK}
gateway ${GATEWAYADRESS} gateway ${GATEWAYADRESS}
broadcast ${BROADCASTIP} broadcast ${BROADCASTIP}
bridge-ports ${NETWORK_INTERFACE} bridge-ports ${NETWORK_INTERFACE}