Hi guys. I have 3 interfaces on my UTM, LAN(internal),WAN and WORK.
LAN/internal is my local network (192.168.0.x).
WAN is the internet which is a public IP via cable router (172.16.0.1) in bridge mode.
WORK is a connection to a company vpn router that connects to my work place. The WORK network is a 10.x.x.x network and the VPN router hands out 10.x.x.x adresses.
So what I am trying to do is route any traffic going to a 10.x.x.x address out the WORK interface but I am not sure how to do it. I created this policy route...
WORK-10 is a defined as this...
If I do a trace route however it just seems to fail
C:>tracert 10.0.248.1
Tracing route to 10.0.248.1 over a maximum of 30 hops
1 3 ms 1 ms 1 ms 192.168.0.1
2 192.168.0.1 reports: Destination host unreachable.
Trace complete.
Am I missing something, is a firewall rule necessary?
As a side note, the UTM itself is a VM and if I add the same physical ethernet adapter that the UTM uses to a Windows VM I get a 10.x.x.x IP address (same as the UTM does) and I can ping and connect to all my work resources.
Also as a test I bypassed the UTM and connected the work VPN router directly to my PC on a spare Ethernet port. I got a 10.x.x.x IP address and I had no problem changing that to a static IP & subnet mask on the WORK connection and removing the gateway IP and then just adding a route in Windows... route add 10.0.0.0 mask 255.0.0.0 10.x.x.x (gateway ip)
All 10.x.x.x traffic traveled over the WORK connection on my PC as expected.
Any suggestions appreciated. Thanks
This thread was automatically locked due to age.