Merge pull request #6 from itxplor/patch-3
Update network_config_updated.sh
This commit is contained in:
commit
3ff3ad8994
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ $additional_routes
|
|||
auto vmbr0
|
||||
iface vmbr0 inet static
|
||||
address ${MAINSERVERIP}
|
||||
netmask 32
|
||||
netmask ${NETMASK}
|
||||
gateway ${GATEWAYADDRESS}
|
||||
broadcast ${BROADCASTIP}
|
||||
bridge-ports ${NETWORK_INTERFACE}
|
||||
|
|
Loading…
Reference in a new issue