Hello,
i'm having an issue with static routes, and i'm pretty sure this broke somewhere around 9.409/410 as it was working before.
i have two gateways in my network, one is the UTM (10.10.10.15) another a cisco ASA(10.10.10.16).
Some IPs/network can only be accessed through the ASA.
let's say one host/network is 8.8.8.8
IF on a workstation i do an add route 8.8.8.8 10.10.10.16 then traffic goes through the ASA correctly.
ON the UTM i made a gateway route that is "host 8.8.8.8" through gateway ASA "10.10.10.16" with metric 1.
i then try to access that ip from a station and it's not working, traceroute shows the route is not operational, it goes through the UTM and straight over internet.
i checked the routing table in the UTM and the line is there:
8.8.8.8 via 10.10.10.16 dev eth0 proto static metric 1
to troubleshoot further, i have a routerboard laying around and configured the same route, then added a route on the PC to 8.8.8.8 through mikrotik and it's working perfectly, so the issue is the UTM no doubt.
just in case, i also have all the pertinent firewall rules from LAN to those special hosts allowed
This thread was automatically locked due to age.