Free test available for France , UK or SG on Telegram Join Telegram
Mobile Proxy Routing

How Mobile Proxies Work — 4G/5G Routing Explained

A technical walkthrough of the mobile proxy mechanism: how your request travels through a proxy gateway, a SIM-equipped 4G/5G modem, and the carrier's CGNAT layer to exit on a real mobile IP — and how rotation hands you a fresh one in seconds.

PXM2 Proxies June 21, 2026 10 min read
95%+ Trust score
1000s Users per CGNAT IP
7–8s IP rotation time
3+ Countries available
  • Real cellular routing — every request exits through a physical 4G/5G modem with a live carrier SIM.
  • CGNAT-shared carrier IPs that thousands of real subscribers use, so websites cannot block them cheaply.
  • On-demand IP rotation — the modem re-registers on the network and pulls a fresh carrier IP in ~7–8 seconds.
  • Standard protocols — the whole mechanism sits behind ordinary HTTP(S) or SOCKS5 endpoints.
4G / 5G Mobile Proxies Real SIM Hardware
Exit networkReal 4G/5G carrier
Protocol supportHTTP(S), SOCKS5
IP rotationOn-demand, ~7–8s
HardwareDedicated modem + SIM
One Modem per Proxy

A dedicated SIM-equipped 4G/5G device routes only your traffic.

CGNAT Carrier IPs

Exit IPs shared with thousands of real subscribers — 95%+ trust scores.

If you already know what a mobile proxy is, the next question is the interesting one: what actually happens between your script sending a request and a website seeing a carrier IP? This guide opens the box — the hardware, the cellular routing, the CGNAT layer that makes mobile IPs so hard to block, and the rotation mechanism that swaps them on demand.

The Mobile Proxy Architecture

A mobile proxy is not a piece of software pretending to be a phone. It is a small stack of real infrastructure, and every layer exists for a reason. A dedicated setup like PXM2's has four components:

Proxy gateway server

The endpoint your tools connect to. It authenticates your HTTP(S)/SOCKS5 credentials and forwards traffic to your assigned device.

4G/5G modem

A physical cellular device — one per proxy on PXM2, so its bandwidth and IP history are yours alone.

Carrier SIM card

A genuine SIM with an active data plan. It authenticates the modem to the mobile network like any subscriber's phone.

The carrier network

Towers, core network, and the CGNAT pool that assigns the public IP a website ultimately sees.

Contrast this with a datacenter proxy, which is just a server relaying traffic from a hosting facility on an IP range publicly registered to that facility. The mobile architecture deliberately pushes the exit point out of the data center and onto a cellular network, because the last hop is the only part a website can inspect. Everything before it — your client, the gateway — is invisible; the carrier connection is the identity your traffic wears.

Not every provider builds it this way. Peer-to-peer networks skip the modem racks and route through SDK apps installed on strangers' phones — cheaper, but the exit device can go offline mid-session and is shared with unknown traffic. Dedicated hardware keeps the whole chain under one roof, which is what makes consistent speed and clean IP history possible.

How Your Request Travels

Here is the complete journey of a single request through a mobile proxy, hop by hop:

  1. Your client connects to the proxy endpoint — a scraper, browser profile, or automation tool opens a connection to the gateway's host and port, authenticating with HTTP or SOCKS5 credentials.
  2. The gateway forwards to your modem — the proxy server maps your credentials to your dedicated 4G/5G device and hands the request over its network interface.
  3. The modem transmits over the air — the SIM-authenticated device sends your request to the nearest carrier tower, exactly as a phone would.
  4. The carrier's core network applies CGNAT — the modem's private address is translated to a shared public IP drawn from the carrier's pool.
  5. The website receives a mobile visitor — the request arrives from a genuine carrier IP on a mobile ASN, in the modem's country and network. Your real address appears nowhere.
  6. The response retraces the path — carrier → modem → gateway → your tool, transparently.

Two details are worth noticing. First, the target site never interacts with the proxy gateway at all — from its perspective the session originates inside the carrier's network. Second, the cellular hop is real radio transmission, which is why mobile proxy latency is slightly higher than datacenter latency: that is the physics of the trust you are buying.

