Hi,
I have the following issue,
I’m using the mangle+prerounting to route http request to one getawat and rest of packet to default getaway
Now I wnat to set my web proxy but with dst nat I redirect all TCP to the proxy 8080 but after the proxy request are route to default getaway instead of desidered one.
I have 2 WAN.
WAN-A is the default gateway
WAN-B is for HTTP traffic
It works using Mangle e routing packets policy.
Now,
I want use the WEB proxy to reduce WAN traffic.
But Following the procedure of the manual the destination nat is before the mangle firewall operation. In this way the HTTP traffic is addressed to the WAN-A instead of WAN-B ignoring the routing policy.