Merge pull request #5 from itxplor/patch-2

Update network_config.sh
This commit is contained in:
Artem Lajko 2024-02-23 07:50:56 +01:00 committed by GitHub
commit 92388e17e9
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
iface vmbr0 inet static
address ${MAINSERVERIP}
netmask 32
netmask ${NETMASK}
gateway ${GATEWAYADRESS}
broadcast ${BROADCASTIP}
bridge-ports ${NETWORK_INTERFACE}