Why Carrier IPs Are Different

The step that changes everything is number four: CGNAT (Carrier-Grade Network Address Translation). Mobile operators own far fewer IPv4 addresses than they have subscribers, so instead of giving every device its own public IP, they place hundreds to thousands of devices behind each one. Your proxy's exit IP is simultaneously being used by real people scrolling, streaming, and shopping on the same network.

That creates an asymmetry no anti-bot system can escape. Blocking a datacenter IP costs a platform nothing — nobody legitimate lives there. Blocking a mobile IP means locking out every real customer sharing it, and by the time the block takes effect, the carrier may have reassigned the address to an entirely different crowd. Fraud-detection vendors resolve every IP to its ASN (the network's public registration), and a mobile proxy resolves to a genuine carrier — not a hosting company — so it inherits the most protected reputation tier on the internet.

Datacenter IP Residential IP Mobile IP
ASN type Hosting provider Home ISP Mobile carrier
Users per IP None (servers only) One household Hundreds–thousands (CGNAT)
Cost of blocking it Zero One real user Thousands of real users
Typical trust score Low — ranges publicly listed Medium–high Highest — 95%+
1000s Real subscribers behind each CGNAT IP
95%+ Typical mobile IP trust score
7–8s To pull a fresh carrier IP

IPv4 vs IPv6: Why Sharing Matters

Everything said so far about "hiding in the crowd" applies specifically to IPv4. The IPv4 address space is tiny by modern standards — about 4.3 billion addresses for the whole internet — which is precisely why carriers were forced to invent CGNAT and stack thousands of subscribers behind each public address. IPv6 solves the scarcity problem so completely that it accidentally removes the crowd: with 128-bit addresses there is no shortage to manage, so carriers hand each device its own address block (typically a /64 prefix) with no NAT in between. An IPv6 address on a mobile network is, for practical purposes, unique to one device.

On a modern carrier the two versions coexist through a translation layer called 464XLAT: the core network runs IPv6-only, the device speaks IPv6 natively, and anything bound for an IPv4-only destination is translated through the carrier's NAT64 gateway — which is where the shared CGNAT pool lives. The result is a split identity on the very same SIM: your IPv6 traffic exits on an address that points at one device, while your IPv4 traffic exits on an address shared with thousands of strangers.

For proxy work that flips the usual newer-is-better instinct. A unique IPv6 address has no collateral-damage shield — a platform can ban your entire /64 prefix without inconveniencing a single other user — and a large share of target websites still don't accept IPv6 connections at all. That is why IPv4 through CGNAT remains the high-trust default for mobile proxies. IPv6 still has its place: it offers an enormous supply of fresh addresses and works well against IPv6-enabled targets that don't lean on ban-the-range tactics. PXM2 proxies support both — each proxy can be switched between IPv4 and IPv6 exit mode from the dashboard, so you can match the address family to the target.

IP Rotation Explained

Because the carrier assigns the exit IP dynamically, a mobile proxy can change identity without changing hardware. There are two mechanisms at work:

Forced rotation is the one you control. The modem drops its cellular session and re-registers with the network — the same thing that happens when you toggle airplane mode on your phone. On reconnection, CGNAT assigns a public IP from whatever part of the pool is free, which is almost always a different address. On PXM2 a rotation completes in about 7–8 seconds and can be triggered on a fixed schedule (every 5 minutes up to every 6 hours) or on demand through a per-proxy API link your scripts can call between tasks.

Natural cycling happens on the carrier's side without you asking. Operators continuously rebalance their CGNAT pools, so even a held IP is periodically reshuffled — one reason mobile IPs never accumulate the stale, flagged history that datacenter addresses do.

Which mode you want depends on the job. Rotating through fresh IPs suits scraping and any high-volume, stateless workload; holding one IP (a sticky session) suits logged-in account work, where an address that changes mid-session looks stranger than one that persists. A dedicated device gives you both, because the modem — and its rotation trigger — belongs to you alone.

The Role of SIM Cards

Strip away every other layer and the SIM card is the part that cannot be faked. When a modem powers on, the SIM performs cryptographic authentication against the carrier's subscriber database using its IMSI — the same challenge-response every phone completes before it is allowed on the network. Only a device that passes gets a data session, a place behind CGNAT, and therefore a mobile IP.

This is why mobile proxies built from datacenter IPs with spoofed headers do not hold up: an IP-reputation lookup resolves the address to a hosting ASN in milliseconds, no matter what the traffic claims to be. A real SIM with an active subscription and data plan is the only way to occupy a carrier's address space. Dedicated providers run racks of modems each holding a genuine local SIM — so a PXM2 proxy in a given country exits through a SIM purchased from a carrier in that country, indistinguishable at the network level from a resident's phone.

The SIM also anchors everything a website cross-checks: the country, the operator name, the mobile ASN, and the network type all derive from that one subscription. Choose the location and carrier your workflow needs, and the rest of the identity follows automatically — you can see the mechanism running on real hardware below.

See the Mechanism Live

Every location below is a real SIM-backed 4G/5G device on a local carrier network — exactly the architecture described above:

🇫🇷

France

3 Operators 20-150 Mbps
Starting from
$4.34 for 1 hour
4G 5G
Available Operators:
Bouygues Orange SFR
🇸🇬

Singapore

1 Operator 30-70 Mbps
Starting from
$2.99 for 1 hour
4G
Available Operators:
Vivifi
🇬🇧

United Kingdom

2 Operators 20-60 Mbps
Starting from
$3.64 for 1 hour
4G
Available Operators:
EE O2
View all locations →

Frequently Asked Questions

How does a mobile proxy route my traffic?

Your tool connects to the proxy endpoint over HTTP or SOCKS5. The proxy server forwards the request to a physical 4G/5G modem with an active SIM card, the modem sends it over the cellular network, and the carrier assigns the public exit IP through CGNAT. The destination website only ever sees that carrier IP.

What is CGNAT and why does it matter?

CGNAT (Carrier-Grade Network Address Translation) is how mobile carriers stretch their limited IPv4 space: hundreds or thousands of subscribers share each public IP. It matters because a website that bans a CGNAT IP locks out every real customer behind it — which is why mobile IPs are treated so leniently by anti-bot systems.

Do mobile proxies use IPv4 or IPv6?

Mostly IPv4, and deliberately so. Carriers share each public IPv4 address among thousands of subscribers via CGNAT, which is what gives mobile IPs their trust. IPv6 addresses are effectively unique per device — no crowd to hide in, and easy for a platform to block as a whole range. PXM2 proxies can switch between IPv4 and IPv6 exit modes per proxy when a target calls for it.

How does mobile proxy IP rotation work?

The modem disconnects from the cellular network and re-registers — the same thing that happens when you toggle airplane mode on a phone. The carrier then assigns a different public IP from its CGNAT pool. On PXM2 this takes about 7–8 seconds and can be triggered on a schedule or on demand via an API link.

Do mobile proxies use real SIM cards?

Dedicated mobile proxies do. Each PXM2 proxy is backed by a genuine SIM card with an active carrier subscription installed in a 4G/5G modem. The SIM is what authenticates the device to the carrier network and earns it a real mobile IP — without it there is no cellular connection to route through.

What is the difference between 4G and 5G proxies?

The routing mechanism is identical — same SIM authentication, same CGNAT, same carrier ASN. 5G simply offers higher bandwidth and lower latency where the local tower supports it. From a website's point of view both look like ordinary mobile subscribers, so trust scores are equally high.

Can websites detect that I am using a mobile proxy?

Not from the IP itself: it is a genuine carrier address inside a range used by thousands of real phones, so IP-reputation checks pass. Detection risk comes from higher layers — browser fingerprints, headers, and behavior — which is why a mobile proxy is combined with sensible automation practices rather than relied on alone.

See PXM2 Proxy Infrastructure

Dedicated 4G/5G modems, real carrier SIMs, on-demand rotation in 7–8 seconds — browse all mobile proxy locations and test one free before you buy.

See PXM2 Proxy Infrastructure