Update network_config_updated.sh

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

View File

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