Community discussions

MikroTik App
 
Gotmoh
newbie
Topic Author
Posts: 38
Joined: Fri Jul 15, 2005 8:56 am

external proxy without parent proxy on my MT. How to do?

Tue Jun 20, 2006 8:27 pm

Hi all.

Becouse my users are generating too big processor load on main mt server i decided to use squid on debian linux machine. Small problem. It seems work ok with parent proxy enabled on mt. I was try use dst-nat forwarding all tcp 80port request to tcp port on squid proxy. One problem. Squid receive some too short request. I.e. when im wanna open http://www.google.com squid receive only "\" when trying open something like "www.google.com\download" squid got "\download\" request string. Whats going on? Im not linux proxy expert .I think so its linux problem not mt but how to fix it?
 
savage
Forum Guru
Forum Guru
Posts: 1269
Joined: Mon Oct 18, 2004 12:07 am
Location: Cape Town, South Africa
Contact:

Tue Jun 20, 2006 9:36 pm

configure squid as a transparent proxy.... check the squid FAQs and docs, there's piles of configuration examples.