I am very confused why this isn't working on the Sophos XG but is working if I make a static route on a Windows 10 PC. The below is what I'm trying to accomplish and what the IP and subnets are that are involved. Any assistance in how to accomplish this on the XG would be greatly appreciated. I have tried creating static routes both in the advanced firewall console and in the GUI. Both do not work. However, the exact same methodology of creating static routes works in Windows.
Network 1
10.10.10.0/24
Sophos XG 10.10.10.254
FYI - PORT 1 and PORT4 are in a bridge for the LAN called br0
Wireguard VPN Running on 10.10.10.240
Wireguard Tunnel on Network 1 10.252.252.101
Network 2
192.168.50.0/24
Router 192.168.50.1
Wireguard VPN Running on 192.168.50.114
Wireguard Tunnel on Network 2 10.252.252.102
Using a Windows 10 PC I made two static routes as below and they allow me to communicate from that PC to both the tunnel network and the LAN network of Network 2. So the Wireguard tunnel works just fine and passes traffic properly. I just want this configured on the Sophos XG so it will work on ALL the network devices on Network 1.
route add 192.168.50.0 MASK 255.255.255.0 10.10.10.240
route add 10.252.252.0 MASK 255.255.255.0 10.10.10.240
This thread was automatically locked due to age.