Forward to Proxy Server

How can i forward all http traffic from lan side to a proxy server on the wan side?

Client (192.168.1.1) → WAN (1.1.1.1) → Proxy (2.2.2.2) → Webserver → back to the client

regards
kangoo

For just TCP/80:

/ip firewall nat add chain=dstnat src-address=192.168.1.0/24 protocol=tcp dst-port=80 action=dst-nat to-address=2.2.2.2

Adjust as required for other protocols and ports. You can use port ranges or lists, or make multiple rules.

enable proxy use your proxy ip as the parent proxy should work