Recently tmoblie updated there ip address and i need to update my settings, is the only way using ssh or is there something I can add through installer or cydia?
It will be helpful to you later on if you read and learn how to SSH. Trust me. Start searching and read...it will help you to understand about the iphone much more.
i'm running the t-zones hack on 1.1.4. i switched my proxy.pac file to the 25.0.0.0 but still cannot connect.
my proxy.pac file looks like this:
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "25.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
and i have the wap.voicestream.com and blank/blank
email works fine, but nothing else. when i check my edge ip address with bossprefs it lists it as 25.x.x.x.
can anyone help at all? any ideas? is there any hope still that this problem is being caused by some sort of update/malfunction on t-mobile's end and that it will right itself soon?