I'll try to explain my setup first, and then explain what I am trying to achieve.
So I have two VLANs which are:
PC Range (VLAN1): 172.16.0.0/16
Telephone Range (VLAN 122): 172.18.0.0/20
Both ranges can communicate with each other and our core switches are responsible for the routing between the two. Our gateways for each are set on our core switches as follows:
PC Range Gateway: 172.16.172.73
Telephone Range Gateway: 172.18.0.1
So if I connect to a PC on 172.16 and try to ping our telephone server on 172.18 it works and everything is fine.
The above all works without any interaction with our Sophos XG, but now that users are working from home and connecting in over our Sophos VPN client, they need access to telephone resource, and unfortunately, they are unable to see anything on 172.18 telephone since the VPN IPs are assigned on the 172.16 PC range.
Here is my Sophos XG Setup:
Port D1 - Inside Interface - LAN - VLAN 1 - IP set to 172.16.0.200/16 - No Gateway specified.
Whilst onsite, end user devices are sent to this IP address for internet via a proxy PAC file, so the clients gateway addresses are still set to 172.16.172.73, so pinging a Telephone IP on 172.18.0.0 still works since the core switch is doing the routing and the Sophos is not involved at all yet.
I then another VLAN setup on the XG the same physical interface:
Port D1 - Inside Interface - LAN - VLAN 122 - IP set to 172.18.1.13/20 - No gateway specified
So when a user is working from home, they connect in over the Sophos VPN client via an interface on the XG configured as a WAN interface and they receive an IP address on the 172.16 PC range. But if I ping anything on the 172.18 range from the VPN it does not work. At this stage, our core switch is not involved since the client gateway is no longer going to be 172.16.172.73 (core switch gateway address).
So I guess I need to configure a route on the Sophos XG that basically says anything on 172.16.0.0/16 can get to 172.18.0.0/20. Is there a way that I can do this and make it work over the VPN? I have tried, but I must be doing it wrong since I cannot ping anything on 172.18 from the VPN.
This thread was automatically locked due to age.