On Tue, Aug 10, 2010 at 8:08 AM, James Rankin <[email protected]> wrote: > Anyone have a link to a nice step-by-step procedure for setting up a > proxy.pac file for IE to deliver a proxy internally and go direct > externally?
Here's what our proxy.pac file looks like: http://pastebin.com/ysKT9eyb We want internal traffic (i.e., to internal web servers) to go direct, and external traffic to use a proxy, which sounds like the opposite of what you want. So reverse the then/else clauses of the if statement. But you get the idea. > he's just going to store the proxy.pac files local to his users' > laptops, so there's no need for any complex stuff involving web servers. If your friend has an Active Directory domain, then it's really not that hard. All you need to do is: 1. Put proxy.pac on the web server 2. Redirect /wpad.dat to /proxy.pac on the web server 3. Add a Content-type association for .pac as text/javascript 4. Create a DNS alias (CNAME) from "wpad" to the web server -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
