Start working on replicated fsol gw

* Add fsol01 host
* Move everything to fsol01 for now
* Add pfsync interface
* Try to fix firewall rules with correct no-sync options
This commit is contained in:
Timo Makinen 2021-03-16 22:41:58 +00:00
parent d41d59a0d4
commit 55855d7c15
5 changed files with 38 additions and 7 deletions

View file

@ -0,0 +1,21 @@
---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: vio0
vlan: 20
mac: 52:54:00:ac:dc:3f
ipaddr: 172.20.21.63
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 26
ipaddr: 172.20.26.1
netmask: 255.255.255.252
proto: static
- device: vio2
vlan: 103
proto: dhcp
- device: vio3
vlan: 102
mac: 52:54:00:0a:95:b8
proto: none

View file

@ -8,8 +8,13 @@ network_interfaces:
netmask: 255.255.252.0
proto: static
- device: vio1
vlan: 26
ipaddr: 172.20.26.2
netmask: 255.255.255.252
proto: static
- device: vio2
vlan: 103
proto: dhcp
- device: vio2
- device: vio3
vlan: 102
proto: none