‹ Back to Case Library 中文

Real-World Case #009

Same Phone, Same Server, Why Does One SIM Work but Another Doesn't?

An iPhone user tested two SIM cards from the same mobile carrier using the same phone, the same location and the same proxy configuration. One SIM worked normally while the other could only measure latency but failed during actual traffic.

The important lesson was not about a specific app or protocol. It was that even when the device, location and configuration remain identical, the mobile network path behind different SIM cards may not be the same.

Case Summary

  • Country: China
  • Network Environment: Mobile data / iPhone / Dual SIM comparison
  • Application: Proxy connection and overseas internet access
  • Main Symptom: One SIM worked normally while the other could only measure latency but failed during actual traffic using the same phone and configuration.
  • Key Finding: The result changed only when the SIM card changed, not the device or configuration.
  • Case Status: The investigation narrowed the issue to differences in the mobile network path. The exact carrier-side mechanism could not be confirmed.

User Problem

The user tested the same proxy entry using the same iPhone, the same location and the same configuration.

Unexpectedly, two SIM cards from the same carrier behaved differently. One SIM worked normally, while the other could measure latency but failed when attempting to access overseas services.

The user had already ruled out many common variables by disabling IPv6, switching between 4G and 5G, disabling privacy-related networking features, restarting the phone, resetting the mobile connection and confirming with the carrier that there were no package restrictions.

Key Finding

The most important observation was not the application itself, but the systematic elimination of variables.

The phone remained the same. The location remained the same. The configuration remained the same. The only change was the SIM card.

This suggests that the problem was unlikely to originate from the device, the application or the server alone. Even within the same mobile carrier, different SIM cards may experience different APNs, core network exits, NAT environments, routing paths or traffic handling policies.

Those remain possible explanations rather than proven facts. Based on the available evidence, the safest conclusion is simply that the actual network path between the failing SIM card and the entry server was different.

Conclusion

This was not simply a case of a broken server or an incorrect phone configuration.

The same server worked normally with the second SIM card, and the same phone and configuration also worked correctly after changing only the SIM.

The investigation therefore pointed toward differences in the mobile network path, where latency measurements could still succeed while real application traffic failed to establish or remain stable.

Recommendation

When encountering similar symptoms, avoid changing application settings repeatedly before comparing different network environments.

Testing another SIM card, another carrier, a mobile hotspot or a fixed broadband connection can quickly determine whether the problem follows the device or follows the network.

If the current connection relies on UDP or a high-numbered port, it may also be useful to compare an alternative TCP or TLS entry provided by the service. The purpose of this comparison is not to prove that one protocol is universally better, but to determine whether the observed behavior changes with a different transport method.

What This Case Shows

Many users assume that the same carrier, the same phone and the same location should always produce identical network behavior.

In reality, mobile networks can route different SIM cards through different network environments, resulting in very different outcomes even when everything else appears identical.

When a connection can measure latency but cannot carry real application traffic, the investigation should focus on the complete network path rather than on latency numbers alone.