Hi guys, my question is how to make MT dont realy use WebProxy only use the service to redirect all to the external Squid box i have. Let me try to explain what i want, I have a real good Squid box at my external net in a fedora box and want to make all the client use it. In this moment they are using it trought the webproxy of the MT. The thing i want is to use the WebProxy of the MT(because there is not another way to make the clients go to the parent proxy using transparent config) but dont want to make the MT do anything to the petitions, only use it to connect to the parent proxy whotout any proces on the packets just passby to the parent proxy. Sorry for my english and hope you can understand what i want.
Regards
you can use both squids the MT and the Fedora
after you redirect all your clients to use the MT proxy server go to /ip web-proxy set parent-proxy=yourfedoraproxyip:port
enjoy
Yes, I know…im working in that way right now but im asking if there is a way to make MT to not process any request just pass to the parent server.
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=externalproxy to-ports=externalport
Tip: the clients are behind a NATed network thats why i have to use the web proxy of the MT
try the rule and tell me what you got
Errors, thats all i got. Remember that the clients are behind a nated network and the webproxy is in the public network. When I use that rule the i get errors. Maybe im doing something wrong?