Change ip address for proxies

This commit is contained in:
Timo Makinen 2021-08-31 17:58:46 +00:00
parent 09ff81c2a4
commit e7bed03125
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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