Remote site conflicting subnets
-
I wish to connect four remote networks to pfSense using WireGuard
Similar to the following but with two more networks connected to the HQ
https://docs.netgate.com/pfsense/en/latest/recipes/wireguard-s2ms.htmlThese four networks are to be accessible from pfSense so we can manage the devices directly. To achieve this we assign each network a unique intranet subnet that we use internally.
Network (a) LAN=192.168.1.0/24 => Intranet=10.27.50.0/24
Network (b) LAN=192.168.2.0/24 => Intranet=10.27.54.0/24
Network (c) LAN=192.168.1.0/24 => Intranet=10.27.60.0/24
Network (d) LAN=192.168.2.0/24 => Intranet=10.27.64.0/24Networks A & B need to be able to communicate with each other
Networks C & D need to be able to communicate with each otherI have A & B connected and working however C & D will have conflicting routes on pfSense for the LAN
Is this achievable with WireGuard?