Talk:How to make transparent web proxy
From MikroTik Wiki
Redirecting directly using firewall rule
I found this on the MT Forums and I think it should be in this page:
/ip firewall add action=dst-nat chain=dstnat comment="" disabled=no dst-port=80 protocol=tcp to-addresses=<proxy address> to-ports=<proxy port>
I also think that it is necessary to tell the reader that one have to configure the Squid proxy to act as a transparent proxy.
This info was taken from: http://forum.mikrotik.com/viewtopic.php?f=1&t=21271&start=0 --Bigchirv 02:05, 23 February 2009 (EET)