Change ip address for proxies
This commit is contained in:
parent
09ff81c2a4
commit
e7bed03125
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ vmhost: vmhost01.home.foo.sh
|
||||||
network_interfaces:
|
network_interfaces:
|
||||||
- device: vio0
|
- device: vio0
|
||||||
vlan: 20
|
vlan: 20
|
||||||
mac: 52:54:00:ac:dc:0d
|
mac: 52:54:00:ac:dc:0f
|
||||||
ipaddr: 172.20.21.13
|
ipaddr: 172.20.21.15
|
||||||
netmask: 255.255.252.0
|
netmask: 255.255.252.0
|
||||||
proto: static
|
proto: static
|
||||||
- device: vio1
|
- device: vio1
|
||||||
|
|
|
@ -3,8 +3,8 @@ vmhost: vmhost02.home.foo.sh
|
||||||
network_interfaces:
|
network_interfaces:
|
||||||
- device: vio0
|
- device: vio0
|
||||||
vlan: 20
|
vlan: 20
|
||||||
mac: 52:54:00:ac:dc:0e
|
mac: 52:54:00:ac:dc:10
|
||||||
ipaddr: 172.20.21.14
|
ipaddr: 172.20.21.16
|
||||||
netmask: 255.255.252.0
|
netmask: 255.255.252.0
|
||||||
proto: static
|
proto: static
|
||||||
- device: vio1
|
- device: vio1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue