IoT glossary
redes-y-routing

What is an IoT VPN

Quick definition

An IoT VPN is an encrypted tunnel between the carrier exit and the customer infrastructure. It lets devices on the cellular network reach private servers without going over the public internet. Typical options are IPSec, WireGuard, and L2TP/IPSec.

VPN vs private APN

The private APN gives the IP plan and a controlled exit point. The VPN gives encryption and the actual path to your DC. The usual stack is both: private APN + IPSec to your firewall.

Which VPN to pick

IPSec remains the enterprise standard (works with any serious firewall). WireGuard wins where you want simplicity and performance (much less overhead). L2TP/IPSec is fading out and only shows up in legacy systems.

FAQ

Does the device encrypt or only the carrier?+

The carrier encrypts. The device pushes traffic through the private APN and the carrier wraps it in the tunnel to your DC. For end-to-end from the device itself, use TLS or a device-side VPN.

How much latency does the VPN add?+

Typically 5-30 ms within Europe, 80-150 ms across continents. Distance dominates, not the crypto.

Related terms