Talk:How to make transparent web proxy
From MikroTik Wiki
Bold textItalic text[[http://link titleGodaddy.com]]File:Example.jpg<math>Insert formula here</math><math>Insert formula here</math>Insert non-formatted text here--Meurige 15:55, 6 July 2007 (EEST)
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