Hello,
we have two pfSense with this configs:
#------------------------------------------------
Pfsense1 (10.128.0.251):
- LAN: 10.128.0.0/24
- IPSEC:
- 172.16.48.0/23
- 192.168.72.0/23
- 172.23.56.206/32
- OPENVPN:
- TUN 172.26.90.0/24
- TUN 172.26.91.0/24
NAT outbound: automatic
Rules:
- LAN ipv4* * * * * *- IPSEC ipv4* * * * * *
- OPVNPs ipv4* * * * * *
#------------------------------------------------
#------------------------------------------------
and
#------------------------------------------------
pfSense2 (10.128.0.1):
- LAN: 10.128.0.0/24
- LAN+vlan10: 10.130.0.0/24
- LAN+vlan10: 10.130.0.0/24
Rules:
LAN ipv4* * * * * *NAT outbound: automatic
Static route:
- 172.16.48.0/23 => 10.128.0.251- 192.168.72.0/23 => 10.128.0.251
- 172.23.56.206/32 => 10.128.0.251
- 172.26.90.0/24 => 10.128.0.251
-...