do you have a sample config? i have tried setting up Rules and Routing but still not showing up, i can see torch have packets but no response from web view.
If you currently don’t use any mangle rules assigning routing-mark and you don’t have any routing tables except the default one, use the following:
If you use RouterOS 6: /ip route add routing-mark=via-wan2 gateway=gw.ip.of.wan2
/ip route rule add src-address=own.ip.of.wan2 action=lookup-only-in-table table=via-wan2
If you use RouterOS 7: /routing/table/add name=via-wan2 fib
/ip/route/add routing-table=via-wan2 gateway=gw.ip.of.wan2
/routing/rule/add src-address=own.ip.of.wan2 action=lookup-only-in-table table=via-wan2