IoT

IoT Private APN Deployment Guide

Knowledge Base / IoT Private APN

When you turn on mobile data on your phone, it automatically connects to the carrier's "APN" — this process is so transparent that most people never notice it exists. But for IoT device deployment, APN selection and configuration is a critical architecture decision that directly impacts device security, manageability, and cost.

What is APN?

APN (Access Point Name) is the "bridge" between devices and external data networks in cellular networks. When your SIM card activates a data connection, the device sends an APN name to the carrier's core network, which determines:

  • Where to route your traffic (public internet? enterprise intranet?)
  • What type of IP address to assign (dynamic public IP? private IP? static IP?)
  • What security policies and QoS rules to apply
  • What authentication method to use (none? username/password? certificate?)

Default APNs on your phone (like China Mobile's cmnet or China Telecom's ctnet) are "public APNs" — all users of that carrier share the same APN, with traffic routed directly to the public internet.

Security Risks of Public APN

Public APNs are fine for consumer phones. But for IoT devices, using a public APN means:

Exposed on the internet: Your IoT devices (sensors, cameras, industrial controllers) connect directly to the public internet with a public IP address. Anyone can attempt to scan and attack that IP. The 2016 Mirai botnet spread by scanning public internet IoT devices (cameras and routers).

No centralized management: Public APNs assign dynamic IPs — devices may get different IP addresses each time they reconnect. You can't identify and manage devices by fixed IP, and effective firewall rules are nearly impossible.

Unencrypted data transmission: Data from devices to cloud platforms traverses the public internet. If the application layer doesn't implement end-to-end encryption (many low-power IoT devices lack TLS capability), data interception is a risk.

No device isolation: If one device is compromised, attackers can use the public internet to target your other devices. There's no network isolation between devices.

How Private APN Works

A Private APN (also called Dedicated APN or Enterprise APN) is an independent access point created by carriers for specific enterprise customers. It works as follows:

  1. Device connection: IoT device SIM cards are configured with your dedicated APN name (e.g., "yourcompany.apn").
  2. Carrier identification: The carrier's core network recognizes this as a private APN and routes traffic to a dedicated GGSN/PGW (Packet Data Gateway).
  3. Private network delivery: Traffic doesn't traverse the public internet but is delivered directly to your enterprise network via IPsec VPN tunnel or dedicated line.
  4. IP assignment: The carrier assigns private IP addresses (e.g., 10.x.x.x) to your devices — either static (fixed IP per device) or dynamic (from your IP pool).

The result: your IoT devices communicate via cellular networks but at the network level appear directly connected to the enterprise intranet — completely isolated from the public internet.

The Value of Static IP Assignment

Under private APN architecture, each device can be assigned a fixed static IP address, bringing enormous IoT management benefits:

  • Device identification: Identify devices directly by IP address without relying on application-layer identifiers like MQTT client IDs or device serial numbers.
  • Firewall policies: Set precise firewall rules per device — which devices can access which servers, which ports are open.
  • Fault localization: Network monitoring tools can track each device's traffic and status directly via IP address.
  • Active access: Management platforms can proactively connect to devices (push configuration updates, remote login) without devices initiating outbound connections first.

VPN Integration Options

Private APN typically requires VPN to establish secure channels between the carrier network and enterprise network. Common approaches include:

IPsec VPN: Establish IPsec tunnels between the carrier's PGW/GGSN and your enterprise VPN gateway. This is the most common approach, with carriers usually providing standardized integration procedures.

Dedicated line integration: If you already have a dedicated line (like IEPL) to the carrier, private APN traffic can be delivered directly through it, eliminating VPN encryption overhead. This approach offers lower latency, suitable for real-time IoT scenarios.

Cloud Platform Private Link: If your IoT platform runs on cloud (AWS IoT Core, Tencent Cloud IoT Hub), you can route private APN traffic directly into cloud VPCs via Private Link / Private Connect features — end-to-end without traversing the public internet.

Greater Bay Area Cross-Border IoT

IoT deployment in the Guangdong-Hong Kong-Macao Greater Bay Area faces a unique challenge: devices may move between Hong Kong and Guangdong (cross-border logistics vehicles, dual-location office equipment), or need deployment in both regions under a unified management platform.

The traditional approach is purchasing local carrier SIM cards for each region, but this means:

  • Managing multiple SIM card sets and carrier contracts
  • Switching SIM cards or using international roaming when crossing borders (expensive and unstable)
  • Inability to implement unified APN and IP assignment policies

Areapac's IoT SIM/eSIM service supports Greater Bay Area roaming — a single SIM card seamlessly switches between Hong Kong and mainland cellular networks while maintaining unified private APN and IP assignment policies. Devices work in the same private network whether in Hong Kong or Shenzhen.

Deployment Recommendations

If you're planning an IoT project's network architecture, here are our recommendations:

  1. Fewer than 50 devices with low security requirements: Public APN + device-side VPN clients. Lowest cost, but each device needs VPN configuration and maintenance.
  2. 50-500 devices: Private APN recommended. Unified network policies and IP management significantly reduce operational costs.
  3. 500+ devices or strict security compliance: Private APN + dedicated line integration + static IP is mandatory. Consider RPKI for device certificate authentication.

Areapac provides complete IoT connectivity services from SIM management to private APN configuration, supporting Greater Bay Area cross-border roaming and global coverage. If you need to design network architecture for an IoT project, contact our technical team for solution discussions.

Explore Areapac IoT Connectivity

Areapac provides IoT SIM/eSIM management, private APN configuration, and Greater Bay Area cross-border roaming.

View IoT Services
WeCom