Is it possible to rewrite the IPTABLES rules to bypass the transparent proxy so that I can still access my internal web servers?
We're not using Internal DNS, therefore users are accessing DMZ servers via the external IP. As well known, this works fine w/o SQUID in the way, but once SQUID is turned on, this ceases to work. Even after I've manually edited the squid.conf-default file to add an access_direct ACL for the servers, the IP's which are DNAT'd to my DMZ still don't work.
I'm looking for a way to prepend the redirect dpt:80 to dpt:8080 rules with a direct 80 to 80 for DMZ so as to preclude the proxy rules for DMZ hosts. Is this possible?
-Rick
This thread was automatically locked due to age.