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:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:0d
|
||||
ipaddr: 172.20.21.13
|
||||
mac: 52:54:00:ac:dc:0f
|
||||
ipaddr: 172.20.21.15
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
|
|
|
@ -3,8 +3,8 @@ vmhost: vmhost02.home.foo.sh
|
|||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:0e
|
||||
ipaddr: 172.20.21.14
|
||||
mac: 52:54:00:ac:dc:10
|
||||
ipaddr: 172.20.21.16
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
|
|
Loading…
Add table
Reference in a new issue