Move future pfsync to different subnet/vlan

This commit is contained in:
Timo Makinen 2021-03-17 18:13:52 +00:00
parent 01dc86e3e2
commit e37fd4eb8f
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ network_interfaces:
proto: static
- device: vio1
vlan: 26
ipaddr: 172.20.26.1
ipaddr: 172.20.10.1
netmask: 255.255.255.252
proto: static
- device: vio2

View file

@ -8,8 +8,8 @@ network_interfaces:
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 26
ipaddr: 172.20.26.2
vlan: 10
ipaddr: 172.20.10.2
netmask: 255.255.255.252
proto: static
- device: vio2