Can someone tell me how to f…k set up transparent proxy on MT 3.14 ??? Firewall rule works fine in redirect, proxy seems to work fine too , bo all i se in proxy log is : not fount : 1275 , hits: 0…What’s with this ???
Masquerade to transparent proxy ??? you kidding…
I want to make rule that all my clients opening some websites , will be redirected to proxy server on my MT , is that so hard ???
“Proxy”: typically only available to hotspot users.
“Web-Proxy”: to use at your own discretion (just enable it on default port 3128, enable the transparent proxy option and manually insert rules in nat->dst-nat for protocl=tcp dst-port=80 with action=redirect to-port=3128).
Some differences:
Web-proxy had more options and could have a cache.
“Proxy” was associated to hotspot users by default.
You could configure “proxy” to use “web-proxy” as a parent proxy.
No it’s not hard at all. The rule that Chupaka posted is the masquerade rule that will need to be in place for the redirect to work in the first place. Client’s default route is the Mikrotik router, Mikrotik router does NAT(masquerade), any outgoing connection destined for port 80 gets redirected to port 8080 on Mikrotik router.