robp2175 wrote:
Would you be so kind as give me an example of how to do this, I am very new
to this. Thank you very much.
Can't say what to set your firewall.
Take a gander at http://wiki.squid-cache.org/ConfigExamples/Intercept
for several types of transparent setup and the firewall settings related.
As for the PAC file, it looks something like this:
function findProxyForUrl(host, url)
{
if(host == "192.68.0.1") return "DIRECT";
return "PROXY fu";
}
Amos Jeffries-2 wrote:
robp2175 wrote:
robp2175 wrote:
I want one ip on my network to bypass the squid proxy. How do I go about
accomplishing this. Any help is greatly appreciated.
Transparent Proxy with dansguardian and wpad
Then configure your firewall to omit that IP from the interception.
Configure your PAC script to send that machine "DIRECT"
Amos
--
Please be using
Current Stable Squid 2.7.STABLE6 or 3.0.STABLE14
Current Beta Squid 3.1.0.7
--
Please be using
Current Stable Squid 2.7.STABLE6 or 3.0.STABLE14
Current Beta Squid 3.1.0.7