Simbase Help Center
  • Welcome to the Simbase Help Center
  • FAQ
  • The New User
    • Getting Started
      • How do I create an account?
      • How do I register a SIM?
      • How do I set up the APN?
      • How do I set up billing?
    • Fundamentals
      • SIM cards
      • IP Addresses
        • Private vs Public IP address
        • Network Address Translation (NAT)
      • APN
      • Cell ID
      • Data Roaming
      • VPN
        • OpenVPN
        • IPSec
      • Radio Access technology
      • Multi-IMSi vs eUICC
      • eSIM
    • Platform
      • SIM state
      • Coverage
      • Throttling
      • Theft Protection
      • Public Ips
      • Tags
      • SMS
  • The Manager
    • Account Security
      • Multi Factor Authentication (MFA)
    • Billing
      • Billable Items
      • Data Usage
      • Payment Methods
        • Recharge by invoice (purchase order)
    • Account Management
      • Users
      • Balance
    • Device Configuration
      • Compatibility Check
      • Fritz!Box
      • Teltonika TRB140
      • Teltonika RUT 240/241
      • GL.iNet GL-X300B/Collie
  • The Developer
    • API
    • Webhooks
    • Private Networks
      • Open VPN
      • IPSec
    • Optimizing Device Configuration
    • Tutorials: Make.com
Powered by GitBook
On this page
  1. The New User
  2. Fundamentals
  3. IP Addresses

Private vs Public IP address

A private IP address is a non-routable address that is used for internal networking purposes. Private IP addresses are reserved for use on local networks and are not intended to be reachable over the Internet. Some examples of private IP addresses include:

  • 10.0.0.0/8 (e.g., 10.0.0.1, 10.0.1.1)

  • 172.16.0.0/12 (e.g., 172.16.0.1, 172.16.1.1)

  • 192.168.0.0/16 (e.g., 192.168.0.1, 192.168.1.1)

Private IP addresses are used to identify devices on a local network, such as a home or office network. They are typically assigned by a router or other networking device, and each device on the network is assigned a unique private IP address.

A public IP address, on the other hand, is a globally unique address that is assigned to a device by an Internet Service Provider (ISP). Public IP addresses are used to identify devices on the Internet, and they are reachable from any device connected to the Internet.

Every device that connects to the Internet is assigned a unique public IP address, which is used to identify the device and route traffic to it. Public IP addresses are typically assigned dynamically, meaning that they can change over time.

In summary, private IP addresses are used for internal networking purposes, while public IP addresses are used to identify devices on the Internet. Private IP addresses are not reachable from the Internet, while public IP addresses are.

Last updated 1 year ago