Community discussions

MikroTik App
 
erdosain9
just joined
Topic Author
Posts: 16
Joined: Thu Mar 17, 2016 9:28 pm

Squid Transparent Mikrotik

Tue May 17, 2016 4:05 pm

Hi.
A query.
I have this design.
3 interfaces in mikrotik

1-wan
2-lan (192.168.99.0/24)
3-proxy (10.0.0.0/24----10.0.0.2(squid))

How do I send all traffic to port 80 to the squid ??
The squid I have it set to "intercept" mode (transparent). I would like to know the configuration of Mikrotik.

I want to do this without having to activate the webproxy the Mikrotik.

This is a translation of google.

Thank you all.

pd.:
Image
 
User avatar
linuchero
just joined
Posts: 7
Joined: Wed Sep 21, 2011 8:23 am

Re: Squid Transparent Mikrotik

Tue May 17, 2016 7:49 pm

You can use a rule on IP-Firewall-NAT

using dst-nat, sending all trafic with src port 80 to ports 3128 (squid) and in squid review the ip tables
 
User avatar
linuchero
just joined
Posts: 7
Joined: Wed Sep 21, 2011 8:23 am

Re: Squid Transparent Mikrotik

Tue May 17, 2016 7:52 pm

Sorry, it would be in MANGLE, capturing all traffic with mark connection and mark routing and static routing