fix: network config
This commit is contained in:
parent
01491e2332
commit
e24cec4d8c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ sudo tee /etc/network/interfaces.d/openstack >/dev/null <<MARK
|
||||||
|
|
||||||
auto br25
|
auto br25
|
||||||
iface br25 inet static
|
iface br25 inet static
|
||||||
address 172.16.0.1/16
|
address 172.16.0.2/16
|
||||||
bridge_ports eth1
|
bridge_ports eth1
|
||||||
bridge_stp off
|
bridge_stp off
|
||||||
bridge_maxwait 0
|
bridge_maxwait 0
|
||||||
|
|
Loading…
Reference in a new issue