Merge "Remove gateway definitions in interfaces"
This commit is contained in:
commit
650d2151e1
@ -16,11 +16,9 @@ auto eth0
|
||||
iface eth0 inet static
|
||||
address 10.10.10.53
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
#Expose OpenStack API over internet/external network
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.20.20.53
|
||||
netmask 255.255.255.0
|
||||
gateway 10.20.20.1
|
||||
|
@ -16,11 +16,9 @@ auto eth0
|
||||
iface eth0 inet static
|
||||
address 10.10.10.51
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# Expose OpenStack API to External Network/Internet
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address 192.168.100.51
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.100.1
|
||||
|
@ -16,7 +16,6 @@ auto eth0
|
||||
iface eth0 inet static
|
||||
address 10.10.10.52
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# VM Internal Communication Network
|
||||
auto eth1
|
||||
|
@ -15,11 +15,9 @@ auto eth0
|
||||
iface eth0 inet static
|
||||
address 10.10.10.51
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# Expose OpenStack API to External Network/Internet
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address 192.168.100.51
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.100.1
|
||||
|
@ -16,11 +16,9 @@ auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.10.10.53
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
#Expose OpenStack API over internet/external network
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
address 10.20.20.53
|
||||
netmask 255.255.255.0
|
||||
gateway 10.20.20.1
|
||||
|
@ -16,11 +16,9 @@ auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.10.10.51
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# Expose OpenStack API to External Network/Internet
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
address 192.168.100.51
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.100.1
|
||||
|
@ -16,7 +16,6 @@ auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.10.10.52
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# VM Internal Communication Network
|
||||
auto eth2
|
||||
|
@ -15,11 +15,9 @@ auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.10.10.51
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
|
||||
# Expose OpenStack API to External Network/Internet
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
address 192.168.100.51
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.100.1
|
||||
|
Loading…
Reference in New Issue
Block a user