Quote:
Originally Posted by b4lyph
I am pretty sure I found out the answer to why it is not working even when you changed the proxy.pac file in /var/preferences/. The reason is the proxy.pac file needs to be in "TWO" places. The first one is in /var/preferences and the next one is in /private/var/root. If both of your proxy.pac files are setup like this:
function FindProxyForURL(url, host)
{
if ((isInNet(myIpAddress(), "25.0.0.0", "255.0.0.0")) || (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0")))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
like the other user said, than you should be browsing the internet once again. Hit me up if you need any additional help.
Just add the modified proxy.pac file that you edited to /private/var/root and restart and you'll be just fine. Post to this forum again if it works for you so others can know.
I was lost trying to figure out what was going on for a few days now. I just saw the other proxy.pac file while trying to backup my iphone for the update since I thought that was my only chance of getting t-zones working again. I just did it a little while ago and it works now!! FINALLY!!
|
I did this & my phone just started dumbing out. So I changed it in both prox.pac's, but I only added this mod ((isInNet(myIpAddress(), "25.0.0.0", "255.0.0.0")), & everything is working fine now. The extra || (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))) was screwing up my connection. So for all those trying but having no success, maybe try that. I actually got part of the change from the original post & then the second half about changing it both prox.pac's was obviously from this post. I am running 1.1.4 in Ft Lauderdale Florida.