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:
parent
b06b09d054
commit
23bfc4b97a
2 changed files with 8 additions and 0 deletions
|
@ -4,5 +4,9 @@ network_interfaces:
|
||||||
- device: vio0
|
- device: vio0
|
||||||
vlan: 20
|
vlan: 20
|
||||||
mac: 52:54:00:ac:dc:01
|
mac: 52:54:00:ac:dc:01
|
||||||
|
ipaddr: 172.20.21.1
|
||||||
|
netmask: 255.255.252.0
|
||||||
|
proto: static
|
||||||
- device: vio1
|
- device: vio1
|
||||||
vlan: 103
|
vlan: 103
|
||||||
|
proto: none
|
||||||
|
|
|
@ -4,5 +4,9 @@ network_interfaces:
|
||||||
- device: vio0
|
- device: vio0
|
||||||
vlan: 20
|
vlan: 20
|
||||||
mac: 52:54:00:ac:dc:02
|
mac: 52:54:00:ac:dc:02
|
||||||
|
ipaddr: 172.20.21.2
|
||||||
|
netmask: 255.255.252.0
|
||||||
|
proto: static
|
||||||
- device: vio1
|
- device: vio1
|
||||||
vlan: 103
|
vlan: 103
|
||||||
|
proto: none
|
||||||
|
|
Loading…
Add table
Reference in a new issue