Skip to main content

๐Ÿ›œ Private Subnet

How to define and use private subnets in your network architecture, according to RFC 1918.

Overviewโ€‹

Begin AddressEnd AddressCIDR NotationTotal Addresses
Class A10.0.0.010.255.255.25510.0.0.0/816,777,216
Class B172.16.0.0172.31.255.255172.16.0.0/121,048,576
Class C192.168.0.0192.168.255.255192.168.0.0/1665,536

How to chooseโ€‹

  • Class A: Best for very large organizations or when you need many isolated networks (accounts/projects/regions). Carve it into smaller blocks (for example, /16, /20) with an IPAM plan.
  • Class B: A solid default for most teamsโ€”large enough for growth and less likely to overlap with home networks and partners.
  • Class C: Fine for small labs or single-site setups, but it commonly collides with home routers (192.168.0.0/24, 192.168.1.0/24), which can break VPN access.