- Directly through the cellular provider
- Use a WAP proxy
To configure your iPhone for the Orange network in Israel, do the following:
- Copy /private/var/preferences/SystemConfiguration/preferences.plist from your iPhone to your desktop (using sftp or WinSCP).
- Edit the file on your desktop to read as below.
- Copy it back to the iPhone.
- Reboot your iPhone.
Search for the text "ip1", and edit the text after that to look like this:
<dict>
<key>Interface</key>
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
<key>Proxies</key>
<dict>
<key>HTTPEnable</key>
<integer>1</integer>
<key>HTTPPort</key>
<integer>8080</integer>
<key>HTTPProxy</key>
<string>192.118.11.55</string>
<key>HTTPSEnable</key>
<integer>1</integer>
<key>HTTPSPort</key>
<integer>8080</integer>
<key>HTTPSProxy</key>
<string>192.118.11.55</string>
</dict>
<key>com.apple.CommCenter</key>
<dict>
<key>AllowNetworkAccess</key>
<integer>1</integer>
<key>Available</key>
<integer>0</integer>
<key>Setup</key>
<dict>
<key>apn</key>
<string>wap.orange.co.il</string>
<key>password</key>
<string>mobile54</string>
<key>username</key>
<string>orange</string>
</dict>
<key>Version</key>
<integer>1</integer>
</dict>
</dict>
Sources: