Update network_config_updated.sh
fixing netmask
This commit is contained in:
parent
5a5a56d265
commit
a2ff535016
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue