Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Static Routing How To

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.
Parents
  • Hello there,

    Thanks for reaching out to Sophos Community 

    If you remove the static route configured on PC what does tracert shows when you are trying to reach Network 2? 

    Further, could you verify if the your configured static routes are in the routing table entry in Advanced Shell? kindly type in route -n

    Also, to confirm, does this worked before? and if yes, what changes occured in the FW prior this issue?

    Cheers,

    Raphael Alganes
    Community Support Engineer | Sophos Technical Support
    Sophos Support Videos Product Documentation  |  @SophosSupport  | Sign up for SMS Alerts
    If a post solves your question use the 'Verify Answer' link.

  • If I remove the static route on the PC and I try adding the routes into sophos xg there is no traffic passing. Running tracert shows the first hop as 10.10.10.254 then the 2nd and all subsequent hops has all asterisks.

    When I did have the routes in the sophos xg the routes did show by running route -n.

    This never worked before as this is something new I'm trying to setup and it is just simply not working as expected.

Reply
  • If I remove the static route on the PC and I try adding the routes into sophos xg there is no traffic passing. Running tracert shows the first hop as 10.10.10.254 then the 2nd and all subsequent hops has all asterisks.

    When I did have the routes in the sophos xg the routes did show by running route -n.

    This never worked before as this is something new I'm trying to setup and it is just simply not working as expected.

Children