Use static IP address for dna-gw hosts

These are running DHCP server for home.foo.sh network so prevent
chicken/egg problems.
This commit is contained in:
Timo Makinen 2021-04-28 14:24:37 +00:00
parent b06b09d054
commit 23bfc4b97a
2 changed files with 8 additions and 0 deletions

View file

@ -4,5 +4,9 @@ network_interfaces:
- device: vio0
vlan: 20
mac: 52:54:00:ac:dc:01
ipaddr: 172.20.21.1
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 103
proto: none

View file

@ -4,5 +4,9 @@ network_interfaces:
- device: vio0
vlan: 20
mac: 52:54:00:ac:dc:02
ipaddr: 172.20.21.2
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 103
proto: none