Add new dna-gw hosts for lan network

This commit is contained in:
Timo Makinen 2025-06-17 22:33:56 +00:00
parent a69a1f5d7d
commit 3ba9a2a789
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: vio0
vlan: 30
mac: 52:54:00:ca:fe:03
ipaddr: 172.20.30.2
netmask: 255.255.255.0
proto: static
- device: vio1
vlan: 103
proto: none
vip11_priority: 120
vip12_priority: 240

View file

@ -0,0 +1,14 @@
---
vmhost: vmhost02.home.foo.sh
network_interfaces:
- device: vio0
vlan: 30
mac: 52:54:00:ca:fe:04
ipaddr: 172.20.30.3
netmask: 255.255.255.0
proto: static
- device: vio1
vlan: 103
proto: none
vip11_priority: 120
vip12_priority: 240