commit
92388e17e9
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue